/* This file is for your main application css. */

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
}

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

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

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

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

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

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

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

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

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

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

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

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

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

#app .-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));
}

#app .-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)));
}

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

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

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

#app .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));
}

#app .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)));
}

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

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

#app .divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

#app .divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}

#app .divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

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

#app .divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

#app .divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

#app .divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

#app .divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

#app .divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

#app .divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

#app .divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

#app .divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

#app .divide-gray-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

#app .divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

#app .divide-red-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

#app .divide-red-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

#app .divide-red-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

#app .divide-red-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

#app .divide-red-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

#app .divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

#app .divide-red-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

#app .divide-red-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

#app .divide-red-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

#app .divide-red-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

#app .divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

#app .divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

#app .divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

#app .divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

#app .divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

#app .divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

#app .divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

#app .divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

#app .divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

#app .divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

#app .divide-green-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

#app .divide-green-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

#app .divide-green-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

#app .divide-green-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

#app .divide-green-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

#app .divide-green-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

#app .divide-green-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

#app .divide-green-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

#app .divide-green-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

#app .divide-green-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

#app .divide-blue-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

#app .divide-blue-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

#app .divide-blue-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

#app .divide-blue-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

#app .divide-blue-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

#app .divide-blue-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

#app .divide-blue-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

#app .divide-blue-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

#app .divide-blue-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

#app .divide-blue-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

#app .divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

#app .divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

#app .divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

#app .divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

#app .divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

#app .divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

#app .divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

#app .divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

#app .divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

#app .divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

#app .divide-purple-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

#app .divide-purple-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

#app .divide-purple-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

#app .divide-purple-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

#app .divide-purple-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

#app .divide-purple-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

#app .divide-purple-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

#app .divide-purple-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

#app .divide-purple-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

#app .divide-purple-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

#app .divide-pink-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

#app .divide-pink-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

#app .divide-pink-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

#app .divide-pink-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

#app .divide-pink-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

#app .divide-pink-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

#app .divide-pink-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

#app .divide-pink-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

#app .divide-pink-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

#app .divide-pink-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

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

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

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

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

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

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

#app .appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#app .bg-fixed{
  background-attachment: fixed;
}

#app .bg-local{
  background-attachment: local;
}

#app .bg-scroll{
  background-attachment: scroll;
}

#app .bg-clip-border{
  background-clip: border-box;
}

#app .bg-clip-padding{
  background-clip: padding-box;
}

#app .bg-clip-content{
  background-clip: content-box;
}

#app .bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

#app .bg-transparent{
  background-color: transparent;
}

#app .bg-current{
  background-color: currentColor;
}

#app .bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

#app .bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

#app .bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#app .bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

#app .bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

#app .bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

#app .bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

#app .bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#app .bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#app .bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

#app .bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

#app .bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

#app .bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

#app .bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

#app .bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

#app .bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

#app .bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

#app .bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

#app .bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

#app .bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

#app .bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

#app .bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

#app .bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#app .bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

#app .bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

#app .bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

#app .bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

#app .bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

#app .bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

#app .bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

#app .bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

#app .bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

#app .bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

#app .bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

#app .bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

#app .bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

#app .bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

#app .bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

#app .bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

#app .bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

#app .bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

#app .bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

#app .bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

#app .bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

#app .bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

#app .bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

#app .bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

#app .bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

#app .bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

#app .bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

#app .bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

#app .bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

#app .bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

#app .bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

#app .bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

#app .bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

#app .bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

#app .bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

#app .bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

#app .bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

#app .bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

#app .bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

#app .bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

#app .bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

#app .bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

#app .bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

#app .bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

#app .bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

#app .bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

#app .bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

#app .bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

#app .bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#app .bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

#app .bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

#app .bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

#app .bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

#app .bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

#app .bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

#app .bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

#app .bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

#app .odd\:bg-transparent:nth-child(odd){
  background-color: transparent;
}

#app .odd\:bg-current:nth-child(odd){
  background-color: currentColor;
}

#app .odd\:bg-black:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

#app .odd\:bg-white:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-200:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-300:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-400:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-500:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-600:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-700:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-800:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#app .odd\:bg-gray-900:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

#app .odd\:bg-red-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

#app .odd\:bg-red-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

#app .odd\:bg-red-200:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

#app .odd\:bg-red-300:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

#app .odd\:bg-red-400:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

#app .odd\:bg-red-500:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

#app .odd\:bg-red-600:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

#app .odd\:bg-red-700:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

#app .odd\:bg-red-800:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

#app .odd\:bg-red-900:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-200:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-300:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-400:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-500:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-600:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-700:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-800:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

#app .odd\:bg-yellow-900:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

#app .odd\:bg-green-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

#app .odd\:bg-green-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

#app .odd\:bg-green-200:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

#app .odd\:bg-green-300:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

#app .odd\:bg-green-400:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

#app .odd\:bg-green-500:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

#app .odd\:bg-green-600:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

#app .odd\:bg-green-700:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

#app .odd\:bg-green-800:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

#app .odd\:bg-green-900:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-200:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-300:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-400:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-500:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-600:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-700:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-800:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

#app .odd\:bg-blue-900:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-200:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-300:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-400:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-500:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-600:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-700:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-800:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

#app .odd\:bg-indigo-900:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-200:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-300:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-400:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-500:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-600:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-700:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-800:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

#app .odd\:bg-purple-900:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-200:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-300:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-400:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-500:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-600:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-700:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-800:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

#app .odd\:bg-pink-900:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

#app .even\:bg-transparent:nth-child(even){
  background-color: transparent;
}

#app .even\:bg-current:nth-child(even){
  background-color: currentColor;
}

#app .even\:bg-black:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

#app .even\:bg-white:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#app .even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .even\:bg-gray-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

#app .even\:bg-gray-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#app .even\:bg-gray-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

#app .even\:bg-gray-400:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

#app .even\:bg-gray-500:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

#app .even\:bg-gray-600:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

#app .even\:bg-gray-700:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#app .even\:bg-gray-800:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#app .even\:bg-gray-900:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

#app .even\:bg-red-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

#app .even\:bg-red-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

#app .even\:bg-red-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

#app .even\:bg-red-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

#app .even\:bg-red-400:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

#app .even\:bg-red-500:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

#app .even\:bg-red-600:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

#app .even\:bg-red-700:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

#app .even\:bg-red-800:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

#app .even\:bg-red-900:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-400:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-500:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-600:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-700:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-800:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

#app .even\:bg-yellow-900:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

#app .even\:bg-green-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

#app .even\:bg-green-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

#app .even\:bg-green-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

#app .even\:bg-green-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

#app .even\:bg-green-400:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

#app .even\:bg-green-500:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

#app .even\:bg-green-600:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

#app .even\:bg-green-700:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

#app .even\:bg-green-800:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

#app .even\:bg-green-900:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

#app .even\:bg-blue-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

#app .even\:bg-blue-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

#app .even\:bg-blue-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

#app .even\:bg-blue-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

#app .even\:bg-blue-400:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

#app .even\:bg-blue-500:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

#app .even\:bg-blue-600:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

#app .even\:bg-blue-700:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

#app .even\:bg-blue-800:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

#app .even\:bg-blue-900:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-400:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-500:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-600:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-700:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-800:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

#app .even\:bg-indigo-900:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

#app .even\:bg-purple-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

#app .even\:bg-purple-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

#app .even\:bg-purple-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

#app .even\:bg-purple-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

#app .even\:bg-purple-400:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

#app .even\:bg-purple-500:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

#app .even\:bg-purple-600:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

#app .even\:bg-purple-700:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

#app .even\:bg-purple-800:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

#app .even\:bg-purple-900:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

#app .even\:bg-pink-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

#app .even\:bg-pink-100:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#app .even\:bg-pink-200:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

#app .even\:bg-pink-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

#app .even\:bg-pink-400:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

#app .even\:bg-pink-500:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

#app .even\:bg-pink-600:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

#app .even\:bg-pink-700:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

#app .even\:bg-pink-800:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

#app .even\:bg-pink-900:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-transparent{
  background-color: transparent;
}

#app .group:hover .group-hover\:bg-current{
  background-color: currentColor;
}

#app .group:hover .group-hover\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

#app .group:hover .group-hover\:bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-800{
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

#app .group:hover .group-hover\:bg-pink-900{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

#app .focus-within\:bg-transparent:focus-within{
  background-color: transparent;
}

#app .focus-within\:bg-current:focus-within{
  background-color: currentColor;
}

#app .focus-within\:bg-black:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

#app .focus-within\:bg-gray-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#app .focus-within\:bg-gray-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

#app .focus-within\:bg-red-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

#app .focus-within\:bg-yellow-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

#app .focus-within\:bg-green-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

#app .focus-within\:bg-blue-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

#app .focus-within\:bg-indigo-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

#app .focus-within\:bg-purple-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

#app .focus-within\:bg-pink-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

#app .hover\:bg-transparent:hover{
  background-color: transparent;
}

#app .hover\:bg-current:hover{
  background-color: currentColor;
}

#app .hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

#app .hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#app .hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

#app .hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

#app .hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

#app .hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

#app .hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

#app .hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

#app .hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

#app .hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

#app .hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

#app .hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

#app .hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

#app .hover\:bg-yellow-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

#app .hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

#app .hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

#app .hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

#app .hover\:bg-green-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

#app .hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

#app .hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

#app .hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

#app .hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

#app .hover\:bg-green-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

#app .hover\:bg-green-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

#app .hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

#app .hover\:bg-indigo-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

#app .hover\:bg-purple-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

#app .hover\:bg-pink-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

#app .focus\:bg-transparent:focus{
  background-color: transparent;
}

#app .focus\:bg-current:focus{
  background-color: currentColor;
}

#app .focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

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

#app .focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

#app .focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

#app .focus\:bg-red-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

#app .focus\:bg-red-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

#app .focus\:bg-red-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

#app .focus\:bg-red-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

#app .focus\:bg-red-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

#app .focus\:bg-red-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

#app .focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

#app .focus\:bg-red-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

#app .focus\:bg-red-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

#app .focus\:bg-red-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

#app .focus\:bg-yellow-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

#app .focus\:bg-green-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

#app .focus\:bg-green-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

#app .focus\:bg-green-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

#app .focus\:bg-green-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

#app .focus\:bg-green-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

#app .focus\:bg-green-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

#app .focus\:bg-green-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

#app .focus\:bg-green-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

#app .focus\:bg-green-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

#app .focus\:bg-green-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

#app .focus\:bg-blue-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

#app .focus\:bg-indigo-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

#app .focus\:bg-purple-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

#app .focus\:bg-pink-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

#app .bg-none{
  background-image: none;
}

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

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

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

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

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

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

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

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

#app .from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .from-white{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .from-gray-50{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

#app .from-gray-100{
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

#app .from-gray-200{
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

#app .from-gray-300{
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

#app .from-gray-400{
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

#app .from-gray-500{
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

#app .from-gray-600{
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

#app .from-gray-700{
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

#app .from-gray-800{
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

#app .from-gray-900{
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

#app .from-red-50{
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

#app .from-red-100{
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

#app .from-red-200{
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

#app .from-red-300{
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

#app .from-red-400{
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

#app .from-red-500{
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

#app .from-red-600{
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

#app .from-red-700{
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

#app .from-red-800{
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

#app .from-red-900{
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

#app .from-yellow-50{
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

#app .from-yellow-100{
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

#app .from-yellow-200{
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

#app .from-yellow-300{
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

#app .from-yellow-400{
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

#app .from-yellow-500{
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

#app .from-yellow-600{
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

#app .from-yellow-700{
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

#app .from-yellow-800{
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

#app .from-yellow-900{
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

#app .from-green-50{
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

#app .from-green-100{
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

#app .from-green-200{
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

#app .from-green-300{
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

#app .from-green-400{
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

#app .from-green-500{
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

#app .from-green-600{
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

#app .from-green-700{
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

#app .from-green-800{
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

#app .from-green-900{
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

#app .from-blue-50{
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

#app .from-blue-100{
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

#app .from-blue-200{
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

#app .from-blue-300{
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

#app .from-blue-400{
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

#app .from-blue-500{
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

#app .from-blue-600{
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

#app .from-blue-700{
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

#app .from-blue-800{
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

#app .from-blue-900{
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

#app .from-indigo-50{
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

#app .from-indigo-100{
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

#app .from-indigo-200{
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

#app .from-indigo-300{
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

#app .from-indigo-400{
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

#app .from-indigo-500{
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

#app .from-indigo-600{
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

#app .from-indigo-700{
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

#app .from-indigo-800{
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

#app .from-indigo-900{
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

#app .from-purple-50{
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

#app .from-purple-100{
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

#app .from-purple-200{
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

#app .from-purple-300{
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

#app .from-purple-400{
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

#app .from-purple-500{
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

#app .from-purple-600{
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

#app .from-purple-700{
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

#app .from-purple-800{
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

#app .from-purple-900{
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

#app .from-pink-50{
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

#app .from-pink-100{
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

#app .from-pink-200{
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

#app .from-pink-300{
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

#app .from-pink-400{
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

#app .from-pink-500{
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

#app .from-pink-600{
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

#app .from-pink-700{
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

#app .from-pink-800{
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

#app .from-pink-900{
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

#app .via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .via-gray-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

#app .via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

#app .via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

#app .via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

#app .via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

#app .via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

#app .via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

#app .via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

#app .via-gray-800{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

#app .via-gray-900{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

#app .via-red-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

#app .via-red-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

#app .via-red-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

#app .via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

#app .via-red-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

#app .via-red-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

#app .via-red-600{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

#app .via-red-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

#app .via-red-800{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

#app .via-red-900{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

#app .via-yellow-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

#app .via-yellow-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

#app .via-yellow-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

#app .via-yellow-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

#app .via-yellow-400{
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

#app .via-yellow-500{
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

#app .via-yellow-600{
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

#app .via-yellow-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

#app .via-yellow-800{
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

#app .via-yellow-900{
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

#app .via-green-50{
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

#app .via-green-100{
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

#app .via-green-200{
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

#app .via-green-300{
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

#app .via-green-400{
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

#app .via-green-500{
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

#app .via-green-600{
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

#app .via-green-700{
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

#app .via-green-800{
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

#app .via-green-900{
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

#app .via-blue-50{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

#app .via-blue-100{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

#app .via-blue-200{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

#app .via-blue-300{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

#app .via-blue-400{
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

#app .via-blue-500{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

#app .via-blue-600{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

#app .via-blue-700{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

#app .via-blue-800{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

#app .via-blue-900{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

#app .via-indigo-50{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

#app .via-indigo-100{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

#app .via-indigo-200{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

#app .via-indigo-300{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

#app .via-indigo-400{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

#app .via-indigo-500{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

#app .via-indigo-600{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

#app .via-indigo-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

#app .via-indigo-800{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

#app .via-indigo-900{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

#app .via-purple-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

#app .via-purple-100{
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

#app .via-purple-200{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

#app .via-purple-300{
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

#app .via-purple-400{
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

#app .via-purple-500{
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

#app .via-purple-600{
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

#app .via-purple-700{
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

#app .via-purple-800{
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

#app .via-purple-900{
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

#app .via-pink-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

#app .via-pink-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

#app .via-pink-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

#app .via-pink-300{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

#app .via-pink-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

#app .via-pink-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

#app .via-pink-600{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

#app .via-pink-700{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

#app .via-pink-800{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

#app .via-pink-900{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

#app .to-transparent{
  --tw-gradient-to: transparent;
}

#app .to-current{
  --tw-gradient-to: currentColor;
}

#app .to-black{
  --tw-gradient-to: #000;
}

#app .to-white{
  --tw-gradient-to: #fff;
}

#app .to-gray-50{
  --tw-gradient-to: #f9fafb;
}

#app .to-gray-100{
  --tw-gradient-to: #f3f4f6;
}

#app .to-gray-200{
  --tw-gradient-to: #e5e7eb;
}

#app .to-gray-300{
  --tw-gradient-to: #d1d5db;
}

#app .to-gray-400{
  --tw-gradient-to: #9ca3af;
}

#app .to-gray-500{
  --tw-gradient-to: #6b7280;
}

#app .to-gray-600{
  --tw-gradient-to: #4b5563;
}

#app .to-gray-700{
  --tw-gradient-to: #374151;
}

#app .to-gray-800{
  --tw-gradient-to: #1f2937;
}

#app .to-gray-900{
  --tw-gradient-to: #111827;
}

#app .to-red-50{
  --tw-gradient-to: #fef2f2;
}

#app .to-red-100{
  --tw-gradient-to: #fee2e2;
}

#app .to-red-200{
  --tw-gradient-to: #fecaca;
}

#app .to-red-300{
  --tw-gradient-to: #fca5a5;
}

#app .to-red-400{
  --tw-gradient-to: #f87171;
}

#app .to-red-500{
  --tw-gradient-to: #ef4444;
}

#app .to-red-600{
  --tw-gradient-to: #dc2626;
}

#app .to-red-700{
  --tw-gradient-to: #b91c1c;
}

#app .to-red-800{
  --tw-gradient-to: #991b1b;
}

#app .to-red-900{
  --tw-gradient-to: #7f1d1d;
}

#app .to-yellow-50{
  --tw-gradient-to: #fffbeb;
}

#app .to-yellow-100{
  --tw-gradient-to: #fef3c7;
}

#app .to-yellow-200{
  --tw-gradient-to: #fde68a;
}

#app .to-yellow-300{
  --tw-gradient-to: #fcd34d;
}

#app .to-yellow-400{
  --tw-gradient-to: #fbbf24;
}

#app .to-yellow-500{
  --tw-gradient-to: #f59e0b;
}

#app .to-yellow-600{
  --tw-gradient-to: #d97706;
}

#app .to-yellow-700{
  --tw-gradient-to: #b45309;
}

#app .to-yellow-800{
  --tw-gradient-to: #92400e;
}

#app .to-yellow-900{
  --tw-gradient-to: #78350f;
}

#app .to-green-50{
  --tw-gradient-to: #ecfdf5;
}

#app .to-green-100{
  --tw-gradient-to: #d1fae5;
}

#app .to-green-200{
  --tw-gradient-to: #a7f3d0;
}

#app .to-green-300{
  --tw-gradient-to: #6ee7b7;
}

#app .to-green-400{
  --tw-gradient-to: #34d399;
}

#app .to-green-500{
  --tw-gradient-to: #10b981;
}

#app .to-green-600{
  --tw-gradient-to: #059669;
}

#app .to-green-700{
  --tw-gradient-to: #047857;
}

#app .to-green-800{
  --tw-gradient-to: #065f46;
}

#app .to-green-900{
  --tw-gradient-to: #064e3b;
}

#app .to-blue-50{
  --tw-gradient-to: #eff6ff;
}

#app .to-blue-100{
  --tw-gradient-to: #dbeafe;
}

#app .to-blue-200{
  --tw-gradient-to: #bfdbfe;
}

#app .to-blue-300{
  --tw-gradient-to: #93c5fd;
}

#app .to-blue-400{
  --tw-gradient-to: #60a5fa;
}

#app .to-blue-500{
  --tw-gradient-to: #3b82f6;
}

#app .to-blue-600{
  --tw-gradient-to: #2563eb;
}

#app .to-blue-700{
  --tw-gradient-to: #1d4ed8;
}

#app .to-blue-800{
  --tw-gradient-to: #1e40af;
}

#app .to-blue-900{
  --tw-gradient-to: #1e3a8a;
}

#app .to-indigo-50{
  --tw-gradient-to: #eef2ff;
}

#app .to-indigo-100{
  --tw-gradient-to: #e0e7ff;
}

#app .to-indigo-200{
  --tw-gradient-to: #c7d2fe;
}

#app .to-indigo-300{
  --tw-gradient-to: #a5b4fc;
}

#app .to-indigo-400{
  --tw-gradient-to: #818cf8;
}

#app .to-indigo-500{
  --tw-gradient-to: #6366f1;
}

#app .to-indigo-600{
  --tw-gradient-to: #4f46e5;
}

#app .to-indigo-700{
  --tw-gradient-to: #4338ca;
}

#app .to-indigo-800{
  --tw-gradient-to: #3730a3;
}

#app .to-indigo-900{
  --tw-gradient-to: #312e81;
}

#app .to-purple-50{
  --tw-gradient-to: #f5f3ff;
}

#app .to-purple-100{
  --tw-gradient-to: #ede9fe;
}

#app .to-purple-200{
  --tw-gradient-to: #ddd6fe;
}

#app .to-purple-300{
  --tw-gradient-to: #c4b5fd;
}

#app .to-purple-400{
  --tw-gradient-to: #a78bfa;
}

#app .to-purple-500{
  --tw-gradient-to: #8b5cf6;
}

#app .to-purple-600{
  --tw-gradient-to: #7c3aed;
}

#app .to-purple-700{
  --tw-gradient-to: #6d28d9;
}

#app .to-purple-800{
  --tw-gradient-to: #5b21b6;
}

#app .to-purple-900{
  --tw-gradient-to: #4c1d95;
}

#app .to-pink-50{
  --tw-gradient-to: #fdf2f8;
}

#app .to-pink-100{
  --tw-gradient-to: #fce7f3;
}

#app .to-pink-200{
  --tw-gradient-to: #fbcfe8;
}

#app .to-pink-300{
  --tw-gradient-to: #f9a8d4;
}

#app .to-pink-400{
  --tw-gradient-to: #f472b6;
}

#app .to-pink-500{
  --tw-gradient-to: #ec4899;
}

#app .to-pink-600{
  --tw-gradient-to: #db2777;
}

#app .to-pink-700{
  --tw-gradient-to: #be185d;
}

#app .to-pink-800{
  --tw-gradient-to: #9d174d;
}

#app .to-pink-900{
  --tw-gradient-to: #831843;
}

#app .hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .hover\:from-black:hover{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .hover\:from-white:hover{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .hover\:via-gray-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

#app .hover\:via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

#app .hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

#app .hover\:via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

#app .hover\:via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

#app .hover\:via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

#app .hover\:via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

#app .hover\:via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

#app .hover\:via-gray-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

#app .hover\:via-gray-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

#app .hover\:via-red-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

#app .hover\:via-red-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

#app .hover\:via-red-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

#app .hover\:via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

#app .hover\:via-red-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

#app .hover\:via-red-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

#app .hover\:via-red-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

#app .hover\:via-red-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

#app .hover\:via-red-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

#app .hover\:via-red-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

#app .hover\:via-yellow-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

#app .hover\:via-yellow-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

#app .hover\:via-yellow-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

#app .hover\:via-yellow-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

#app .hover\:via-yellow-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

#app .hover\:via-yellow-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

#app .hover\:via-yellow-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

#app .hover\:via-yellow-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

#app .hover\:via-yellow-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

#app .hover\:via-yellow-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

#app .hover\:via-green-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

#app .hover\:via-green-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

#app .hover\:via-green-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

#app .hover\:via-green-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

#app .hover\:via-green-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

#app .hover\:via-green-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

#app .hover\:via-green-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

#app .hover\:via-green-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

#app .hover\:via-green-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

#app .hover\:via-green-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

#app .hover\:via-blue-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

#app .hover\:via-blue-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

#app .hover\:via-blue-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

#app .hover\:via-blue-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

#app .hover\:via-blue-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

#app .hover\:via-blue-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

#app .hover\:via-blue-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

#app .hover\:via-blue-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

#app .hover\:via-blue-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

#app .hover\:via-blue-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

#app .hover\:via-indigo-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

#app .hover\:via-indigo-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

#app .hover\:via-indigo-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

#app .hover\:via-indigo-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

#app .hover\:via-indigo-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

#app .hover\:via-indigo-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

#app .hover\:via-indigo-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

#app .hover\:via-indigo-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

#app .hover\:via-indigo-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

#app .hover\:via-indigo-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

#app .hover\:via-purple-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

#app .hover\:via-purple-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

#app .hover\:via-purple-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

#app .hover\:via-purple-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

#app .hover\:via-purple-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

#app .hover\:via-purple-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

#app .hover\:via-purple-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

#app .hover\:via-purple-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

#app .hover\:via-purple-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

#app .hover\:via-purple-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

#app .hover\:via-pink-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

#app .hover\:via-pink-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

#app .hover\:via-pink-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

#app .hover\:via-pink-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

#app .hover\:via-pink-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

#app .hover\:via-pink-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

#app .hover\:via-pink-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

#app .hover\:via-pink-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

#app .hover\:via-pink-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

#app .hover\:via-pink-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

#app .hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

#app .hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

#app .hover\:to-black:hover{
  --tw-gradient-to: #000;
}

#app .hover\:to-white:hover{
  --tw-gradient-to: #fff;
}

#app .hover\:to-gray-50:hover{
  --tw-gradient-to: #f9fafb;
}

#app .hover\:to-gray-100:hover{
  --tw-gradient-to: #f3f4f6;
}

#app .hover\:to-gray-200:hover{
  --tw-gradient-to: #e5e7eb;
}

#app .hover\:to-gray-300:hover{
  --tw-gradient-to: #d1d5db;
}

#app .hover\:to-gray-400:hover{
  --tw-gradient-to: #9ca3af;
}

#app .hover\:to-gray-500:hover{
  --tw-gradient-to: #6b7280;
}

#app .hover\:to-gray-600:hover{
  --tw-gradient-to: #4b5563;
}

#app .hover\:to-gray-700:hover{
  --tw-gradient-to: #374151;
}

#app .hover\:to-gray-800:hover{
  --tw-gradient-to: #1f2937;
}

#app .hover\:to-gray-900:hover{
  --tw-gradient-to: #111827;
}

#app .hover\:to-red-50:hover{
  --tw-gradient-to: #fef2f2;
}

#app .hover\:to-red-100:hover{
  --tw-gradient-to: #fee2e2;
}

#app .hover\:to-red-200:hover{
  --tw-gradient-to: #fecaca;
}

#app .hover\:to-red-300:hover{
  --tw-gradient-to: #fca5a5;
}

#app .hover\:to-red-400:hover{
  --tw-gradient-to: #f87171;
}

#app .hover\:to-red-500:hover{
  --tw-gradient-to: #ef4444;
}

#app .hover\:to-red-600:hover{
  --tw-gradient-to: #dc2626;
}

#app .hover\:to-red-700:hover{
  --tw-gradient-to: #b91c1c;
}

#app .hover\:to-red-800:hover{
  --tw-gradient-to: #991b1b;
}

#app .hover\:to-red-900:hover{
  --tw-gradient-to: #7f1d1d;
}

#app .hover\:to-yellow-50:hover{
  --tw-gradient-to: #fffbeb;
}

#app .hover\:to-yellow-100:hover{
  --tw-gradient-to: #fef3c7;
}

#app .hover\:to-yellow-200:hover{
  --tw-gradient-to: #fde68a;
}

#app .hover\:to-yellow-300:hover{
  --tw-gradient-to: #fcd34d;
}

#app .hover\:to-yellow-400:hover{
  --tw-gradient-to: #fbbf24;
}

#app .hover\:to-yellow-500:hover{
  --tw-gradient-to: #f59e0b;
}

#app .hover\:to-yellow-600:hover{
  --tw-gradient-to: #d97706;
}

#app .hover\:to-yellow-700:hover{
  --tw-gradient-to: #b45309;
}

#app .hover\:to-yellow-800:hover{
  --tw-gradient-to: #92400e;
}

#app .hover\:to-yellow-900:hover{
  --tw-gradient-to: #78350f;
}

#app .hover\:to-green-50:hover{
  --tw-gradient-to: #ecfdf5;
}

#app .hover\:to-green-100:hover{
  --tw-gradient-to: #d1fae5;
}

#app .hover\:to-green-200:hover{
  --tw-gradient-to: #a7f3d0;
}

#app .hover\:to-green-300:hover{
  --tw-gradient-to: #6ee7b7;
}

#app .hover\:to-green-400:hover{
  --tw-gradient-to: #34d399;
}

#app .hover\:to-green-500:hover{
  --tw-gradient-to: #10b981;
}

#app .hover\:to-green-600:hover{
  --tw-gradient-to: #059669;
}

#app .hover\:to-green-700:hover{
  --tw-gradient-to: #047857;
}

#app .hover\:to-green-800:hover{
  --tw-gradient-to: #065f46;
}

#app .hover\:to-green-900:hover{
  --tw-gradient-to: #064e3b;
}

#app .hover\:to-blue-50:hover{
  --tw-gradient-to: #eff6ff;
}

#app .hover\:to-blue-100:hover{
  --tw-gradient-to: #dbeafe;
}

#app .hover\:to-blue-200:hover{
  --tw-gradient-to: #bfdbfe;
}

#app .hover\:to-blue-300:hover{
  --tw-gradient-to: #93c5fd;
}

#app .hover\:to-blue-400:hover{
  --tw-gradient-to: #60a5fa;
}

#app .hover\:to-blue-500:hover{
  --tw-gradient-to: #3b82f6;
}

#app .hover\:to-blue-600:hover{
  --tw-gradient-to: #2563eb;
}

#app .hover\:to-blue-700:hover{
  --tw-gradient-to: #1d4ed8;
}

#app .hover\:to-blue-800:hover{
  --tw-gradient-to: #1e40af;
}

#app .hover\:to-blue-900:hover{
  --tw-gradient-to: #1e3a8a;
}

#app .hover\:to-indigo-50:hover{
  --tw-gradient-to: #eef2ff;
}

#app .hover\:to-indigo-100:hover{
  --tw-gradient-to: #e0e7ff;
}

#app .hover\:to-indigo-200:hover{
  --tw-gradient-to: #c7d2fe;
}

#app .hover\:to-indigo-300:hover{
  --tw-gradient-to: #a5b4fc;
}

#app .hover\:to-indigo-400:hover{
  --tw-gradient-to: #818cf8;
}

#app .hover\:to-indigo-500:hover{
  --tw-gradient-to: #6366f1;
}

#app .hover\:to-indigo-600:hover{
  --tw-gradient-to: #4f46e5;
}

#app .hover\:to-indigo-700:hover{
  --tw-gradient-to: #4338ca;
}

#app .hover\:to-indigo-800:hover{
  --tw-gradient-to: #3730a3;
}

#app .hover\:to-indigo-900:hover{
  --tw-gradient-to: #312e81;
}

#app .hover\:to-purple-50:hover{
  --tw-gradient-to: #f5f3ff;
}

#app .hover\:to-purple-100:hover{
  --tw-gradient-to: #ede9fe;
}

#app .hover\:to-purple-200:hover{
  --tw-gradient-to: #ddd6fe;
}

#app .hover\:to-purple-300:hover{
  --tw-gradient-to: #c4b5fd;
}

#app .hover\:to-purple-400:hover{
  --tw-gradient-to: #a78bfa;
}

#app .hover\:to-purple-500:hover{
  --tw-gradient-to: #8b5cf6;
}

#app .hover\:to-purple-600:hover{
  --tw-gradient-to: #7c3aed;
}

#app .hover\:to-purple-700:hover{
  --tw-gradient-to: #6d28d9;
}

#app .hover\:to-purple-800:hover{
  --tw-gradient-to: #5b21b6;
}

#app .hover\:to-purple-900:hover{
  --tw-gradient-to: #4c1d95;
}

#app .hover\:to-pink-50:hover{
  --tw-gradient-to: #fdf2f8;
}

#app .hover\:to-pink-100:hover{
  --tw-gradient-to: #fce7f3;
}

#app .hover\:to-pink-200:hover{
  --tw-gradient-to: #fbcfe8;
}

#app .hover\:to-pink-300:hover{
  --tw-gradient-to: #f9a8d4;
}

#app .hover\:to-pink-400:hover{
  --tw-gradient-to: #f472b6;
}

#app .hover\:to-pink-500:hover{
  --tw-gradient-to: #ec4899;
}

#app .hover\:to-pink-600:hover{
  --tw-gradient-to: #db2777;
}

#app .hover\:to-pink-700:hover{
  --tw-gradient-to: #be185d;
}

#app .hover\:to-pink-800:hover{
  --tw-gradient-to: #9d174d;
}

#app .hover\:to-pink-900:hover{
  --tw-gradient-to: #831843;
}

#app .focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .focus\:from-black:focus{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .focus\:from-white:focus{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .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));
}

#app .focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

#app .focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

#app .focus\:via-gray-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

#app .focus\:via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

#app .focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

#app .focus\:via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

#app .focus\:via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

#app .focus\:via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

#app .focus\:via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

#app .focus\:via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

#app .focus\:via-gray-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

#app .focus\:via-gray-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

#app .focus\:via-red-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

#app .focus\:via-red-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

#app .focus\:via-red-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

#app .focus\:via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

#app .focus\:via-red-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

#app .focus\:via-red-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

#app .focus\:via-red-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

#app .focus\:via-red-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

#app .focus\:via-red-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

#app .focus\:via-red-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

#app .focus\:via-yellow-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

#app .focus\:via-yellow-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

#app .focus\:via-yellow-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

#app .focus\:via-yellow-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

#app .focus\:via-yellow-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

#app .focus\:via-yellow-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

#app .focus\:via-yellow-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

#app .focus\:via-yellow-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

#app .focus\:via-yellow-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

#app .focus\:via-yellow-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

#app .focus\:via-green-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

#app .focus\:via-green-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

#app .focus\:via-green-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

#app .focus\:via-green-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

#app .focus\:via-green-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

#app .focus\:via-green-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

#app .focus\:via-green-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

#app .focus\:via-green-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

#app .focus\:via-green-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

#app .focus\:via-green-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

#app .focus\:via-blue-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

#app .focus\:via-blue-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

#app .focus\:via-blue-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

#app .focus\:via-blue-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

#app .focus\:via-blue-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

#app .focus\:via-blue-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

#app .focus\:via-blue-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

#app .focus\:via-blue-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

#app .focus\:via-blue-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

#app .focus\:via-blue-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

#app .focus\:via-indigo-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

#app .focus\:via-indigo-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

#app .focus\:via-indigo-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

#app .focus\:via-indigo-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

#app .focus\:via-indigo-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

#app .focus\:via-indigo-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

#app .focus\:via-indigo-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

#app .focus\:via-indigo-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

#app .focus\:via-indigo-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

#app .focus\:via-indigo-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

#app .focus\:via-purple-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

#app .focus\:via-purple-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

#app .focus\:via-purple-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

#app .focus\:via-purple-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

#app .focus\:via-purple-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

#app .focus\:via-purple-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

#app .focus\:via-purple-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

#app .focus\:via-purple-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

#app .focus\:via-purple-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

#app .focus\:via-purple-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

#app .focus\:via-pink-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

#app .focus\:via-pink-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

#app .focus\:via-pink-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

#app .focus\:via-pink-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

#app .focus\:via-pink-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

#app .focus\:via-pink-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

#app .focus\:via-pink-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

#app .focus\:via-pink-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

#app .focus\:via-pink-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

#app .focus\:via-pink-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

#app .focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

#app .focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

#app .focus\:to-black:focus{
  --tw-gradient-to: #000;
}

#app .focus\:to-white:focus{
  --tw-gradient-to: #fff;
}

#app .focus\:to-gray-50:focus{
  --tw-gradient-to: #f9fafb;
}

#app .focus\:to-gray-100:focus{
  --tw-gradient-to: #f3f4f6;
}

#app .focus\:to-gray-200:focus{
  --tw-gradient-to: #e5e7eb;
}

#app .focus\:to-gray-300:focus{
  --tw-gradient-to: #d1d5db;
}

#app .focus\:to-gray-400:focus{
  --tw-gradient-to: #9ca3af;
}

#app .focus\:to-gray-500:focus{
  --tw-gradient-to: #6b7280;
}

#app .focus\:to-gray-600:focus{
  --tw-gradient-to: #4b5563;
}

#app .focus\:to-gray-700:focus{
  --tw-gradient-to: #374151;
}

#app .focus\:to-gray-800:focus{
  --tw-gradient-to: #1f2937;
}

#app .focus\:to-gray-900:focus{
  --tw-gradient-to: #111827;
}

#app .focus\:to-red-50:focus{
  --tw-gradient-to: #fef2f2;
}

#app .focus\:to-red-100:focus{
  --tw-gradient-to: #fee2e2;
}

#app .focus\:to-red-200:focus{
  --tw-gradient-to: #fecaca;
}

#app .focus\:to-red-300:focus{
  --tw-gradient-to: #fca5a5;
}

#app .focus\:to-red-400:focus{
  --tw-gradient-to: #f87171;
}

#app .focus\:to-red-500:focus{
  --tw-gradient-to: #ef4444;
}

#app .focus\:to-red-600:focus{
  --tw-gradient-to: #dc2626;
}

#app .focus\:to-red-700:focus{
  --tw-gradient-to: #b91c1c;
}

#app .focus\:to-red-800:focus{
  --tw-gradient-to: #991b1b;
}

#app .focus\:to-red-900:focus{
  --tw-gradient-to: #7f1d1d;
}

#app .focus\:to-yellow-50:focus{
  --tw-gradient-to: #fffbeb;
}

#app .focus\:to-yellow-100:focus{
  --tw-gradient-to: #fef3c7;
}

#app .focus\:to-yellow-200:focus{
  --tw-gradient-to: #fde68a;
}

#app .focus\:to-yellow-300:focus{
  --tw-gradient-to: #fcd34d;
}

#app .focus\:to-yellow-400:focus{
  --tw-gradient-to: #fbbf24;
}

#app .focus\:to-yellow-500:focus{
  --tw-gradient-to: #f59e0b;
}

#app .focus\:to-yellow-600:focus{
  --tw-gradient-to: #d97706;
}

#app .focus\:to-yellow-700:focus{
  --tw-gradient-to: #b45309;
}

#app .focus\:to-yellow-800:focus{
  --tw-gradient-to: #92400e;
}

#app .focus\:to-yellow-900:focus{
  --tw-gradient-to: #78350f;
}

#app .focus\:to-green-50:focus{
  --tw-gradient-to: #ecfdf5;
}

#app .focus\:to-green-100:focus{
  --tw-gradient-to: #d1fae5;
}

#app .focus\:to-green-200:focus{
  --tw-gradient-to: #a7f3d0;
}

#app .focus\:to-green-300:focus{
  --tw-gradient-to: #6ee7b7;
}

#app .focus\:to-green-400:focus{
  --tw-gradient-to: #34d399;
}

#app .focus\:to-green-500:focus{
  --tw-gradient-to: #10b981;
}

#app .focus\:to-green-600:focus{
  --tw-gradient-to: #059669;
}

#app .focus\:to-green-700:focus{
  --tw-gradient-to: #047857;
}

#app .focus\:to-green-800:focus{
  --tw-gradient-to: #065f46;
}

#app .focus\:to-green-900:focus{
  --tw-gradient-to: #064e3b;
}

#app .focus\:to-blue-50:focus{
  --tw-gradient-to: #eff6ff;
}

#app .focus\:to-blue-100:focus{
  --tw-gradient-to: #dbeafe;
}

#app .focus\:to-blue-200:focus{
  --tw-gradient-to: #bfdbfe;
}

#app .focus\:to-blue-300:focus{
  --tw-gradient-to: #93c5fd;
}

#app .focus\:to-blue-400:focus{
  --tw-gradient-to: #60a5fa;
}

#app .focus\:to-blue-500:focus{
  --tw-gradient-to: #3b82f6;
}

#app .focus\:to-blue-600:focus{
  --tw-gradient-to: #2563eb;
}

#app .focus\:to-blue-700:focus{
  --tw-gradient-to: #1d4ed8;
}

#app .focus\:to-blue-800:focus{
  --tw-gradient-to: #1e40af;
}

#app .focus\:to-blue-900:focus{
  --tw-gradient-to: #1e3a8a;
}

#app .focus\:to-indigo-50:focus{
  --tw-gradient-to: #eef2ff;
}

#app .focus\:to-indigo-100:focus{
  --tw-gradient-to: #e0e7ff;
}

#app .focus\:to-indigo-200:focus{
  --tw-gradient-to: #c7d2fe;
}

#app .focus\:to-indigo-300:focus{
  --tw-gradient-to: #a5b4fc;
}

#app .focus\:to-indigo-400:focus{
  --tw-gradient-to: #818cf8;
}

#app .focus\:to-indigo-500:focus{
  --tw-gradient-to: #6366f1;
}

#app .focus\:to-indigo-600:focus{
  --tw-gradient-to: #4f46e5;
}

#app .focus\:to-indigo-700:focus{
  --tw-gradient-to: #4338ca;
}

#app .focus\:to-indigo-800:focus{
  --tw-gradient-to: #3730a3;
}

#app .focus\:to-indigo-900:focus{
  --tw-gradient-to: #312e81;
}

#app .focus\:to-purple-50:focus{
  --tw-gradient-to: #f5f3ff;
}

#app .focus\:to-purple-100:focus{
  --tw-gradient-to: #ede9fe;
}

#app .focus\:to-purple-200:focus{
  --tw-gradient-to: #ddd6fe;
}

#app .focus\:to-purple-300:focus{
  --tw-gradient-to: #c4b5fd;
}

#app .focus\:to-purple-400:focus{
  --tw-gradient-to: #a78bfa;
}

#app .focus\:to-purple-500:focus{
  --tw-gradient-to: #8b5cf6;
}

#app .focus\:to-purple-600:focus{
  --tw-gradient-to: #7c3aed;
}

#app .focus\:to-purple-700:focus{
  --tw-gradient-to: #6d28d9;
}

#app .focus\:to-purple-800:focus{
  --tw-gradient-to: #5b21b6;
}

#app .focus\:to-purple-900:focus{
  --tw-gradient-to: #4c1d95;
}

#app .focus\:to-pink-50:focus{
  --tw-gradient-to: #fdf2f8;
}

#app .focus\:to-pink-100:focus{
  --tw-gradient-to: #fce7f3;
}

#app .focus\:to-pink-200:focus{
  --tw-gradient-to: #fbcfe8;
}

#app .focus\:to-pink-300:focus{
  --tw-gradient-to: #f9a8d4;
}

#app .focus\:to-pink-400:focus{
  --tw-gradient-to: #f472b6;
}

#app .focus\:to-pink-500:focus{
  --tw-gradient-to: #ec4899;
}

#app .focus\:to-pink-600:focus{
  --tw-gradient-to: #db2777;
}

#app .focus\:to-pink-700:focus{
  --tw-gradient-to: #be185d;
}

#app .focus\:to-pink-800:focus{
  --tw-gradient-to: #9d174d;
}

#app .focus\:to-pink-900:focus{
  --tw-gradient-to: #831843;
}

#app .bg-opacity-0{
  --tw-bg-opacity: 0;
}

#app .bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

#app .bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

#app .bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

#app .bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

#app .bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

#app .bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

#app .bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

#app .bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

#app .bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

#app .bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

#app .bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

#app .bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

#app .bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

#app .bg-opacity-100{
  --tw-bg-opacity: 1;
}

#app .group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

#app .group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

#app .group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

#app .group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

#app .group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

#app .group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

#app .group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

#app .group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

#app .group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

#app .group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

#app .group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

#app .group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

#app .group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

#app .group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

#app .group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

#app .focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

#app .focus-within\:bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05;
}

#app .focus-within\:bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1;
}

#app .focus-within\:bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2;
}

#app .focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

#app .focus-within\:bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3;
}

#app .focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4;
}

#app .focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

#app .focus-within\:bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6;
}

#app .focus-within\:bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7;
}

#app .focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

#app .focus-within\:bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8;
}

#app .focus-within\:bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9;
}

#app .focus-within\:bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95;
}

#app .focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

#app .hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

#app .hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}

#app .hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

#app .hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

#app .hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

#app .hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}

#app .hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

#app .hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

#app .hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}

#app .hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

#app .hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

#app .hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

#app .hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

#app .hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

#app .hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

#app .focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

#app .focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05;
}

#app .focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1;
}

#app .focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2;
}

#app .focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

#app .focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3;
}

#app .focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

#app .focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

#app .focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6;
}

#app .focus\:bg-opacity-70:focus{
  --tw-bg-opacity: 0.7;
}

#app .focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

#app .focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8;
}

#app .focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9;
}

#app .focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95;
}

#app .focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

#app .bg-bottom{
  background-position: bottom;
}

#app .bg-center{
  background-position: center;
}

#app .bg-left{
  background-position: left;
}

#app .bg-left-bottom{
  background-position: left bottom;
}

#app .bg-left-top{
  background-position: left top;
}

#app .bg-right{
  background-position: right;
}

#app .bg-right-bottom{
  background-position: right bottom;
}

#app .bg-right-top{
  background-position: right top;
}

#app .bg-top{
  background-position: top;
}

#app .bg-repeat{
  background-repeat: repeat;
}

#app .bg-no-repeat{
  background-repeat: no-repeat;
}

#app .bg-repeat-x{
  background-repeat: repeat-x;
}

#app .bg-repeat-y{
  background-repeat: repeat-y;
}

#app .bg-repeat-round{
  background-repeat: round;
}

#app .bg-repeat-space{
  background-repeat: space;
}

#app .bg-auto{
  background-size: auto;
}

#app .bg-cover{
  background-size: cover;
}

#app .bg-contain{
  background-size: contain;
}

#app .border-collapse{
  border-collapse: collapse;
}

#app .border-separate{
  border-collapse: separate;
}

#app .border-transparent{
  border-color: transparent;
}

#app .border-current{
  border-color: currentColor;
}

#app .border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

#app .border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

#app .border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

#app .border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

#app .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

#app .border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

#app .border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

#app .border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

#app .border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

#app .border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

#app .border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

#app .border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

#app .border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

#app .border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

#app .border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

#app .border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

#app .border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

#app .border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

#app .border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

#app .border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

#app .border-red-900{
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

#app .border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

#app .border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

#app .border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

#app .border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

#app .border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

#app .border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

#app .border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

#app .border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

#app .border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

#app .border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

#app .border-green-50{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

#app .border-green-100{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

#app .border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

#app .border-green-300{
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

#app .border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

#app .border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

#app .border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

#app .border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

#app .border-green-800{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

#app .border-green-900{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

#app .border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

#app .border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

#app .border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

#app .border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

#app .border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

#app .border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

#app .border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

#app .border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

#app .border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

#app .border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

#app .border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

#app .border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

#app .border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

#app .border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

#app .border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

#app .border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

#app .border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

#app .border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

#app .border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

#app .border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

#app .border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

#app .border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

#app .border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

#app .border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

#app .border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

#app .border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

#app .border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

#app .border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

#app .border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

#app .border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

#app .border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

#app .border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

#app .border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

#app .border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

#app .border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

#app .border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

#app .border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

#app .border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

#app .border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

#app .border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-transparent{
  border-color: transparent;
}

#app .group:hover .group-hover\:border-current{
  border-color: currentColor;
}

#app .group:hover .group-hover\:border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

#app .group:hover .group-hover\:border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-200{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-red-900{
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-50{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-100{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-300{
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-800{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-green-900{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

#app .group:hover .group-hover\:border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

#app .focus-within\:border-transparent:focus-within{
  border-color: transparent;
}

#app .focus-within\:border-current:focus-within{
  border-color: currentColor;
}

#app .focus-within\:border-black:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

#app .focus-within\:border-gray-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

#app .focus-within\:border-gray-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

#app .focus-within\:border-red-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

#app .focus-within\:border-red-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

#app .focus-within\:border-red-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

#app .focus-within\:border-red-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

#app .focus-within\:border-red-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

#app .focus-within\:border-red-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

#app .focus-within\:border-red-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

#app .focus-within\:border-red-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

#app .focus-within\:border-red-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

#app .focus-within\:border-red-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

#app .focus-within\:border-yellow-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

#app .focus-within\:border-green-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

#app .focus-within\:border-green-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

#app .focus-within\:border-green-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

#app .focus-within\:border-green-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

#app .focus-within\:border-green-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

#app .focus-within\:border-green-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

#app .focus-within\:border-green-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

#app .focus-within\:border-green-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

#app .focus-within\:border-green-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

#app .focus-within\:border-green-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

#app .focus-within\:border-blue-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

#app .focus-within\:border-indigo-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

#app .focus-within\:border-purple-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

#app .focus-within\:border-pink-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

#app .hover\:border-transparent:hover{
  border-color: transparent;
}

#app .hover\:border-current:hover{
  border-color: currentColor;
}

#app .hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

#app .hover\:border-gray-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

#app .hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

#app .hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

#app .hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

#app .hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

#app .hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

#app .hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

#app .hover\:border-gray-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

#app .hover\:border-gray-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

#app .hover\:border-gray-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

#app .hover\:border-red-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

#app .hover\:border-red-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

#app .hover\:border-red-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

#app .hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

#app .hover\:border-red-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

#app .hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

#app .hover\:border-red-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

#app .hover\:border-red-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

#app .hover\:border-red-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

#app .hover\:border-red-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

#app .hover\:border-yellow-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

#app .hover\:border-yellow-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

#app .hover\:border-yellow-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

#app .hover\:border-yellow-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

#app .hover\:border-yellow-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

#app .hover\:border-yellow-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

#app .hover\:border-yellow-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

#app .hover\:border-yellow-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

#app .hover\:border-yellow-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

#app .hover\:border-yellow-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

#app .hover\:border-green-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

#app .hover\:border-green-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

#app .hover\:border-green-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

#app .hover\:border-green-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

#app .hover\:border-green-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

#app .hover\:border-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

#app .hover\:border-green-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

#app .hover\:border-green-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

#app .hover\:border-green-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

#app .hover\:border-green-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

#app .hover\:border-blue-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

#app .hover\:border-blue-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

#app .hover\:border-blue-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

#app .hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

#app .hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

#app .hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

#app .hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

#app .hover\:border-blue-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

#app .hover\:border-blue-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

#app .hover\:border-blue-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

#app .hover\:border-indigo-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

#app .hover\:border-indigo-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

#app .hover\:border-indigo-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

#app .hover\:border-indigo-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

#app .hover\:border-indigo-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

#app .hover\:border-indigo-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

#app .hover\:border-indigo-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

#app .hover\:border-indigo-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

#app .hover\:border-indigo-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

#app .hover\:border-indigo-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

#app .hover\:border-purple-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

#app .hover\:border-purple-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

#app .hover\:border-purple-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

#app .hover\:border-purple-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

#app .hover\:border-purple-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

#app .hover\:border-purple-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

#app .hover\:border-purple-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

#app .hover\:border-purple-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

#app .hover\:border-purple-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

#app .hover\:border-purple-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

#app .hover\:border-pink-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

#app .hover\:border-pink-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

#app .hover\:border-pink-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

#app .hover\:border-pink-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

#app .hover\:border-pink-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

#app .hover\:border-pink-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

#app .hover\:border-pink-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

#app .hover\:border-pink-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

#app .hover\:border-pink-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

#app .hover\:border-pink-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

#app .focus\:border-transparent:focus{
  border-color: transparent;
}

#app .focus\:border-current:focus{
  border-color: currentColor;
}

#app .focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

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

#app .focus\:border-gray-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

#app .focus\:border-gray-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

#app .focus\:border-gray-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

#app .focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

#app .focus\:border-gray-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

#app .focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

#app .focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

#app .focus\:border-gray-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

#app .focus\:border-gray-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

#app .focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

#app .focus\:border-red-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

#app .focus\:border-red-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

#app .focus\:border-red-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

#app .focus\:border-red-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

#app .focus\:border-red-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

#app .focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

#app .focus\:border-red-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

#app .focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

#app .focus\:border-red-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

#app .focus\:border-red-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

#app .focus\:border-yellow-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

#app .focus\:border-yellow-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

#app .focus\:border-yellow-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

#app .focus\:border-yellow-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

#app .focus\:border-yellow-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

#app .focus\:border-yellow-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

#app .focus\:border-yellow-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

#app .focus\:border-yellow-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

#app .focus\:border-yellow-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

#app .focus\:border-yellow-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

#app .focus\:border-green-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

#app .focus\:border-green-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

#app .focus\:border-green-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

#app .focus\:border-green-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

#app .focus\:border-green-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

#app .focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

#app .focus\:border-green-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

#app .focus\:border-green-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

#app .focus\:border-green-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

#app .focus\:border-green-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

#app .focus\:border-blue-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

#app .focus\:border-blue-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

#app .focus\:border-blue-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

#app .focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

#app .focus\:border-blue-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

#app .focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

#app .focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

#app .focus\:border-blue-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

#app .focus\:border-blue-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

#app .focus\:border-blue-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

#app .focus\:border-indigo-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

#app .focus\:border-indigo-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

#app .focus\:border-indigo-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

#app .focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

#app .focus\:border-indigo-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

#app .focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

#app .focus\:border-indigo-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

#app .focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

#app .focus\:border-indigo-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

#app .focus\:border-indigo-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

#app .focus\:border-purple-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

#app .focus\:border-purple-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

#app .focus\:border-purple-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

#app .focus\:border-purple-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

#app .focus\:border-purple-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

#app .focus\:border-purple-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

#app .focus\:border-purple-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

#app .focus\:border-purple-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

#app .focus\:border-purple-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

#app .focus\:border-purple-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

#app .focus\:border-pink-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

#app .focus\:border-pink-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

#app .focus\:border-pink-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

#app .focus\:border-pink-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

#app .focus\:border-pink-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

#app .focus\:border-pink-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

#app .focus\:border-pink-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

#app .focus\:border-pink-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

#app .focus\:border-pink-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

#app .focus\:border-pink-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

#app .border-opacity-0{
  --tw-border-opacity: 0;
}

#app .border-opacity-5{
  --tw-border-opacity: 0.05;
}

#app .border-opacity-10{
  --tw-border-opacity: 0.1;
}

#app .border-opacity-20{
  --tw-border-opacity: 0.2;
}

#app .border-opacity-25{
  --tw-border-opacity: 0.25;
}

#app .border-opacity-30{
  --tw-border-opacity: 0.3;
}

#app .border-opacity-40{
  --tw-border-opacity: 0.4;
}

#app .border-opacity-50{
  --tw-border-opacity: 0.5;
}

#app .border-opacity-60{
  --tw-border-opacity: 0.6;
}

#app .border-opacity-70{
  --tw-border-opacity: 0.7;
}

#app .border-opacity-75{
  --tw-border-opacity: 0.75;
}

#app .border-opacity-80{
  --tw-border-opacity: 0.8;
}

#app .border-opacity-90{
  --tw-border-opacity: 0.9;
}

#app .border-opacity-95{
  --tw-border-opacity: 0.95;
}

#app .border-opacity-100{
  --tw-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .rounded-none{
  border-radius: 0px;
}

#app .rounded-sm{
  border-radius: 0.125rem;
}

#app .rounded{
  border-radius: 0.25rem;
}

#app .rounded-md{
  border-radius: 0.375rem;
}

#app .rounded-lg{
  border-radius: 0.5rem;
}

#app .rounded-xl{
  border-radius: 0.75rem;
}

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

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

#app .rounded-full{
  border-radius: 9999px;
}

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

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

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

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

#app .rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

#app .rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

#app .rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#app .rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#app .rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#app .rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#app .rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

#app .rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

#app .rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#app .rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#app .rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

#app .rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#app .rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#app .rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#app .rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

#app .rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

#app .rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

#app .rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

#app .rounded-tl{
  border-top-left-radius: 0.25rem;
}

#app .rounded-tr{
  border-top-right-radius: 0.25rem;
}

#app .rounded-br{
  border-bottom-right-radius: 0.25rem;
}

#app .rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

#app .rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

#app .rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

#app .rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

#app .rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

#app .rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

#app .rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

#app .rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

#app .rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

#app .rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .first\:rounded-none:first-child{
  border-radius: 0px;
}

#app .first\:rounded-sm:first-child{
  border-radius: 0.125rem;
}

#app .first\:rounded:first-child{
  border-radius: 0.25rem;
}

#app .first\:rounded-md:first-child{
  border-radius: 0.375rem;
}

#app .first\:rounded-lg:first-child{
  border-radius: 0.5rem;
}

#app .first\:rounded-xl:first-child{
  border-radius: 0.75rem;
}

#app .first\:rounded-2xl:first-child{
  border-radius: 1rem;
}

#app .first\:rounded-3xl:first-child{
  border-radius: 1.5rem;
}

#app .first\:rounded-full:first-child{
  border-radius: 9999px;
}

#app .first\:rounded-t-none:first-child{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#app .first\:rounded-r-none:first-child{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#app .first\:rounded-b-none:first-child{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#app .first\:rounded-l-none:first-child{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#app .first\:rounded-t-sm:first-child{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

#app .first\:rounded-r-sm:first-child{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

#app .first\:rounded-b-sm:first-child{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#app .first\:rounded-l-sm:first-child{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#app .first\:rounded-t:first-child{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#app .first\:rounded-r:first-child{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#app .first\:rounded-b:first-child{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .first\:rounded-l:first-child{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .first\:rounded-t-md:first-child{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

#app .first\:rounded-r-md:first-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

#app .first\:rounded-b-md:first-child{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#app .first\:rounded-l-md:first-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#app .first\:rounded-t-lg:first-child{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

#app .first\:rounded-r-lg:first-child{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#app .first\:rounded-b-lg:first-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#app .first\:rounded-l-lg:first-child{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#app .first\:rounded-t-xl:first-child{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

#app .first\:rounded-r-xl:first-child{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

#app .first\:rounded-b-xl:first-child{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

#app .first\:rounded-l-xl:first-child{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

#app .first\:rounded-t-2xl:first-child{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#app .first\:rounded-r-2xl:first-child{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

#app .first\:rounded-b-2xl:first-child{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

#app .first\:rounded-l-2xl:first-child{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

#app .first\:rounded-t-3xl:first-child{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

#app .first\:rounded-r-3xl:first-child{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

#app .first\:rounded-b-3xl:first-child{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

#app .first\:rounded-l-3xl:first-child{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

#app .first\:rounded-t-full:first-child{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

#app .first\:rounded-r-full:first-child{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

#app .first\:rounded-b-full:first-child{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

#app .first\:rounded-l-full:first-child{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

#app .first\:rounded-tl-none:first-child{
  border-top-left-radius: 0px;
}

#app .first\:rounded-tr-none:first-child{
  border-top-right-radius: 0px;
}

#app .first\:rounded-br-none:first-child{
  border-bottom-right-radius: 0px;
}

#app .first\:rounded-bl-none:first-child{
  border-bottom-left-radius: 0px;
}

#app .first\:rounded-tl-sm:first-child{
  border-top-left-radius: 0.125rem;
}

#app .first\:rounded-tr-sm:first-child{
  border-top-right-radius: 0.125rem;
}

#app .first\:rounded-br-sm:first-child{
  border-bottom-right-radius: 0.125rem;
}

#app .first\:rounded-bl-sm:first-child{
  border-bottom-left-radius: 0.125rem;
}

#app .first\:rounded-tl:first-child{
  border-top-left-radius: 0.25rem;
}

#app .first\:rounded-tr:first-child{
  border-top-right-radius: 0.25rem;
}

#app .first\:rounded-br:first-child{
  border-bottom-right-radius: 0.25rem;
}

#app .first\:rounded-bl:first-child{
  border-bottom-left-radius: 0.25rem;
}

#app .first\:rounded-tl-md:first-child{
  border-top-left-radius: 0.375rem;
}

#app .first\:rounded-tr-md:first-child{
  border-top-right-radius: 0.375rem;
}

#app .first\:rounded-br-md:first-child{
  border-bottom-right-radius: 0.375rem;
}

#app .first\:rounded-bl-md:first-child{
  border-bottom-left-radius: 0.375rem;
}

#app .first\:rounded-tl-lg:first-child{
  border-top-left-radius: 0.5rem;
}

#app .first\:rounded-tr-lg:first-child{
  border-top-right-radius: 0.5rem;
}

#app .first\:rounded-br-lg:first-child{
  border-bottom-right-radius: 0.5rem;
}

#app .first\:rounded-bl-lg:first-child{
  border-bottom-left-radius: 0.5rem;
}

#app .first\:rounded-tl-xl:first-child{
  border-top-left-radius: 0.75rem;
}

#app .first\:rounded-tr-xl:first-child{
  border-top-right-radius: 0.75rem;
}

#app .first\:rounded-br-xl:first-child{
  border-bottom-right-radius: 0.75rem;
}

#app .first\:rounded-bl-xl:first-child{
  border-bottom-left-radius: 0.75rem;
}

#app .first\:rounded-tl-2xl:first-child{
  border-top-left-radius: 1rem;
}

#app .first\:rounded-tr-2xl:first-child{
  border-top-right-radius: 1rem;
}

#app .first\:rounded-br-2xl:first-child{
  border-bottom-right-radius: 1rem;
}

#app .first\:rounded-bl-2xl:first-child{
  border-bottom-left-radius: 1rem;
}

#app .first\:rounded-tl-3xl:first-child{
  border-top-left-radius: 1.5rem;
}

#app .first\:rounded-tr-3xl:first-child{
  border-top-right-radius: 1.5rem;
}

#app .first\:rounded-br-3xl:first-child{
  border-bottom-right-radius: 1.5rem;
}

#app .first\:rounded-bl-3xl:first-child{
  border-bottom-left-radius: 1.5rem;
}

#app .first\:rounded-tl-full:first-child{
  border-top-left-radius: 9999px;
}

#app .first\:rounded-tr-full:first-child{
  border-top-right-radius: 9999px;
}

#app .first\:rounded-br-full:first-child{
  border-bottom-right-radius: 9999px;
}

#app .first\:rounded-bl-full:first-child{
  border-bottom-left-radius: 9999px;
}

#app .last\:rounded-none:last-child{
  border-radius: 0px;
}

#app .last\:rounded-sm:last-child{
  border-radius: 0.125rem;
}

#app .last\:rounded:last-child{
  border-radius: 0.25rem;
}

#app .last\:rounded-md:last-child{
  border-radius: 0.375rem;
}

#app .last\:rounded-lg:last-child{
  border-radius: 0.5rem;
}

#app .last\:rounded-xl:last-child{
  border-radius: 0.75rem;
}

#app .last\:rounded-2xl:last-child{
  border-radius: 1rem;
}

#app .last\:rounded-3xl:last-child{
  border-radius: 1.5rem;
}

#app .last\:rounded-full:last-child{
  border-radius: 9999px;
}

#app .last\:rounded-t-none:last-child{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#app .last\:rounded-r-none:last-child{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#app .last\:rounded-b-none:last-child{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#app .last\:rounded-l-none:last-child{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#app .last\:rounded-t-sm:last-child{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

#app .last\:rounded-r-sm:last-child{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

#app .last\:rounded-b-sm:last-child{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#app .last\:rounded-l-sm:last-child{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#app .last\:rounded-t:last-child{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#app .last\:rounded-r:last-child{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#app .last\:rounded-b:last-child{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .last\:rounded-l:last-child{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#app .last\:rounded-t-md:last-child{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

#app .last\:rounded-r-md:last-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

#app .last\:rounded-b-md:last-child{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#app .last\:rounded-l-md:last-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

#app .last\:rounded-t-lg:last-child{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

#app .last\:rounded-r-lg:last-child{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

#app .last\:rounded-b-lg:last-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#app .last\:rounded-l-lg:last-child{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

#app .last\:rounded-t-xl:last-child{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

#app .last\:rounded-r-xl:last-child{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

#app .last\:rounded-b-xl:last-child{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

#app .last\:rounded-l-xl:last-child{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

#app .last\:rounded-t-2xl:last-child{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#app .last\:rounded-r-2xl:last-child{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

#app .last\:rounded-b-2xl:last-child{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

#app .last\:rounded-l-2xl:last-child{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

#app .last\:rounded-t-3xl:last-child{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

#app .last\:rounded-r-3xl:last-child{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

#app .last\:rounded-b-3xl:last-child{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

#app .last\:rounded-l-3xl:last-child{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

#app .last\:rounded-t-full:last-child{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

#app .last\:rounded-r-full:last-child{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

#app .last\:rounded-b-full:last-child{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

#app .last\:rounded-l-full:last-child{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

#app .last\:rounded-tl-none:last-child{
  border-top-left-radius: 0px;
}

#app .last\:rounded-tr-none:last-child{
  border-top-right-radius: 0px;
}

#app .last\:rounded-br-none:last-child{
  border-bottom-right-radius: 0px;
}

#app .last\:rounded-bl-none:last-child{
  border-bottom-left-radius: 0px;
}

#app .last\:rounded-tl-sm:last-child{
  border-top-left-radius: 0.125rem;
}

#app .last\:rounded-tr-sm:last-child{
  border-top-right-radius: 0.125rem;
}

#app .last\:rounded-br-sm:last-child{
  border-bottom-right-radius: 0.125rem;
}

#app .last\:rounded-bl-sm:last-child{
  border-bottom-left-radius: 0.125rem;
}

#app .last\:rounded-tl:last-child{
  border-top-left-radius: 0.25rem;
}

#app .last\:rounded-tr:last-child{
  border-top-right-radius: 0.25rem;
}

#app .last\:rounded-br:last-child{
  border-bottom-right-radius: 0.25rem;
}

#app .last\:rounded-bl:last-child{
  border-bottom-left-radius: 0.25rem;
}

#app .last\:rounded-tl-md:last-child{
  border-top-left-radius: 0.375rem;
}

#app .last\:rounded-tr-md:last-child{
  border-top-right-radius: 0.375rem;
}

#app .last\:rounded-br-md:last-child{
  border-bottom-right-radius: 0.375rem;
}

#app .last\:rounded-bl-md:last-child{
  border-bottom-left-radius: 0.375rem;
}

#app .last\:rounded-tl-lg:last-child{
  border-top-left-radius: 0.5rem;
}

#app .last\:rounded-tr-lg:last-child{
  border-top-right-radius: 0.5rem;
}

#app .last\:rounded-br-lg:last-child{
  border-bottom-right-radius: 0.5rem;
}

#app .last\:rounded-bl-lg:last-child{
  border-bottom-left-radius: 0.5rem;
}

#app .last\:rounded-tl-xl:last-child{
  border-top-left-radius: 0.75rem;
}

#app .last\:rounded-tr-xl:last-child{
  border-top-right-radius: 0.75rem;
}

#app .last\:rounded-br-xl:last-child{
  border-bottom-right-radius: 0.75rem;
}

#app .last\:rounded-bl-xl:last-child{
  border-bottom-left-radius: 0.75rem;
}

#app .last\:rounded-tl-2xl:last-child{
  border-top-left-radius: 1rem;
}

#app .last\:rounded-tr-2xl:last-child{
  border-top-right-radius: 1rem;
}

#app .last\:rounded-br-2xl:last-child{
  border-bottom-right-radius: 1rem;
}

#app .last\:rounded-bl-2xl:last-child{
  border-bottom-left-radius: 1rem;
}

#app .last\:rounded-tl-3xl:last-child{
  border-top-left-radius: 1.5rem;
}

#app .last\:rounded-tr-3xl:last-child{
  border-top-right-radius: 1.5rem;
}

#app .last\:rounded-br-3xl:last-child{
  border-bottom-right-radius: 1.5rem;
}

#app .last\:rounded-bl-3xl:last-child{
  border-bottom-left-radius: 1.5rem;
}

#app .last\:rounded-tl-full:last-child{
  border-top-left-radius: 9999px;
}

#app .last\:rounded-tr-full:last-child{
  border-top-right-radius: 9999px;
}

#app .last\:rounded-br-full:last-child{
  border-bottom-right-radius: 9999px;
}

#app .last\:rounded-bl-full:last-child{
  border-bottom-left-radius: 9999px;
}

#app .border-solid{
  border-style: solid;
}

#app .border-dashed{
  border-style: dashed;
}

#app .border-dotted{
  border-style: dotted;
}

#app .border-double{
  border-style: double;
}

#app .border-none{
  border-style: none;
}

#app .border-0{
  border-width: 0px;
}

#app .border-2{
  border-width: 2px;
}

#app .border-4{
  border-width: 4px;
}

#app .border-8{
  border-width: 8px;
}

#app .border{
  border-width: 1px;
}

#app .border-t-0{
  border-top-width: 0px;
}

#app .border-r-0{
  border-right-width: 0px;
}

#app .border-b-0{
  border-bottom-width: 0px;
}

#app .border-l-0{
  border-left-width: 0px;
}

#app .border-t-2{
  border-top-width: 2px;
}

#app .border-r-2{
  border-right-width: 2px;
}

#app .border-b-2{
  border-bottom-width: 2px;
}

#app .border-l-2{
  border-left-width: 2px;
}

#app .border-t-4{
  border-top-width: 4px;
}

#app .border-r-4{
  border-right-width: 4px;
}

#app .border-b-4{
  border-bottom-width: 4px;
}

#app .border-l-4{
  border-left-width: 4px;
}

#app .border-t-8{
  border-top-width: 8px;
}

#app .border-r-8{
  border-right-width: 8px;
}

#app .border-b-8{
  border-bottom-width: 8px;
}

#app .border-l-8{
  border-left-width: 8px;
}

#app .border-t{
  border-top-width: 1px;
}

#app .border-r{
  border-right-width: 1px;
}

#app .border-b{
  border-bottom-width: 1px;
}

#app .border-l{
  border-left-width: 1px;
}

#app .box-border{
  box-sizing: border-box;
}

#app .box-content{
  box-sizing: content-box;
}

#app .cursor-auto{
  cursor: auto;
}

#app .cursor-default{
  cursor: default;
}

#app .cursor-pointer{
  cursor: pointer;
}

#app .cursor-wait{
  cursor: wait;
}

#app .cursor-text{
  cursor: text;
}

#app .cursor-move{
  cursor: move;
}

#app .cursor-not-allowed{
  cursor: not-allowed;
}

#app .block{
  display: block;
}

#app .inline-block{
  display: inline-block;
}

#app .inline{
  display: inline;
}

#app .flex{
  display: flex;
}

#app .inline-flex{
  display: inline-flex;
}

#app .table{
  display: table;
}

#app .table-caption{
  display: table-caption;
}

#app .table-cell{
  display: table-cell;
}

#app .table-column{
  display: table-column;
}

#app .table-column-group{
  display: table-column-group;
}

#app .table-footer-group{
  display: table-footer-group;
}

#app .table-header-group{
  display: table-header-group;
}

#app .table-row-group{
  display: table-row-group;
}

#app .table-row{
  display: table-row;
}

#app .flow-root{
  display: flow-root;
}

#app .grid{
  display: grid;
}

#app .inline-grid{
  display: inline-grid;
}

#app .contents{
  display: contents;
}

#app .hidden{
  display: none;
}

#app .flex-row{
  flex-direction: row;
}

#app .flex-row-reverse{
  flex-direction: row-reverse;
}

#app .flex-col{
  flex-direction: column;
}

#app .flex-col-reverse{
  flex-direction: column-reverse;
}

#app .flex-wrap{
  flex-wrap: wrap;
}

#app .flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

#app .flex-nowrap{
  flex-wrap: nowrap;
}

#app .place-items-auto{
  place-items: auto;
}

#app .place-items-start{
  place-items: start;
}

#app .place-items-end{
  place-items: end;
}

#app .place-items-center{
  place-items: center;
}

#app .place-items-stretch{
  place-items: stretch;
}

#app .place-content-center{
  place-content: center;
}

#app .place-content-start{
  place-content: start;
}

#app .place-content-end{
  place-content: end;
}

#app .place-content-between{
  place-content: space-between;
}

#app .place-content-around{
  place-content: space-around;
}

#app .place-content-evenly{
  place-content: space-evenly;
}

#app .place-content-stretch{
  place-content: stretch;
}

#app .place-self-auto{
  place-self: auto;
}

#app .place-self-start{
  place-self: start;
}

#app .place-self-end{
  place-self: end;
}

#app .place-self-center{
  place-self: center;
}

#app .place-self-stretch{
  place-self: stretch;
}

#app .items-start{
  align-items: flex-start;
}

#app .items-end{
  align-items: flex-end;
}

#app .items-center{
  align-items: center;
}

#app .items-baseline{
  align-items: baseline;
}

#app .items-stretch{
  align-items: stretch;
}

#app .content-center{
  align-content: center;
}

#app .content-start{
  align-content: flex-start;
}

#app .content-end{
  align-content: flex-end;
}

#app .content-between{
  align-content: space-between;
}

#app .content-around{
  align-content: space-around;
}

#app .content-evenly{
  align-content: space-evenly;
}

#app .self-auto{
  align-self: auto;
}

#app .self-start{
  align-self: flex-start;
}

#app .self-end{
  align-self: flex-end;
}

#app .self-center{
  align-self: center;
}

#app .self-stretch{
  align-self: stretch;
}

#app .justify-items-auto{
  justify-items: auto;
}

#app .justify-items-start{
  justify-items: start;
}

#app .justify-items-end{
  justify-items: end;
}

#app .justify-items-center{
  justify-items: center;
}

#app .justify-items-stretch{
  justify-items: stretch;
}

#app .justify-start{
  justify-content: flex-start;
}

#app .justify-end{
  justify-content: flex-end;
}

#app .justify-center{
  justify-content: center;
}

#app .justify-between{
  justify-content: space-between;
}

#app .justify-around{
  justify-content: space-around;
}

#app .justify-evenly{
  justify-content: space-evenly;
}

#app .justify-self-auto{
  justify-self: auto;
}

#app .justify-self-start{
  justify-self: start;
}

#app .justify-self-end{
  justify-self: end;
}

#app .justify-self-center{
  justify-self: center;
}

#app .justify-self-stretch{
  justify-self: stretch;
}

#app .flex-1{
  flex: 1 1 0%;
}

#app .flex-auto{
  flex: 1 1 auto;
}

#app .flex-initial{
  flex: 0 1 auto;
}

#app .flex-none{
  flex: none;
}

#app .flex-grow-0{
  flex-grow: 0;
}

#app .flex-grow{
  flex-grow: 1;
}

#app .flex-shrink-0{
  flex-shrink: 0;
}

#app .flex-shrink{
  flex-shrink: 1;
}

#app .order-1{
  order: 1;
}

#app .order-2{
  order: 2;
}

#app .order-3{
  order: 3;
}

#app .order-4{
  order: 4;
}

#app .order-5{
  order: 5;
}

#app .order-6{
  order: 6;
}

#app .order-7{
  order: 7;
}

#app .order-8{
  order: 8;
}

#app .order-9{
  order: 9;
}

#app .order-10{
  order: 10;
}

#app .order-11{
  order: 11;
}

#app .order-12{
  order: 12;
}

#app .order-first{
  order: -9999;
}

#app .order-last{
  order: 9999;
}

#app .order-none{
  order: 0;
}

#app .float-right{
  float: right;
}

#app .float-left{
  float: left;
}

#app .float-none{
  float: none;
}

#app .clear-left{
  clear: left;
}

#app .clear-right{
  clear: right;
}

#app .clear-both{
  clear: both;
}

#app .clear-none{
  clear: none;
}

#app .font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#app .font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

#app .font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#app .font-thin{
  font-weight: 100;
}

#app .font-extralight{
  font-weight: 200;
}

#app .font-light{
  font-weight: 300;
}

#app .font-normal{
  font-weight: 400;
}

#app .font-medium{
  font-weight: 500;
}

#app .font-semibold{
  font-weight: 600;
}

#app .font-bold{
  font-weight: 700;
}

#app .font-extrabold{
  font-weight: 800;
}

#app .font-black{
  font-weight: 900;
}

#app .h-0{
  height: 0px;
}

#app .h-1{
  height: 0.25rem;
}

#app .h-2{
  height: 0.5rem;
}

#app .h-3{
  height: 0.75rem;
}

#app .h-4{
  height: 1rem;
}

#app .h-5{
  height: 1.25rem;
}

#app .h-6{
  height: 1.5rem;
}

#app .h-7{
  height: 1.75rem;
}

#app .h-8{
  height: 2rem;
}

#app .h-9{
  height: 2.25rem;
}

#app .h-10{
  height: 2.5rem;
}

#app .h-11{
  height: 2.75rem;
}

#app .h-12{
  height: 3rem;
}

#app .h-14{
  height: 3.5rem;
}

#app .h-16{
  height: 4rem;
}

#app .h-20{
  height: 5rem;
}

#app .h-24{
  height: 6rem;
}

#app .h-28{
  height: 7rem;
}

#app .h-32{
  height: 8rem;
}

#app .h-36{
  height: 9rem;
}

#app .h-40{
  height: 10rem;
}

#app .h-44{
  height: 11rem;
}

#app .h-48{
  height: 12rem;
}

#app .h-52{
  height: 13rem;
}

#app .h-56{
  height: 14rem;
}

#app .h-60{
  height: 15rem;
}

#app .h-64{
  height: 16rem;
}

#app .h-72{
  height: 18rem;
}

#app .h-80{
  height: 20rem;
}

#app .h-96{
  height: 24rem;
}

#app .h-auto{
  height: auto;
}

#app .h-px{
  height: 1px;
}

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

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

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

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

#app .h-1\/2{
  height: 50%;
}

#app .h-1\/3{
  height: 33.333333%;
}

#app .h-2\/3{
  height: 66.666667%;
}

#app .h-1\/4{
  height: 25%;
}

#app .h-2\/4{
  height: 50%;
}

#app .h-3\/4{
  height: 75%;
}

#app .h-1\/5{
  height: 20%;
}

#app .h-2\/5{
  height: 40%;
}

#app .h-3\/5{
  height: 60%;
}

#app .h-4\/5{
  height: 80%;
}

#app .h-1\/6{
  height: 16.666667%;
}

#app .h-2\/6{
  height: 33.333333%;
}

#app .h-3\/6{
  height: 50%;
}

#app .h-4\/6{
  height: 66.666667%;
}

#app .h-5\/6{
  height: 83.333333%;
}

#app .h-full{
  height: 100%;
}

#app .h-screen{
  height: 100vh;
}

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

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

#app .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

#app .leading-3{
  line-height: .75rem;
}

#app .leading-4{
  line-height: 1rem;
}

#app .leading-5{
  line-height: 1.25rem;
}

#app .leading-6{
  line-height: 1.5rem;
}

#app .leading-7{
  line-height: 1.75rem;
}

#app .leading-8{
  line-height: 2rem;
}

#app .leading-9{
  line-height: 2.25rem;
}

#app .leading-10{
  line-height: 2.5rem;
}

#app .leading-none{
  line-height: 1;
}

#app .leading-tight{
  line-height: 1.25;
}

#app .leading-snug{
  line-height: 1.375;
}

#app .leading-normal{
  line-height: 1.5;
}

#app .leading-relaxed{
  line-height: 1.625;
}

#app .leading-loose{
  line-height: 2;
}

#app .list-inside{
  list-style-position: inside;
}

#app .list-outside{
  list-style-position: outside;
}

#app .list-none{
  list-style-type: none;
}

#app .list-disc{
  list-style-type: disc;
}

#app .list-decimal{
  list-style-type: decimal;
}

#app .m-0{
  margin: 0px;
}

#app .m-1{
  margin: 0.25rem;
}

#app .m-2{
  margin: 0.5rem;
}

#app .m-3{
  margin: 0.75rem;
}

#app .m-4{
  margin: 1rem;
}

#app .m-5{
  margin: 1.25rem;
}

#app .m-6{
  margin: 1.5rem;
}

#app .m-7{
  margin: 1.75rem;
}

#app .m-8{
  margin: 2rem;
}

#app .m-9{
  margin: 2.25rem;
}

#app .m-10{
  margin: 2.5rem;
}

#app .m-11{
  margin: 2.75rem;
}

#app .m-12{
  margin: 3rem;
}

#app .m-14{
  margin: 3.5rem;
}

#app .m-16{
  margin: 4rem;
}

#app .m-20{
  margin: 5rem;
}

#app .m-24{
  margin: 6rem;
}

#app .m-28{
  margin: 7rem;
}

#app .m-32{
  margin: 8rem;
}

#app .m-36{
  margin: 9rem;
}

#app .m-40{
  margin: 10rem;
}

#app .m-44{
  margin: 11rem;
}

#app .m-48{
  margin: 12rem;
}

#app .m-52{
  margin: 13rem;
}

#app .m-56{
  margin: 14rem;
}

#app .m-60{
  margin: 15rem;
}

#app .m-64{
  margin: 16rem;
}

#app .m-72{
  margin: 18rem;
}

#app .m-80{
  margin: 20rem;
}

#app .m-96{
  margin: 24rem;
}

#app .m-auto{
  margin: auto;
}

#app .m-px{
  margin: 1px;
}

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

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

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

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

#app .-m-0{
  margin: 0px;
}

#app .-m-1{
  margin: -0.25rem;
}

#app .-m-2{
  margin: -0.5rem;
}

#app .-m-3{
  margin: -0.75rem;
}

#app .-m-4{
  margin: -1rem;
}

#app .-m-5{
  margin: -1.25rem;
}

#app .-m-6{
  margin: -1.5rem;
}

#app .-m-7{
  margin: -1.75rem;
}

#app .-m-8{
  margin: -2rem;
}

#app .-m-9{
  margin: -2.25rem;
}

#app .-m-10{
  margin: -2.5rem;
}

#app .-m-11{
  margin: -2.75rem;
}

#app .-m-12{
  margin: -3rem;
}

#app .-m-14{
  margin: -3.5rem;
}

#app .-m-16{
  margin: -4rem;
}

#app .-m-20{
  margin: -5rem;
}

#app .-m-24{
  margin: -6rem;
}

#app .-m-28{
  margin: -7rem;
}

#app .-m-32{
  margin: -8rem;
}

#app .-m-36{
  margin: -9rem;
}

#app .-m-40{
  margin: -10rem;
}

#app .-m-44{
  margin: -11rem;
}

#app .-m-48{
  margin: -12rem;
}

#app .-m-52{
  margin: -13rem;
}

#app .-m-56{
  margin: -14rem;
}

#app .-m-60{
  margin: -15rem;
}

#app .-m-64{
  margin: -16rem;
}

#app .-m-72{
  margin: -18rem;
}

#app .-m-80{
  margin: -20rem;
}

#app .-m-96{
  margin: -24rem;
}

#app .-m-px{
  margin: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .mr-0{
  margin-right: 0px;
}

#app .mb-0{
  margin-bottom: 0px;
}

#app .ml-0{
  margin-left: 0px;
}

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

#app .mr-1{
  margin-right: 0.25rem;
}

#app .mb-1{
  margin-bottom: 0.25rem;
}

#app .ml-1{
  margin-left: 0.25rem;
}

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

#app .mr-2{
  margin-right: 0.5rem;
}

#app .mb-2{
  margin-bottom: 0.5rem;
}

#app .ml-2{
  margin-left: 0.5rem;
}

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

#app .mr-3{
  margin-right: 0.75rem;
}

#app .mb-3{
  margin-bottom: 0.75rem;
}

#app .ml-3{
  margin-left: 0.75rem;
}

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

#app .mr-4{
  margin-right: 1rem;
}

#app .mb-4{
  margin-bottom: 1rem;
}

#app .ml-4{
  margin-left: 1rem;
}

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

#app .mr-5{
  margin-right: 1.25rem;
}

#app .mb-5{
  margin-bottom: 1.25rem;
}

#app .ml-5{
  margin-left: 1.25rem;
}

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

#app .mr-6{
  margin-right: 1.5rem;
}

#app .mb-6{
  margin-bottom: 1.5rem;
}

#app .ml-6{
  margin-left: 1.5rem;
}

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

#app .mr-7{
  margin-right: 1.75rem;
}

#app .mb-7{
  margin-bottom: 1.75rem;
}

#app .ml-7{
  margin-left: 1.75rem;
}

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

#app .mr-8{
  margin-right: 2rem;
}

#app .mb-8{
  margin-bottom: 2rem;
}

#app .ml-8{
  margin-left: 2rem;
}

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

#app .mr-9{
  margin-right: 2.25rem;
}

#app .mb-9{
  margin-bottom: 2.25rem;
}

#app .ml-9{
  margin-left: 2.25rem;
}

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

#app .mr-10{
  margin-right: 2.5rem;
}

#app .mb-10{
  margin-bottom: 2.5rem;
}

#app .ml-10{
  margin-left: 2.5rem;
}

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

#app .mr-11{
  margin-right: 2.75rem;
}

#app .mb-11{
  margin-bottom: 2.75rem;
}

#app .ml-11{
  margin-left: 2.75rem;
}

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

#app .mr-12{
  margin-right: 3rem;
}

#app .mb-12{
  margin-bottom: 3rem;
}

#app .ml-12{
  margin-left: 3rem;
}

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

#app .mr-14{
  margin-right: 3.5rem;
}

#app .mb-14{
  margin-bottom: 3.5rem;
}

#app .ml-14{
  margin-left: 3.5rem;
}

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

#app .mr-16{
  margin-right: 4rem;
}

#app .mb-16{
  margin-bottom: 4rem;
}

#app .ml-16{
  margin-left: 4rem;
}

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

#app .mr-20{
  margin-right: 5rem;
}

#app .mb-20{
  margin-bottom: 5rem;
}

#app .ml-20{
  margin-left: 5rem;
}

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

#app .mr-24{
  margin-right: 6rem;
}

#app .mb-24{
  margin-bottom: 6rem;
}

#app .ml-24{
  margin-left: 6rem;
}

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

#app .mr-28{
  margin-right: 7rem;
}

#app .mb-28{
  margin-bottom: 7rem;
}

#app .ml-28{
  margin-left: 7rem;
}

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

#app .mr-32{
  margin-right: 8rem;
}

#app .mb-32{
  margin-bottom: 8rem;
}

#app .ml-32{
  margin-left: 8rem;
}

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

#app .mr-36{
  margin-right: 9rem;
}

#app .mb-36{
  margin-bottom: 9rem;
}

#app .ml-36{
  margin-left: 9rem;
}

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

#app .mr-40{
  margin-right: 10rem;
}

#app .mb-40{
  margin-bottom: 10rem;
}

#app .ml-40{
  margin-left: 10rem;
}

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

#app .mr-44{
  margin-right: 11rem;
}

#app .mb-44{
  margin-bottom: 11rem;
}

#app .ml-44{
  margin-left: 11rem;
}

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

#app .mr-48{
  margin-right: 12rem;
}

#app .mb-48{
  margin-bottom: 12rem;
}

#app .ml-48{
  margin-left: 12rem;
}

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

#app .mr-52{
  margin-right: 13rem;
}

#app .mb-52{
  margin-bottom: 13rem;
}

#app .ml-52{
  margin-left: 13rem;
}

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

#app .mr-56{
  margin-right: 14rem;
}

#app .mb-56{
  margin-bottom: 14rem;
}

#app .ml-56{
  margin-left: 14rem;
}

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

#app .mr-60{
  margin-right: 15rem;
}

#app .mb-60{
  margin-bottom: 15rem;
}

#app .ml-60{
  margin-left: 15rem;
}

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

#app .mr-64{
  margin-right: 16rem;
}

#app .mb-64{
  margin-bottom: 16rem;
}

#app .ml-64{
  margin-left: 16rem;
}

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

#app .mr-72{
  margin-right: 18rem;
}

#app .mb-72{
  margin-bottom: 18rem;
}

#app .ml-72{
  margin-left: 18rem;
}

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

#app .mr-80{
  margin-right: 20rem;
}

#app .mb-80{
  margin-bottom: 20rem;
}

#app .ml-80{
  margin-left: 20rem;
}

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

#app .mr-96{
  margin-right: 24rem;
}

#app .mb-96{
  margin-bottom: 24rem;
}

#app .ml-96{
  margin-left: 24rem;
}

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

#app .mr-auto{
  margin-right: auto;
}

#app .mb-auto{
  margin-bottom: auto;
}

#app .ml-auto{
  margin-left: auto;
}

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

#app .mr-px{
  margin-right: 1px;
}

#app .mb-px{
  margin-bottom: 1px;
}

#app .ml-px{
  margin-left: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .-mr-0{
  margin-right: 0px;
}

#app .-mb-0{
  margin-bottom: 0px;
}

#app .-ml-0{
  margin-left: 0px;
}

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

#app .-mr-1{
  margin-right: -0.25rem;
}

#app .-mb-1{
  margin-bottom: -0.25rem;
}

#app .-ml-1{
  margin-left: -0.25rem;
}

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

#app .-mr-2{
  margin-right: -0.5rem;
}

#app .-mb-2{
  margin-bottom: -0.5rem;
}

#app .-ml-2{
  margin-left: -0.5rem;
}

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

#app .-mr-3{
  margin-right: -0.75rem;
}

#app .-mb-3{
  margin-bottom: -0.75rem;
}

#app .-ml-3{
  margin-left: -0.75rem;
}

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

#app .-mr-4{
  margin-right: -1rem;
}

#app .-mb-4{
  margin-bottom: -1rem;
}

#app .-ml-4{
  margin-left: -1rem;
}

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

#app .-mr-5{
  margin-right: -1.25rem;
}

#app .-mb-5{
  margin-bottom: -1.25rem;
}

#app .-ml-5{
  margin-left: -1.25rem;
}

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

#app .-mr-6{
  margin-right: -1.5rem;
}

#app .-mb-6{
  margin-bottom: -1.5rem;
}

#app .-ml-6{
  margin-left: -1.5rem;
}

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

#app .-mr-7{
  margin-right: -1.75rem;
}

#app .-mb-7{
  margin-bottom: -1.75rem;
}

#app .-ml-7{
  margin-left: -1.75rem;
}

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

#app .-mr-8{
  margin-right: -2rem;
}

#app .-mb-8{
  margin-bottom: -2rem;
}

#app .-ml-8{
  margin-left: -2rem;
}

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

#app .-mr-9{
  margin-right: -2.25rem;
}

#app .-mb-9{
  margin-bottom: -2.25rem;
}

#app .-ml-9{
  margin-left: -2.25rem;
}

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

#app .-mr-10{
  margin-right: -2.5rem;
}

#app .-mb-10{
  margin-bottom: -2.5rem;
}

#app .-ml-10{
  margin-left: -2.5rem;
}

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

#app .-mr-11{
  margin-right: -2.75rem;
}

#app .-mb-11{
  margin-bottom: -2.75rem;
}

#app .-ml-11{
  margin-left: -2.75rem;
}

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

#app .-mr-12{
  margin-right: -3rem;
}

#app .-mb-12{
  margin-bottom: -3rem;
}

#app .-ml-12{
  margin-left: -3rem;
}

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

#app .-mr-14{
  margin-right: -3.5rem;
}

#app .-mb-14{
  margin-bottom: -3.5rem;
}

#app .-ml-14{
  margin-left: -3.5rem;
}

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

#app .-mr-16{
  margin-right: -4rem;
}

#app .-mb-16{
  margin-bottom: -4rem;
}

#app .-ml-16{
  margin-left: -4rem;
}

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

#app .-mr-20{
  margin-right: -5rem;
}

#app .-mb-20{
  margin-bottom: -5rem;
}

#app .-ml-20{
  margin-left: -5rem;
}

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

#app .-mr-24{
  margin-right: -6rem;
}

#app .-mb-24{
  margin-bottom: -6rem;
}

#app .-ml-24{
  margin-left: -6rem;
}

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

#app .-mr-28{
  margin-right: -7rem;
}

#app .-mb-28{
  margin-bottom: -7rem;
}

#app .-ml-28{
  margin-left: -7rem;
}

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

#app .-mr-32{
  margin-right: -8rem;
}

#app .-mb-32{
  margin-bottom: -8rem;
}

#app .-ml-32{
  margin-left: -8rem;
}

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

#app .-mr-36{
  margin-right: -9rem;
}

#app .-mb-36{
  margin-bottom: -9rem;
}

#app .-ml-36{
  margin-left: -9rem;
}

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

#app .-mr-40{
  margin-right: -10rem;
}

#app .-mb-40{
  margin-bottom: -10rem;
}

#app .-ml-40{
  margin-left: -10rem;
}

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

#app .-mr-44{
  margin-right: -11rem;
}

#app .-mb-44{
  margin-bottom: -11rem;
}

#app .-ml-44{
  margin-left: -11rem;
}

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

#app .-mr-48{
  margin-right: -12rem;
}

#app .-mb-48{
  margin-bottom: -12rem;
}

#app .-ml-48{
  margin-left: -12rem;
}

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

#app .-mr-52{
  margin-right: -13rem;
}

#app .-mb-52{
  margin-bottom: -13rem;
}

#app .-ml-52{
  margin-left: -13rem;
}

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

#app .-mr-56{
  margin-right: -14rem;
}

#app .-mb-56{
  margin-bottom: -14rem;
}

#app .-ml-56{
  margin-left: -14rem;
}

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

#app .-mr-60{
  margin-right: -15rem;
}

#app .-mb-60{
  margin-bottom: -15rem;
}

#app .-ml-60{
  margin-left: -15rem;
}

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

#app .-mr-64{
  margin-right: -16rem;
}

#app .-mb-64{
  margin-bottom: -16rem;
}

#app .-ml-64{
  margin-left: -16rem;
}

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

#app .-mr-72{
  margin-right: -18rem;
}

#app .-mb-72{
  margin-bottom: -18rem;
}

#app .-ml-72{
  margin-left: -18rem;
}

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

#app .-mr-80{
  margin-right: -20rem;
}

#app .-mb-80{
  margin-bottom: -20rem;
}

#app .-ml-80{
  margin-left: -20rem;
}

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

#app .-mr-96{
  margin-right: -24rem;
}

#app .-mb-96{
  margin-bottom: -24rem;
}

#app .-ml-96{
  margin-left: -24rem;
}

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

#app .-mr-px{
  margin-right: -1px;
}

#app .-mb-px{
  margin-bottom: -1px;
}

#app .-ml-px{
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .max-h-0{
  max-height: 0px;
}

#app .max-h-1{
  max-height: 0.25rem;
}

#app .max-h-2{
  max-height: 0.5rem;
}

#app .max-h-3{
  max-height: 0.75rem;
}

#app .max-h-4{
  max-height: 1rem;
}

#app .max-h-5{
  max-height: 1.25rem;
}

#app .max-h-6{
  max-height: 1.5rem;
}

#app .max-h-7{
  max-height: 1.75rem;
}

#app .max-h-8{
  max-height: 2rem;
}

#app .max-h-9{
  max-height: 2.25rem;
}

#app .max-h-10{
  max-height: 2.5rem;
}

#app .max-h-11{
  max-height: 2.75rem;
}

#app .max-h-12{
  max-height: 3rem;
}

#app .max-h-14{
  max-height: 3.5rem;
}

#app .max-h-16{
  max-height: 4rem;
}

#app .max-h-20{
  max-height: 5rem;
}

#app .max-h-24{
  max-height: 6rem;
}

#app .max-h-28{
  max-height: 7rem;
}

#app .max-h-32{
  max-height: 8rem;
}

#app .max-h-36{
  max-height: 9rem;
}

#app .max-h-40{
  max-height: 10rem;
}

#app .max-h-44{
  max-height: 11rem;
}

#app .max-h-48{
  max-height: 12rem;
}

#app .max-h-52{
  max-height: 13rem;
}

#app .max-h-56{
  max-height: 14rem;
}

#app .max-h-60{
  max-height: 15rem;
}

#app .max-h-64{
  max-height: 16rem;
}

#app .max-h-72{
  max-height: 18rem;
}

#app .max-h-80{
  max-height: 20rem;
}

#app .max-h-96{
  max-height: 24rem;
}

#app .max-h-px{
  max-height: 1px;
}

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

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

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

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

#app .max-h-full{
  max-height: 100%;
}

#app .max-h-screen{
  max-height: 100vh;
}

#app .max-w-0{
  max-width: 0rem;
}

#app .max-w-none{
  max-width: none;
}

#app .max-w-xs{
  max-width: 20rem;
}

#app .max-w-sm{
  max-width: 24rem;
}

#app .max-w-md{
  max-width: 28rem;
}

#app .max-w-lg{
  max-width: 32rem;
}

#app .max-w-xl{
  max-width: 36rem;
}

#app .max-w-2xl{
  max-width: 42rem;
}

#app .max-w-3xl{
  max-width: 48rem;
}

#app .max-w-4xl{
  max-width: 56rem;
}

#app .max-w-5xl{
  max-width: 64rem;
}

#app .max-w-6xl{
  max-width: 72rem;
}

#app .max-w-7xl{
  max-width: 80rem;
}

#app .max-w-full{
  max-width: 100%;
}

#app .max-w-min{
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

#app .max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#app .max-w-prose{
  max-width: 65ch;
}

#app .max-w-screen-sm{
  max-width: 640px;
}

#app .max-w-screen-md{
  max-width: 768px;
}

#app .max-w-screen-lg{
  max-width: 1024px;
}

#app .max-w-screen-xl{
  max-width: 1280px;
}

#app .max-w-screen-2xl{
  max-width: 1536px;
}

#app .min-h-0{
  min-height: 0px;
}

#app .min-h-full{
  min-height: 100%;
}

#app .min-h-screen{
  min-height: 100vh;
}

#app .min-w-0{
  min-width: 0px;
}

#app .min-w-full{
  min-width: 100%;
}

#app .min-w-min{
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

#app .min-w-max{
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

#app .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

#app .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

#app .object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

#app .object-none{
  -o-object-fit: none;
     object-fit: none;
}

#app .object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

#app .object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

#app .object-center{
  -o-object-position: center;
     object-position: center;
}

#app .object-left{
  -o-object-position: left;
     object-position: left;
}

#app .object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

#app .object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

#app .object-right{
  -o-object-position: right;
     object-position: right;
}

#app .object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

#app .object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

#app .object-top{
  -o-object-position: top;
     object-position: top;
}

#app .opacity-0{
  opacity: 0;
}

#app .opacity-5{
  opacity: 0.05;
}

#app .opacity-10{
  opacity: 0.1;
}

#app .opacity-20{
  opacity: 0.2;
}

#app .opacity-25{
  opacity: 0.25;
}

#app .opacity-30{
  opacity: 0.3;
}

#app .opacity-40{
  opacity: 0.4;
}

#app .opacity-50{
  opacity: 0.5;
}

#app .opacity-60{
  opacity: 0.6;
}

#app .opacity-70{
  opacity: 0.7;
}

#app .opacity-75{
  opacity: 0.75;
}

#app .opacity-80{
  opacity: 0.8;
}

#app .opacity-90{
  opacity: 0.9;
}

#app .opacity-95{
  opacity: 0.95;
}

#app .opacity-100{
  opacity: 1;
}

#app .group:hover .group-hover\:opacity-0{
  opacity: 0;
}

#app .group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

#app .group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

#app .group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

#app .group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

#app .group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

#app .group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

#app .group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

#app .group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

#app .group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

#app .group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

#app .group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

#app .group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

#app .group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

#app .group:hover .group-hover\:opacity-100{
  opacity: 1;
}

#app .focus-within\:opacity-0:focus-within{
  opacity: 0;
}

#app .focus-within\:opacity-5:focus-within{
  opacity: 0.05;
}

#app .focus-within\:opacity-10:focus-within{
  opacity: 0.1;
}

#app .focus-within\:opacity-20:focus-within{
  opacity: 0.2;
}

#app .focus-within\:opacity-25:focus-within{
  opacity: 0.25;
}

#app .focus-within\:opacity-30:focus-within{
  opacity: 0.3;
}

#app .focus-within\:opacity-40:focus-within{
  opacity: 0.4;
}

#app .focus-within\:opacity-50:focus-within{
  opacity: 0.5;
}

#app .focus-within\:opacity-60:focus-within{
  opacity: 0.6;
}

#app .focus-within\:opacity-70:focus-within{
  opacity: 0.7;
}

#app .focus-within\:opacity-75:focus-within{
  opacity: 0.75;
}

#app .focus-within\:opacity-80:focus-within{
  opacity: 0.8;
}

#app .focus-within\:opacity-90:focus-within{
  opacity: 0.9;
}

#app .focus-within\:opacity-95:focus-within{
  opacity: 0.95;
}

#app .focus-within\:opacity-100:focus-within{
  opacity: 1;
}

#app .hover\:opacity-0:hover{
  opacity: 0;
}

#app .hover\:opacity-5:hover{
  opacity: 0.05;
}

#app .hover\:opacity-10:hover{
  opacity: 0.1;
}

#app .hover\:opacity-20:hover{
  opacity: 0.2;
}

#app .hover\:opacity-25:hover{
  opacity: 0.25;
}

#app .hover\:opacity-30:hover{
  opacity: 0.3;
}

#app .hover\:opacity-40:hover{
  opacity: 0.4;
}

#app .hover\:opacity-50:hover{
  opacity: 0.5;
}

#app .hover\:opacity-60:hover{
  opacity: 0.6;
}

#app .hover\:opacity-70:hover{
  opacity: 0.7;
}

#app .hover\:opacity-75:hover{
  opacity: 0.75;
}

#app .hover\:opacity-80:hover{
  opacity: 0.8;
}

#app .hover\:opacity-90:hover{
  opacity: 0.9;
}

#app .hover\:opacity-95:hover{
  opacity: 0.95;
}

#app .hover\:opacity-100:hover{
  opacity: 1;
}

#app .focus\:opacity-0:focus{
  opacity: 0;
}

#app .focus\:opacity-5:focus{
  opacity: 0.05;
}

#app .focus\:opacity-10:focus{
  opacity: 0.1;
}

#app .focus\:opacity-20:focus{
  opacity: 0.2;
}

#app .focus\:opacity-25:focus{
  opacity: 0.25;
}

#app .focus\:opacity-30:focus{
  opacity: 0.3;
}

#app .focus\:opacity-40:focus{
  opacity: 0.4;
}

#app .focus\:opacity-50:focus{
  opacity: 0.5;
}

#app .focus\:opacity-60:focus{
  opacity: 0.6;
}

#app .focus\:opacity-70:focus{
  opacity: 0.7;
}

#app .focus\:opacity-75:focus{
  opacity: 0.75;
}

#app .focus\:opacity-80:focus{
  opacity: 0.8;
}

#app .focus\:opacity-90:focus{
  opacity: 0.9;
}

#app .focus\:opacity-95:focus{
  opacity: 0.95;
}

#app .focus\:opacity-100:focus{
  opacity: 1;
}

#app .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#app .outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

#app .outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

#app .focus-within\:outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#app .focus-within\:outline-white:focus-within{
  outline: 2px dotted white;
  outline-offset: 2px;
}

#app .focus-within\:outline-black:focus-within{
  outline: 2px dotted black;
  outline-offset: 2px;
}

#app .focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#app .focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

#app .focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

#app .overflow-auto{
  overflow: auto;
}

#app .overflow-hidden{
  overflow: hidden;
}

#app .overflow-visible{
  overflow: visible;
}

#app .overflow-scroll{
  overflow: scroll;
}

#app .overflow-x-auto{
  overflow-x: auto;
}

#app .overflow-y-auto{
  overflow-y: auto;
}

#app .overflow-x-hidden{
  overflow-x: hidden;
}

#app .overflow-y-hidden{
  overflow-y: hidden;
}

#app .overflow-x-visible{
  overflow-x: visible;
}

#app .overflow-y-visible{
  overflow-y: visible;
}

#app .overflow-x-scroll{
  overflow-x: scroll;
}

#app .overflow-y-scroll{
  overflow-y: scroll;
}

#app .overscroll-auto{
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

#app .overscroll-contain{
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

#app .overscroll-none{
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

#app .overscroll-y-auto{
  overscroll-behavior-y: auto;
}

#app .overscroll-y-contain{
  overscroll-behavior-y: contain;
}

#app .overscroll-y-none{
  overscroll-behavior-y: none;
}

#app .overscroll-x-auto{
  overscroll-behavior-x: auto;
}

#app .overscroll-x-contain{
  overscroll-behavior-x: contain;
}

#app .overscroll-x-none{
  overscroll-behavior-x: none;
}

#app .p-0{
  padding: 0px;
}

#app .p-1{
  padding: 0.25rem;
}

#app .p-2{
  padding: 0.5rem;
}

#app .p-3{
  padding: 0.75rem;
}

#app .p-4{
  padding: 1rem;
}

#app .p-5{
  padding: 1.25rem;
}

#app .p-6{
  padding: 1.5rem;
}

#app .p-7{
  padding: 1.75rem;
}

#app .p-8{
  padding: 2rem;
}

#app .p-9{
  padding: 2.25rem;
}

#app .p-10{
  padding: 2.5rem;
}

#app .p-11{
  padding: 2.75rem;
}

#app .p-12{
  padding: 3rem;
}

#app .p-14{
  padding: 3.5rem;
}

#app .p-16{
  padding: 4rem;
}

#app .p-20{
  padding: 5rem;
}

#app .p-24{
  padding: 6rem;
}

#app .p-28{
  padding: 7rem;
}

#app .p-32{
  padding: 8rem;
}

#app .p-36{
  padding: 9rem;
}

#app .p-40{
  padding: 10rem;
}

#app .p-44{
  padding: 11rem;
}

#app .p-48{
  padding: 12rem;
}

#app .p-52{
  padding: 13rem;
}

#app .p-56{
  padding: 14rem;
}

#app .p-60{
  padding: 15rem;
}

#app .p-64{
  padding: 16rem;
}

#app .p-72{
  padding: 18rem;
}

#app .p-80{
  padding: 20rem;
}

#app .p-96{
  padding: 24rem;
}

#app .p-px{
  padding: 1px;
}

#app .p-0\.5{
  padding: 0.125rem;
}

#app .p-1\.5{
  padding: 0.375rem;
}

#app .p-2\.5{
  padding: 0.625rem;
}

#app .p-3\.5{
  padding: 0.875rem;
}

#app .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

#app .px-0{
  padding-left: 0px;
  padding-right: 0px;
}

#app .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#app .px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#app .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#app .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#app .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#app .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#app .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#app .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

#app .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#app .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#app .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#app .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#app .py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

#app .px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

#app .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#app .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

#app .py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

#app .px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

#app .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#app .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#app .py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

#app .px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

#app .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#app .px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

#app .py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

#app .px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

#app .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#app .px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

#app .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#app .px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

#app .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#app .px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

#app .py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

#app .px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

#app .py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#app .px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

#app .py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

#app .px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

#app .py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#app .px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

#app .py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

#app .px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

#app .py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

#app .px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

#app .py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

#app .px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

#app .py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#app .px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

#app .py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

#app .px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

#app .py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

#app .px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

#app .py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

#app .px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

#app .py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

#app .px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

#app .py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

#app .px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

#app .py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

#app .px-px{
  padding-left: 1px;
  padding-right: 1px;
}

#app .py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

#app .px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

#app .py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

#app .px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

#app .py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#app .px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#app .py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

#app .px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

#app .pt-0{
  padding-top: 0px;
}

#app .pr-0{
  padding-right: 0px;
}

#app .pb-0{
  padding-bottom: 0px;
}

#app .pl-0{
  padding-left: 0px;
}

#app .pt-1{
  padding-top: 0.25rem;
}

#app .pr-1{
  padding-right: 0.25rem;
}

#app .pb-1{
  padding-bottom: 0.25rem;
}

#app .pl-1{
  padding-left: 0.25rem;
}

#app .pt-2{
  padding-top: 0.5rem;
}

#app .pr-2{
  padding-right: 0.5rem;
}

#app .pb-2{
  padding-bottom: 0.5rem;
}

#app .pl-2{
  padding-left: 0.5rem;
}

#app .pt-3{
  padding-top: 0.75rem;
}

#app .pr-3{
  padding-right: 0.75rem;
}

#app .pb-3{
  padding-bottom: 0.75rem;
}

#app .pl-3{
  padding-left: 0.75rem;
}

#app .pt-4{
  padding-top: 1rem;
}

#app .pr-4{
  padding-right: 1rem;
}

#app .pb-4{
  padding-bottom: 1rem;
}

#app .pl-4{
  padding-left: 1rem;
}

#app .pt-5{
  padding-top: 1.25rem;
}

#app .pr-5{
  padding-right: 1.25rem;
}

#app .pb-5{
  padding-bottom: 1.25rem;
}

#app .pl-5{
  padding-left: 1.25rem;
}

#app .pt-6{
  padding-top: 1.5rem;
}

#app .pr-6{
  padding-right: 1.5rem;
}

#app .pb-6{
  padding-bottom: 1.5rem;
}

#app .pl-6{
  padding-left: 1.5rem;
}

#app .pt-7{
  padding-top: 1.75rem;
}

#app .pr-7{
  padding-right: 1.75rem;
}

#app .pb-7{
  padding-bottom: 1.75rem;
}

#app .pl-7{
  padding-left: 1.75rem;
}

#app .pt-8{
  padding-top: 2rem;
}

#app .pr-8{
  padding-right: 2rem;
}

#app .pb-8{
  padding-bottom: 2rem;
}

#app .pl-8{
  padding-left: 2rem;
}

#app .pt-9{
  padding-top: 2.25rem;
}

#app .pr-9{
  padding-right: 2.25rem;
}

#app .pb-9{
  padding-bottom: 2.25rem;
}

#app .pl-9{
  padding-left: 2.25rem;
}

#app .pt-10{
  padding-top: 2.5rem;
}

#app .pr-10{
  padding-right: 2.5rem;
}

#app .pb-10{
  padding-bottom: 2.5rem;
}

#app .pl-10{
  padding-left: 2.5rem;
}

#app .pt-11{
  padding-top: 2.75rem;
}

#app .pr-11{
  padding-right: 2.75rem;
}

#app .pb-11{
  padding-bottom: 2.75rem;
}

#app .pl-11{
  padding-left: 2.75rem;
}

#app .pt-12{
  padding-top: 3rem;
}

#app .pr-12{
  padding-right: 3rem;
}

#app .pb-12{
  padding-bottom: 3rem;
}

#app .pl-12{
  padding-left: 3rem;
}

#app .pt-14{
  padding-top: 3.5rem;
}

#app .pr-14{
  padding-right: 3.5rem;
}

#app .pb-14{
  padding-bottom: 3.5rem;
}

#app .pl-14{
  padding-left: 3.5rem;
}

#app .pt-16{
  padding-top: 4rem;
}

#app .pr-16{
  padding-right: 4rem;
}

#app .pb-16{
  padding-bottom: 4rem;
}

#app .pl-16{
  padding-left: 4rem;
}

#app .pt-20{
  padding-top: 5rem;
}

#app .pr-20{
  padding-right: 5rem;
}

#app .pb-20{
  padding-bottom: 5rem;
}

#app .pl-20{
  padding-left: 5rem;
}

#app .pt-24{
  padding-top: 6rem;
}

#app .pr-24{
  padding-right: 6rem;
}

#app .pb-24{
  padding-bottom: 6rem;
}

#app .pl-24{
  padding-left: 6rem;
}

#app .pt-28{
  padding-top: 7rem;
}

#app .pr-28{
  padding-right: 7rem;
}

#app .pb-28{
  padding-bottom: 7rem;
}

#app .pl-28{
  padding-left: 7rem;
}

#app .pt-32{
  padding-top: 8rem;
}

#app .pr-32{
  padding-right: 8rem;
}

#app .pb-32{
  padding-bottom: 8rem;
}

#app .pl-32{
  padding-left: 8rem;
}

#app .pt-36{
  padding-top: 9rem;
}

#app .pr-36{
  padding-right: 9rem;
}

#app .pb-36{
  padding-bottom: 9rem;
}

#app .pl-36{
  padding-left: 9rem;
}

#app .pt-40{
  padding-top: 10rem;
}

#app .pr-40{
  padding-right: 10rem;
}

#app .pb-40{
  padding-bottom: 10rem;
}

#app .pl-40{
  padding-left: 10rem;
}

#app .pt-44{
  padding-top: 11rem;
}

#app .pr-44{
  padding-right: 11rem;
}

#app .pb-44{
  padding-bottom: 11rem;
}

#app .pl-44{
  padding-left: 11rem;
}

#app .pt-48{
  padding-top: 12rem;
}

#app .pr-48{
  padding-right: 12rem;
}

#app .pb-48{
  padding-bottom: 12rem;
}

#app .pl-48{
  padding-left: 12rem;
}

#app .pt-52{
  padding-top: 13rem;
}

#app .pr-52{
  padding-right: 13rem;
}

#app .pb-52{
  padding-bottom: 13rem;
}

#app .pl-52{
  padding-left: 13rem;
}

#app .pt-56{
  padding-top: 14rem;
}

#app .pr-56{
  padding-right: 14rem;
}

#app .pb-56{
  padding-bottom: 14rem;
}

#app .pl-56{
  padding-left: 14rem;
}

#app .pt-60{
  padding-top: 15rem;
}

#app .pr-60{
  padding-right: 15rem;
}

#app .pb-60{
  padding-bottom: 15rem;
}

#app .pl-60{
  padding-left: 15rem;
}

#app .pt-64{
  padding-top: 16rem;
}

#app .pr-64{
  padding-right: 16rem;
}

#app .pb-64{
  padding-bottom: 16rem;
}

#app .pl-64{
  padding-left: 16rem;
}

#app .pt-72{
  padding-top: 18rem;
}

#app .pr-72{
  padding-right: 18rem;
}

#app .pb-72{
  padding-bottom: 18rem;
}

#app .pl-72{
  padding-left: 18rem;
}

#app .pt-80{
  padding-top: 20rem;
}

#app .pr-80{
  padding-right: 20rem;
}

#app .pb-80{
  padding-bottom: 20rem;
}

#app .pl-80{
  padding-left: 20rem;
}

#app .pt-96{
  padding-top: 24rem;
}

#app .pr-96{
  padding-right: 24rem;
}

#app .pb-96{
  padding-bottom: 24rem;
}

#app .pl-96{
  padding-left: 24rem;
}

#app .pt-px{
  padding-top: 1px;
}

#app .pr-px{
  padding-right: 1px;
}

#app .pb-px{
  padding-bottom: 1px;
}

#app .pl-px{
  padding-left: 1px;
}

#app .pt-0\.5{
  padding-top: 0.125rem;
}

#app .pr-0\.5{
  padding-right: 0.125rem;
}

#app .pb-0\.5{
  padding-bottom: 0.125rem;
}

#app .pl-0\.5{
  padding-left: 0.125rem;
}

#app .pt-1\.5{
  padding-top: 0.375rem;
}

#app .pr-1\.5{
  padding-right: 0.375rem;
}

#app .pb-1\.5{
  padding-bottom: 0.375rem;
}

#app .pl-1\.5{
  padding-left: 0.375rem;
}

#app .pt-2\.5{
  padding-top: 0.625rem;
}

#app .pr-2\.5{
  padding-right: 0.625rem;
}

#app .pb-2\.5{
  padding-bottom: 0.625rem;
}

#app .pl-2\.5{
  padding-left: 0.625rem;
}

#app .pt-3\.5{
  padding-top: 0.875rem;
}

#app .pr-3\.5{
  padding-right: 0.875rem;
}

#app .pb-3\.5{
  padding-bottom: 0.875rem;
}

#app .pl-3\.5{
  padding-left: 0.875rem;
}

#app .placeholder-transparent::-moz-placeholder{
  color: transparent;
}

#app .placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

#app .placeholder-transparent::placeholder{
  color: transparent;
}

#app .placeholder-current::-moz-placeholder{
  color: currentColor;
}

#app .placeholder-current:-ms-input-placeholder{
  color: currentColor;
}

#app .placeholder-current::placeholder{
  color: currentColor;
}

#app .placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

#app .placeholder-black:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

#app .placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

#app .placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

#app .placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

#app .placeholder-red-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

#app .placeholder-red-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

#app .placeholder-red-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

#app .placeholder-red-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

#app .placeholder-red-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

#app .placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

#app .placeholder-red-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

#app .placeholder-red-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

#app .placeholder-red-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

#app .placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

#app .placeholder-red-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

#app .placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

#app .placeholder-red-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

#app .placeholder-red-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

#app .placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

#app .placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

#app .placeholder-red-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

#app .placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

#app .placeholder-red-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

#app .placeholder-red-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

#app .placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

#app .placeholder-red-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

#app .placeholder-red-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

#app .placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

#app .placeholder-red-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

#app .placeholder-red-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

#app .placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

#app .placeholder-red-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

#app .placeholder-red-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

#app .placeholder-red-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

#app .placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

#app .placeholder-green-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

#app .placeholder-green-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

#app .placeholder-green-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

#app .placeholder-green-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

#app .placeholder-green-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

#app .placeholder-green-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

#app .placeholder-green-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

#app .placeholder-green-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

#app .placeholder-green-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

#app .placeholder-green-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

#app .placeholder-green-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

#app .placeholder-green-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

#app .placeholder-green-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

#app .placeholder-green-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

#app .placeholder-green-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

#app .placeholder-green-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

#app .placeholder-green-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

#app .placeholder-green-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

#app .placeholder-green-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

#app .placeholder-green-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

#app .placeholder-green-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

#app .placeholder-green-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

#app .placeholder-green-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

#app .placeholder-green-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

#app .placeholder-green-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

#app .placeholder-green-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

#app .placeholder-green-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

#app .placeholder-green-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

#app .placeholder-green-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

#app .placeholder-green-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

#app .placeholder-blue-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

#app .placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

#app .placeholder-purple-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

#app .placeholder-pink-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

#app .focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

#app .focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

#app .focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor;
}

#app .focus\:placeholder-current:focus:-ms-input-placeholder{
  color: currentColor;
}

#app .focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

#app .focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-red-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-yellow-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-green-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-blue-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-indigo-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-purple-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

#app .focus\:placeholder-pink-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

#app .placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

#app .placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

#app .placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

#app .placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

#app .placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

#app .placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

#app .placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

#app .placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1;
}

#app .placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}

#app .placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

#app .placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

#app .placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

#app .placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

#app .placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

#app .placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

#app .placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

#app .placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

#app .placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

#app .placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

#app .placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

#app .placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

#app .placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

#app .placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

#app .placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

#app .placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

#app .placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

#app .placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

#app .placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

#app .placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

#app .placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

#app .placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

#app .placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

#app .placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

#app .placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

#app .placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8;
}

#app .placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}

#app .placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

#app .placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

#app .placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

#app .placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

#app .placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

#app .placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

#app .placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

#app .placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

#app .placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

#app .focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

#app .focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

#app .focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

#app .focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

#app .focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

#app .focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05;
}

#app .focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

#app .focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1;
}

#app .focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1;
}

#app .focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

#app .focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

#app .focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2;
}

#app .focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

#app .focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

#app .focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

#app .focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

#app .focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

#app .focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3;
}

#app .focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

#app .focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

#app .focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

#app .focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

#app .focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

#app .focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

#app .focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

#app .focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

#app .focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6;
}

#app .focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

#app .focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

#app .focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7;
}

#app .focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

#app .focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

#app .focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

#app .focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

#app .focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8;
}

#app .focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8;
}

#app .focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

#app .focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

#app .focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9;
}

#app .focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

#app .focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

#app .focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95;
}

#app .focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

#app .focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

#app .focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

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

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

#app .static{
  position: static;
}

#app .fixed{
  position: fixed;
}

#app .absolute{
  position: absolute;
}

#app .relative{
  position: relative;
}

#app .sticky{
  position: sticky;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .inset-14{
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

#app .inset-16{
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

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

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

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

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

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

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

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

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

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

#app .inset-56{
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

#app .inset-60{
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

#app .inset-64{
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .-inset-14{
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

#app .-inset-16{
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

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

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

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

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

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

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

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

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

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

#app .-inset-56{
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

#app .-inset-60{
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

#app .-inset-64{
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

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

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

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

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

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

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

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

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

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

#app .inset-1\/3{
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

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

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

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

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

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

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

#app .-inset-1\/3{
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#app .bottom-60{
  bottom: 15rem;
}

#app .left-60{
  left: 15rem;
}

#app .top-64{
  top: 16rem;
}

#app .right-64{
  right: 16rem;
}

#app .bottom-64{
  bottom: 16rem;
}

#app .left-64{
  left: 16rem;
}

#app .top-72{
  top: 18rem;
}

#app .right-72{
  right: 18rem;
}

#app .bottom-72{
  bottom: 18rem;
}

#app .left-72{
  left: 18rem;
}

#app .top-80{
  top: 20rem;
}

#app .right-80{
  right: 20rem;
}

#app .bottom-80{
  bottom: 20rem;
}

#app .left-80{
  left: 20rem;
}

#app .top-96{
  top: 24rem;
}

#app .right-96{
  right: 24rem;
}

#app .bottom-96{
  bottom: 24rem;
}

#app .left-96{
  left: 24rem;
}

#app .top-auto{
  top: auto;
}

#app .right-auto{
  right: auto;
}

#app .bottom-auto{
  bottom: auto;
}

#app .left-auto{
  left: auto;
}

#app .top-px{
  top: 1px;
}

#app .right-px{
  right: 1px;
}

#app .bottom-px{
  bottom: 1px;
}

#app .left-px{
  left: 1px;
}

#app .top-0\.5{
  top: 0.125rem;
}

#app .right-0\.5{
  right: 0.125rem;
}

#app .bottom-0\.5{
  bottom: 0.125rem;
}

#app .left-0\.5{
  left: 0.125rem;
}

#app .top-1\.5{
  top: 0.375rem;
}

#app .right-1\.5{
  right: 0.375rem;
}

#app .bottom-1\.5{
  bottom: 0.375rem;
}

#app .left-1\.5{
  left: 0.375rem;
}

#app .top-2\.5{
  top: 0.625rem;
}

#app .right-2\.5{
  right: 0.625rem;
}

#app .bottom-2\.5{
  bottom: 0.625rem;
}

#app .left-2\.5{
  left: 0.625rem;
}

#app .top-3\.5{
  top: 0.875rem;
}

#app .right-3\.5{
  right: 0.875rem;
}

#app .bottom-3\.5{
  bottom: 0.875rem;
}

#app .left-3\.5{
  left: 0.875rem;
}

#app .-top-0{
  top: 0px;
}

#app .-right-0{
  right: 0px;
}

#app .-bottom-0{
  bottom: 0px;
}

#app .-left-0{
  left: 0px;
}

#app .-top-1{
  top: -0.25rem;
}

#app .-right-1{
  right: -0.25rem;
}

#app .-bottom-1{
  bottom: -0.25rem;
}

#app .-left-1{
  left: -0.25rem;
}

#app .-top-2{
  top: -0.5rem;
}

#app .-right-2{
  right: -0.5rem;
}

#app .-bottom-2{
  bottom: -0.5rem;
}

#app .-left-2{
  left: -0.5rem;
}

#app .-top-3{
  top: -0.75rem;
}

#app .-right-3{
  right: -0.75rem;
}

#app .-bottom-3{
  bottom: -0.75rem;
}

#app .-left-3{
  left: -0.75rem;
}

#app .-top-4{
  top: -1rem;
}

#app .-right-4{
  right: -1rem;
}

#app .-bottom-4{
  bottom: -1rem;
}

#app .-left-4{
  left: -1rem;
}

#app .-top-5{
  top: -1.25rem;
}

#app .-right-5{
  right: -1.25rem;
}

#app .-bottom-5{
  bottom: -1.25rem;
}

#app .-left-5{
  left: -1.25rem;
}

#app .-top-6{
  top: -1.5rem;
}

#app .-right-6{
  right: -1.5rem;
}

#app .-bottom-6{
  bottom: -1.5rem;
}

#app .-left-6{
  left: -1.5rem;
}

#app .-top-7{
  top: -1.75rem;
}

#app .-right-7{
  right: -1.75rem;
}

#app .-bottom-7{
  bottom: -1.75rem;
}

#app .-left-7{
  left: -1.75rem;
}

#app .-top-8{
  top: -2rem;
}

#app .-right-8{
  right: -2rem;
}

#app .-bottom-8{
  bottom: -2rem;
}

#app .-left-8{
  left: -2rem;
}

#app .-top-9{
  top: -2.25rem;
}

#app .-right-9{
  right: -2.25rem;
}

#app .-bottom-9{
  bottom: -2.25rem;
}

#app .-left-9{
  left: -2.25rem;
}

#app .-top-10{
  top: -2.5rem;
}

#app .-right-10{
  right: -2.5rem;
}

#app .-bottom-10{
  bottom: -2.5rem;
}

#app .-left-10{
  left: -2.5rem;
}

#app .-top-11{
  top: -2.75rem;
}

#app .-right-11{
  right: -2.75rem;
}

#app .-bottom-11{
  bottom: -2.75rem;
}

#app .-left-11{
  left: -2.75rem;
}

#app .-top-12{
  top: -3rem;
}

#app .-right-12{
  right: -3rem;
}

#app .-bottom-12{
  bottom: -3rem;
}

#app .-left-12{
  left: -3rem;
}

#app .-top-14{
  top: -3.5rem;
}

#app .-right-14{
  right: -3.5rem;
}

#app .-bottom-14{
  bottom: -3.5rem;
}

#app .-left-14{
  left: -3.5rem;
}

#app .-top-16{
  top: -4rem;
}

#app .-right-16{
  right: -4rem;
}

#app .-bottom-16{
  bottom: -4rem;
}

#app .-left-16{
  left: -4rem;
}

#app .-top-20{
  top: -5rem;
}

#app .-right-20{
  right: -5rem;
}

#app .-bottom-20{
  bottom: -5rem;
}

#app .-left-20{
  left: -5rem;
}

#app .-top-24{
  top: -6rem;
}

#app .-right-24{
  right: -6rem;
}

#app .-bottom-24{
  bottom: -6rem;
}

#app .-left-24{
  left: -6rem;
}

#app .-top-28{
  top: -7rem;
}

#app .-right-28{
  right: -7rem;
}

#app .-bottom-28{
  bottom: -7rem;
}

#app .-left-28{
  left: -7rem;
}

#app .-top-32{
  top: -8rem;
}

#app .-right-32{
  right: -8rem;
}

#app .-bottom-32{
  bottom: -8rem;
}

#app .-left-32{
  left: -8rem;
}

#app .-top-36{
  top: -9rem;
}

#app .-right-36{
  right: -9rem;
}

#app .-bottom-36{
  bottom: -9rem;
}

#app .-left-36{
  left: -9rem;
}

#app .-top-40{
  top: -10rem;
}

#app .-right-40{
  right: -10rem;
}

#app .-bottom-40{
  bottom: -10rem;
}

#app .-left-40{
  left: -10rem;
}

#app .-top-44{
  top: -11rem;
}

#app .-right-44{
  right: -11rem;
}

#app .-bottom-44{
  bottom: -11rem;
}

#app .-left-44{
  left: -11rem;
}

#app .-top-48{
  top: -12rem;
}

#app .-right-48{
  right: -12rem;
}

#app .-bottom-48{
  bottom: -12rem;
}

#app .-left-48{
  left: -12rem;
}

#app .-top-52{
  top: -13rem;
}

#app .-right-52{
  right: -13rem;
}

#app .-bottom-52{
  bottom: -13rem;
}

#app .-left-52{
  left: -13rem;
}

#app .-top-56{
  top: -14rem;
}

#app .-right-56{
  right: -14rem;
}

#app .-bottom-56{
  bottom: -14rem;
}

#app .-left-56{
  left: -14rem;
}

#app .-top-60{
  top: -15rem;
}

#app .-right-60{
  right: -15rem;
}

#app .-bottom-60{
  bottom: -15rem;
}

#app .-left-60{
  left: -15rem;
}

#app .-top-64{
  top: -16rem;
}

#app .-right-64{
  right: -16rem;
}

#app .-bottom-64{
  bottom: -16rem;
}

#app .-left-64{
  left: -16rem;
}

#app .-top-72{
  top: -18rem;
}

#app .-right-72{
  right: -18rem;
}

#app .-bottom-72{
  bottom: -18rem;
}

#app .-left-72{
  left: -18rem;
}

#app .-top-80{
  top: -20rem;
}

#app .-right-80{
  right: -20rem;
}

#app .-bottom-80{
  bottom: -20rem;
}

#app .-left-80{
  left: -20rem;
}

#app .-top-96{
  top: -24rem;
}

#app .-right-96{
  right: -24rem;
}

#app .-bottom-96{
  bottom: -24rem;
}

#app .-left-96{
  left: -24rem;
}

#app .-top-px{
  top: -1px;
}

#app .-right-px{
  right: -1px;
}

#app .-bottom-px{
  bottom: -1px;
}

#app .-left-px{
  left: -1px;
}

#app .-top-0\.5{
  top: -0.125rem;
}

#app .-right-0\.5{
  right: -0.125rem;
}

#app .-bottom-0\.5{
  bottom: -0.125rem;
}

#app .-left-0\.5{
  left: -0.125rem;
}

#app .-top-1\.5{
  top: -0.375rem;
}

#app .-right-1\.5{
  right: -0.375rem;
}

#app .-bottom-1\.5{
  bottom: -0.375rem;
}

#app .-left-1\.5{
  left: -0.375rem;
}

#app .-top-2\.5{
  top: -0.625rem;
}

#app .-right-2\.5{
  right: -0.625rem;
}

#app .-bottom-2\.5{
  bottom: -0.625rem;
}

#app .-left-2\.5{
  left: -0.625rem;
}

#app .-top-3\.5{
  top: -0.875rem;
}

#app .-right-3\.5{
  right: -0.875rem;
}

#app .-bottom-3\.5{
  bottom: -0.875rem;
}

#app .-left-3\.5{
  left: -0.875rem;
}

#app .top-1\/2{
  top: 50%;
}

#app .right-1\/2{
  right: 50%;
}

#app .bottom-1\/2{
  bottom: 50%;
}

#app .left-1\/2{
  left: 50%;
}

#app .top-1\/3{
  top: 33.333333%;
}

#app .right-1\/3{
  right: 33.333333%;
}

#app .bottom-1\/3{
  bottom: 33.333333%;
}

#app .left-1\/3{
  left: 33.333333%;
}

#app .top-2\/3{
  top: 66.666667%;
}

#app .right-2\/3{
  right: 66.666667%;
}

#app .bottom-2\/3{
  bottom: 66.666667%;
}

#app .left-2\/3{
  left: 66.666667%;
}

#app .top-1\/4{
  top: 25%;
}

#app .right-1\/4{
  right: 25%;
}

#app .bottom-1\/4{
  bottom: 25%;
}

#app .left-1\/4{
  left: 25%;
}

#app .top-2\/4{
  top: 50%;
}

#app .right-2\/4{
  right: 50%;
}

#app .bottom-2\/4{
  bottom: 50%;
}

#app .left-2\/4{
  left: 50%;
}

#app .top-3\/4{
  top: 75%;
}

#app .right-3\/4{
  right: 75%;
}

#app .bottom-3\/4{
  bottom: 75%;
}

#app .left-3\/4{
  left: 75%;
}

#app .top-full{
  top: 100%;
}

#app .right-full{
  right: 100%;
}

#app .bottom-full{
  bottom: 100%;
}

#app .left-full{
  left: 100%;
}

#app .-top-1\/2{
  top: -50%;
}

#app .-right-1\/2{
  right: -50%;
}

#app .-bottom-1\/2{
  bottom: -50%;
}

#app .-left-1\/2{
  left: -50%;
}

#app .-top-1\/3{
  top: -33.333333%;
}

#app .-right-1\/3{
  right: -33.333333%;
}

#app .-bottom-1\/3{
  bottom: -33.333333%;
}

#app .-left-1\/3{
  left: -33.333333%;
}

#app .-top-2\/3{
  top: -66.666667%;
}

#app .-right-2\/3{
  right: -66.666667%;
}

#app .-bottom-2\/3{
  bottom: -66.666667%;
}

#app .-left-2\/3{
  left: -66.666667%;
}

#app .-top-1\/4{
  top: -25%;
}

#app .-right-1\/4{
  right: -25%;
}

#app .-bottom-1\/4{
  bottom: -25%;
}

#app .-left-1\/4{
  left: -25%;
}

#app .-top-2\/4{
  top: -50%;
}

#app .-right-2\/4{
  right: -50%;
}

#app .-bottom-2\/4{
  bottom: -50%;
}

#app .-left-2\/4{
  left: -50%;
}

#app .-top-3\/4{
  top: -75%;
}

#app .-right-3\/4{
  right: -75%;
}

#app .-bottom-3\/4{
  bottom: -75%;
}

#app .-left-3\/4{
  left: -75%;
}

#app .-top-full{
  top: -100%;
}

#app .-right-full{
  right: -100%;
}

#app .-bottom-full{
  bottom: -100%;
}

#app .-left-full{
  left: -100%;
}

#app .resize-none{
  resize: none;
}

#app .resize-y{
  resize: vertical;
}

#app .resize-x{
  resize: horizontal;
}

#app .resize{
  resize: both;
}

*{
  --tw-shadow: 0 0 #0000;
}

#app .shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .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);
}

#app .group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .group:hover .group-hover\:shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .group:hover .group-hover\:shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .group:hover .group-hover\:shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .group:hover .group-hover\:shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .group:hover .group-hover\:shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .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);
}

#app .focus-within\:shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus-within\:shadow:focus-within{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus-within\:shadow-md:focus-within{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus-within\:shadow-lg:focus-within{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus-within\:shadow-xl:focus-within{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus-within\:shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus-within\:shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .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);
}

#app .hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .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);
}

#app .focus\:shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#app .focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .ring-inset{
  --tw-ring-inset: inset;
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .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);
}

#app .focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

#app .ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

#app .ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

#app .ring-offset-black{
  --tw-ring-offset-color: #000;
}

#app .ring-offset-white{
  --tw-ring-offset-color: #fff;
}

#app .ring-offset-gray-50{
  --tw-ring-offset-color: #f9fafb;
}

#app .ring-offset-gray-100{
  --tw-ring-offset-color: #f3f4f6;
}

#app .ring-offset-gray-200{
  --tw-ring-offset-color: #e5e7eb;
}

#app .ring-offset-gray-300{
  --tw-ring-offset-color: #d1d5db;
}

#app .ring-offset-gray-400{
  --tw-ring-offset-color: #9ca3af;
}

#app .ring-offset-gray-500{
  --tw-ring-offset-color: #6b7280;
}

#app .ring-offset-gray-600{
  --tw-ring-offset-color: #4b5563;
}

#app .ring-offset-gray-700{
  --tw-ring-offset-color: #374151;
}

#app .ring-offset-gray-800{
  --tw-ring-offset-color: #1f2937;
}

#app .ring-offset-gray-900{
  --tw-ring-offset-color: #111827;
}

#app .ring-offset-red-50{
  --tw-ring-offset-color: #fef2f2;
}

#app .ring-offset-red-100{
  --tw-ring-offset-color: #fee2e2;
}

#app .ring-offset-red-200{
  --tw-ring-offset-color: #fecaca;
}

#app .ring-offset-red-300{
  --tw-ring-offset-color: #fca5a5;
}

#app .ring-offset-red-400{
  --tw-ring-offset-color: #f87171;
}

#app .ring-offset-red-500{
  --tw-ring-offset-color: #ef4444;
}

#app .ring-offset-red-600{
  --tw-ring-offset-color: #dc2626;
}

#app .ring-offset-red-700{
  --tw-ring-offset-color: #b91c1c;
}

#app .ring-offset-red-800{
  --tw-ring-offset-color: #991b1b;
}

#app .ring-offset-red-900{
  --tw-ring-offset-color: #7f1d1d;
}

#app .ring-offset-yellow-50{
  --tw-ring-offset-color: #fffbeb;
}

#app .ring-offset-yellow-100{
  --tw-ring-offset-color: #fef3c7;
}

#app .ring-offset-yellow-200{
  --tw-ring-offset-color: #fde68a;
}

#app .ring-offset-yellow-300{
  --tw-ring-offset-color: #fcd34d;
}

#app .ring-offset-yellow-400{
  --tw-ring-offset-color: #fbbf24;
}

#app .ring-offset-yellow-500{
  --tw-ring-offset-color: #f59e0b;
}

#app .ring-offset-yellow-600{
  --tw-ring-offset-color: #d97706;
}

#app .ring-offset-yellow-700{
  --tw-ring-offset-color: #b45309;
}

#app .ring-offset-yellow-800{
  --tw-ring-offset-color: #92400e;
}

#app .ring-offset-yellow-900{
  --tw-ring-offset-color: #78350f;
}

#app .ring-offset-green-50{
  --tw-ring-offset-color: #ecfdf5;
}

#app .ring-offset-green-100{
  --tw-ring-offset-color: #d1fae5;
}

#app .ring-offset-green-200{
  --tw-ring-offset-color: #a7f3d0;
}

#app .ring-offset-green-300{
  --tw-ring-offset-color: #6ee7b7;
}

#app .ring-offset-green-400{
  --tw-ring-offset-color: #34d399;
}

#app .ring-offset-green-500{
  --tw-ring-offset-color: #10b981;
}

#app .ring-offset-green-600{
  --tw-ring-offset-color: #059669;
}

#app .ring-offset-green-700{
  --tw-ring-offset-color: #047857;
}

#app .ring-offset-green-800{
  --tw-ring-offset-color: #065f46;
}

#app .ring-offset-green-900{
  --tw-ring-offset-color: #064e3b;
}

#app .ring-offset-blue-50{
  --tw-ring-offset-color: #eff6ff;
}

#app .ring-offset-blue-100{
  --tw-ring-offset-color: #dbeafe;
}

#app .ring-offset-blue-200{
  --tw-ring-offset-color: #bfdbfe;
}

#app .ring-offset-blue-300{
  --tw-ring-offset-color: #93c5fd;
}

#app .ring-offset-blue-400{
  --tw-ring-offset-color: #60a5fa;
}

#app .ring-offset-blue-500{
  --tw-ring-offset-color: #3b82f6;
}

#app .ring-offset-blue-600{
  --tw-ring-offset-color: #2563eb;
}

#app .ring-offset-blue-700{
  --tw-ring-offset-color: #1d4ed8;
}

#app .ring-offset-blue-800{
  --tw-ring-offset-color: #1e40af;
}

#app .ring-offset-blue-900{
  --tw-ring-offset-color: #1e3a8a;
}

#app .ring-offset-indigo-50{
  --tw-ring-offset-color: #eef2ff;
}

#app .ring-offset-indigo-100{
  --tw-ring-offset-color: #e0e7ff;
}

#app .ring-offset-indigo-200{
  --tw-ring-offset-color: #c7d2fe;
}

#app .ring-offset-indigo-300{
  --tw-ring-offset-color: #a5b4fc;
}

#app .ring-offset-indigo-400{
  --tw-ring-offset-color: #818cf8;
}

#app .ring-offset-indigo-500{
  --tw-ring-offset-color: #6366f1;
}

#app .ring-offset-indigo-600{
  --tw-ring-offset-color: #4f46e5;
}

#app .ring-offset-indigo-700{
  --tw-ring-offset-color: #4338ca;
}

#app .ring-offset-indigo-800{
  --tw-ring-offset-color: #3730a3;
}

#app .ring-offset-indigo-900{
  --tw-ring-offset-color: #312e81;
}

#app .ring-offset-purple-50{
  --tw-ring-offset-color: #f5f3ff;
}

#app .ring-offset-purple-100{
  --tw-ring-offset-color: #ede9fe;
}

#app .ring-offset-purple-200{
  --tw-ring-offset-color: #ddd6fe;
}

#app .ring-offset-purple-300{
  --tw-ring-offset-color: #c4b5fd;
}

#app .ring-offset-purple-400{
  --tw-ring-offset-color: #a78bfa;
}

#app .ring-offset-purple-500{
  --tw-ring-offset-color: #8b5cf6;
}

#app .ring-offset-purple-600{
  --tw-ring-offset-color: #7c3aed;
}

#app .ring-offset-purple-700{
  --tw-ring-offset-color: #6d28d9;
}

#app .ring-offset-purple-800{
  --tw-ring-offset-color: #5b21b6;
}

#app .ring-offset-purple-900{
  --tw-ring-offset-color: #4c1d95;
}

#app .ring-offset-pink-50{
  --tw-ring-offset-color: #fdf2f8;
}

#app .ring-offset-pink-100{
  --tw-ring-offset-color: #fce7f3;
}

#app .ring-offset-pink-200{
  --tw-ring-offset-color: #fbcfe8;
}

#app .ring-offset-pink-300{
  --tw-ring-offset-color: #f9a8d4;
}

#app .ring-offset-pink-400{
  --tw-ring-offset-color: #f472b6;
}

#app .ring-offset-pink-500{
  --tw-ring-offset-color: #ec4899;
}

#app .ring-offset-pink-600{
  --tw-ring-offset-color: #db2777;
}

#app .ring-offset-pink-700{
  --tw-ring-offset-color: #be185d;
}

#app .ring-offset-pink-800{
  --tw-ring-offset-color: #9d174d;
}

#app .ring-offset-pink-900{
  --tw-ring-offset-color: #831843;
}

#app .focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

#app .focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor;
}

#app .focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000;
}

#app .focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff;
}

#app .focus-within\:ring-offset-gray-50:focus-within{
  --tw-ring-offset-color: #f9fafb;
}

#app .focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #f3f4f6;
}

#app .focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #e5e7eb;
}

#app .focus-within\:ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #d1d5db;
}

#app .focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #9ca3af;
}

#app .focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #6b7280;
}

#app .focus-within\:ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #4b5563;
}

#app .focus-within\:ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #374151;
}

#app .focus-within\:ring-offset-gray-800:focus-within{
  --tw-ring-offset-color: #1f2937;
}

#app .focus-within\:ring-offset-gray-900:focus-within{
  --tw-ring-offset-color: #111827;
}

#app .focus-within\:ring-offset-red-50:focus-within{
  --tw-ring-offset-color: #fef2f2;
}

#app .focus-within\:ring-offset-red-100:focus-within{
  --tw-ring-offset-color: #fee2e2;
}

#app .focus-within\:ring-offset-red-200:focus-within{
  --tw-ring-offset-color: #fecaca;
}

#app .focus-within\:ring-offset-red-300:focus-within{
  --tw-ring-offset-color: #fca5a5;
}

#app .focus-within\:ring-offset-red-400:focus-within{
  --tw-ring-offset-color: #f87171;
}

#app .focus-within\:ring-offset-red-500:focus-within{
  --tw-ring-offset-color: #ef4444;
}

#app .focus-within\:ring-offset-red-600:focus-within{
  --tw-ring-offset-color: #dc2626;
}

#app .focus-within\:ring-offset-red-700:focus-within{
  --tw-ring-offset-color: #b91c1c;
}

#app .focus-within\:ring-offset-red-800:focus-within{
  --tw-ring-offset-color: #991b1b;
}

#app .focus-within\:ring-offset-red-900:focus-within{
  --tw-ring-offset-color: #7f1d1d;
}

#app .focus-within\:ring-offset-yellow-50:focus-within{
  --tw-ring-offset-color: #fffbeb;
}

#app .focus-within\:ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color: #fef3c7;
}

#app .focus-within\:ring-offset-yellow-200:focus-within{
  --tw-ring-offset-color: #fde68a;
}

#app .focus-within\:ring-offset-yellow-300:focus-within{
  --tw-ring-offset-color: #fcd34d;
}

#app .focus-within\:ring-offset-yellow-400:focus-within{
  --tw-ring-offset-color: #fbbf24;
}

#app .focus-within\:ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color: #f59e0b;
}

#app .focus-within\:ring-offset-yellow-600:focus-within{
  --tw-ring-offset-color: #d97706;
}

#app .focus-within\:ring-offset-yellow-700:focus-within{
  --tw-ring-offset-color: #b45309;
}

#app .focus-within\:ring-offset-yellow-800:focus-within{
  --tw-ring-offset-color: #92400e;
}

#app .focus-within\:ring-offset-yellow-900:focus-within{
  --tw-ring-offset-color: #78350f;
}

#app .focus-within\:ring-offset-green-50:focus-within{
  --tw-ring-offset-color: #ecfdf5;
}

#app .focus-within\:ring-offset-green-100:focus-within{
  --tw-ring-offset-color: #d1fae5;
}

#app .focus-within\:ring-offset-green-200:focus-within{
  --tw-ring-offset-color: #a7f3d0;
}

#app .focus-within\:ring-offset-green-300:focus-within{
  --tw-ring-offset-color: #6ee7b7;
}

#app .focus-within\:ring-offset-green-400:focus-within{
  --tw-ring-offset-color: #34d399;
}

#app .focus-within\:ring-offset-green-500:focus-within{
  --tw-ring-offset-color: #10b981;
}

#app .focus-within\:ring-offset-green-600:focus-within{
  --tw-ring-offset-color: #059669;
}

#app .focus-within\:ring-offset-green-700:focus-within{
  --tw-ring-offset-color: #047857;
}

#app .focus-within\:ring-offset-green-800:focus-within{
  --tw-ring-offset-color: #065f46;
}

#app .focus-within\:ring-offset-green-900:focus-within{
  --tw-ring-offset-color: #064e3b;
}

#app .focus-within\:ring-offset-blue-50:focus-within{
  --tw-ring-offset-color: #eff6ff;
}

#app .focus-within\:ring-offset-blue-100:focus-within{
  --tw-ring-offset-color: #dbeafe;
}

#app .focus-within\:ring-offset-blue-200:focus-within{
  --tw-ring-offset-color: #bfdbfe;
}

#app .focus-within\:ring-offset-blue-300:focus-within{
  --tw-ring-offset-color: #93c5fd;
}

#app .focus-within\:ring-offset-blue-400:focus-within{
  --tw-ring-offset-color: #60a5fa;
}

#app .focus-within\:ring-offset-blue-500:focus-within{
  --tw-ring-offset-color: #3b82f6;
}

#app .focus-within\:ring-offset-blue-600:focus-within{
  --tw-ring-offset-color: #2563eb;
}

#app .focus-within\:ring-offset-blue-700:focus-within{
  --tw-ring-offset-color: #1d4ed8;
}

#app .focus-within\:ring-offset-blue-800:focus-within{
  --tw-ring-offset-color: #1e40af;
}

#app .focus-within\:ring-offset-blue-900:focus-within{
  --tw-ring-offset-color: #1e3a8a;
}

#app .focus-within\:ring-offset-indigo-50:focus-within{
  --tw-ring-offset-color: #eef2ff;
}

#app .focus-within\:ring-offset-indigo-100:focus-within{
  --tw-ring-offset-color: #e0e7ff;
}

#app .focus-within\:ring-offset-indigo-200:focus-within{
  --tw-ring-offset-color: #c7d2fe;
}

#app .focus-within\:ring-offset-indigo-300:focus-within{
  --tw-ring-offset-color: #a5b4fc;
}

#app .focus-within\:ring-offset-indigo-400:focus-within{
  --tw-ring-offset-color: #818cf8;
}

#app .focus-within\:ring-offset-indigo-500:focus-within{
  --tw-ring-offset-color: #6366f1;
}

#app .focus-within\:ring-offset-indigo-600:focus-within{
  --tw-ring-offset-color: #4f46e5;
}

#app .focus-within\:ring-offset-indigo-700:focus-within{
  --tw-ring-offset-color: #4338ca;
}

#app .focus-within\:ring-offset-indigo-800:focus-within{
  --tw-ring-offset-color: #3730a3;
}

#app .focus-within\:ring-offset-indigo-900:focus-within{
  --tw-ring-offset-color: #312e81;
}

#app .focus-within\:ring-offset-purple-50:focus-within{
  --tw-ring-offset-color: #f5f3ff;
}

#app .focus-within\:ring-offset-purple-100:focus-within{
  --tw-ring-offset-color: #ede9fe;
}

#app .focus-within\:ring-offset-purple-200:focus-within{
  --tw-ring-offset-color: #ddd6fe;
}

#app .focus-within\:ring-offset-purple-300:focus-within{
  --tw-ring-offset-color: #c4b5fd;
}

#app .focus-within\:ring-offset-purple-400:focus-within{
  --tw-ring-offset-color: #a78bfa;
}

#app .focus-within\:ring-offset-purple-500:focus-within{
  --tw-ring-offset-color: #8b5cf6;
}

#app .focus-within\:ring-offset-purple-600:focus-within{
  --tw-ring-offset-color: #7c3aed;
}

#app .focus-within\:ring-offset-purple-700:focus-within{
  --tw-ring-offset-color: #6d28d9;
}

#app .focus-within\:ring-offset-purple-800:focus-within{
  --tw-ring-offset-color: #5b21b6;
}

#app .focus-within\:ring-offset-purple-900:focus-within{
  --tw-ring-offset-color: #4c1d95;
}

#app .focus-within\:ring-offset-pink-50:focus-within{
  --tw-ring-offset-color: #fdf2f8;
}

#app .focus-within\:ring-offset-pink-100:focus-within{
  --tw-ring-offset-color: #fce7f3;
}

#app .focus-within\:ring-offset-pink-200:focus-within{
  --tw-ring-offset-color: #fbcfe8;
}

#app .focus-within\:ring-offset-pink-300:focus-within{
  --tw-ring-offset-color: #f9a8d4;
}

#app .focus-within\:ring-offset-pink-400:focus-within{
  --tw-ring-offset-color: #f472b6;
}

#app .focus-within\:ring-offset-pink-500:focus-within{
  --tw-ring-offset-color: #ec4899;
}

#app .focus-within\:ring-offset-pink-600:focus-within{
  --tw-ring-offset-color: #db2777;
}

#app .focus-within\:ring-offset-pink-700:focus-within{
  --tw-ring-offset-color: #be185d;
}

#app .focus-within\:ring-offset-pink-800:focus-within{
  --tw-ring-offset-color: #9d174d;
}

#app .focus-within\:ring-offset-pink-900:focus-within{
  --tw-ring-offset-color: #831843;
}

#app .focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

#app .focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

#app .focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000;
}

#app .focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff;
}

#app .focus\:ring-offset-gray-50:focus{
  --tw-ring-offset-color: #f9fafb;
}

#app .focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #f3f4f6;
}

#app .focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #e5e7eb;
}

#app .focus\:ring-offset-gray-300:focus{
  --tw-ring-offset-color: #d1d5db;
}

#app .focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color: #9ca3af;
}

#app .focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color: #6b7280;
}

#app .focus\:ring-offset-gray-600:focus{
  --tw-ring-offset-color: #4b5563;
}

#app .focus\:ring-offset-gray-700:focus{
  --tw-ring-offset-color: #374151;
}

#app .focus\:ring-offset-gray-800:focus{
  --tw-ring-offset-color: #1f2937;
}

#app .focus\:ring-offset-gray-900:focus{
  --tw-ring-offset-color: #111827;
}

#app .focus\:ring-offset-red-50:focus{
  --tw-ring-offset-color: #fef2f2;
}

#app .focus\:ring-offset-red-100:focus{
  --tw-ring-offset-color: #fee2e2;
}

#app .focus\:ring-offset-red-200:focus{
  --tw-ring-offset-color: #fecaca;
}

#app .focus\:ring-offset-red-300:focus{
  --tw-ring-offset-color: #fca5a5;
}

#app .focus\:ring-offset-red-400:focus{
  --tw-ring-offset-color: #f87171;
}

#app .focus\:ring-offset-red-500:focus{
  --tw-ring-offset-color: #ef4444;
}

#app .focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #dc2626;
}

#app .focus\:ring-offset-red-700:focus{
  --tw-ring-offset-color: #b91c1c;
}

#app .focus\:ring-offset-red-800:focus{
  --tw-ring-offset-color: #991b1b;
}

#app .focus\:ring-offset-red-900:focus{
  --tw-ring-offset-color: #7f1d1d;
}

#app .focus\:ring-offset-yellow-50:focus{
  --tw-ring-offset-color: #fffbeb;
}

#app .focus\:ring-offset-yellow-100:focus{
  --tw-ring-offset-color: #fef3c7;
}

#app .focus\:ring-offset-yellow-200:focus{
  --tw-ring-offset-color: #fde68a;
}

#app .focus\:ring-offset-yellow-300:focus{
  --tw-ring-offset-color: #fcd34d;
}

#app .focus\:ring-offset-yellow-400:focus{
  --tw-ring-offset-color: #fbbf24;
}

#app .focus\:ring-offset-yellow-500:focus{
  --tw-ring-offset-color: #f59e0b;
}

#app .focus\:ring-offset-yellow-600:focus{
  --tw-ring-offset-color: #d97706;
}

#app .focus\:ring-offset-yellow-700:focus{
  --tw-ring-offset-color: #b45309;
}

#app .focus\:ring-offset-yellow-800:focus{
  --tw-ring-offset-color: #92400e;
}

#app .focus\:ring-offset-yellow-900:focus{
  --tw-ring-offset-color: #78350f;
}

#app .focus\:ring-offset-green-50:focus{
  --tw-ring-offset-color: #ecfdf5;
}

#app .focus\:ring-offset-green-100:focus{
  --tw-ring-offset-color: #d1fae5;
}

#app .focus\:ring-offset-green-200:focus{
  --tw-ring-offset-color: #a7f3d0;
}

#app .focus\:ring-offset-green-300:focus{
  --tw-ring-offset-color: #6ee7b7;
}

#app .focus\:ring-offset-green-400:focus{
  --tw-ring-offset-color: #34d399;
}

#app .focus\:ring-offset-green-500:focus{
  --tw-ring-offset-color: #10b981;
}

#app .focus\:ring-offset-green-600:focus{
  --tw-ring-offset-color: #059669;
}

#app .focus\:ring-offset-green-700:focus{
  --tw-ring-offset-color: #047857;
}

#app .focus\:ring-offset-green-800:focus{
  --tw-ring-offset-color: #065f46;
}

#app .focus\:ring-offset-green-900:focus{
  --tw-ring-offset-color: #064e3b;
}

#app .focus\:ring-offset-blue-50:focus{
  --tw-ring-offset-color: #eff6ff;
}

#app .focus\:ring-offset-blue-100:focus{
  --tw-ring-offset-color: #dbeafe;
}

#app .focus\:ring-offset-blue-200:focus{
  --tw-ring-offset-color: #bfdbfe;
}

#app .focus\:ring-offset-blue-300:focus{
  --tw-ring-offset-color: #93c5fd;
}

#app .focus\:ring-offset-blue-400:focus{
  --tw-ring-offset-color: #60a5fa;
}

#app .focus\:ring-offset-blue-500:focus{
  --tw-ring-offset-color: #3b82f6;
}

#app .focus\:ring-offset-blue-600:focus{
  --tw-ring-offset-color: #2563eb;
}

#app .focus\:ring-offset-blue-700:focus{
  --tw-ring-offset-color: #1d4ed8;
}

#app .focus\:ring-offset-blue-800:focus{
  --tw-ring-offset-color: #1e40af;
}

#app .focus\:ring-offset-blue-900:focus{
  --tw-ring-offset-color: #1e3a8a;
}

#app .focus\:ring-offset-indigo-50:focus{
  --tw-ring-offset-color: #eef2ff;
}

#app .focus\:ring-offset-indigo-100:focus{
  --tw-ring-offset-color: #e0e7ff;
}

#app .focus\:ring-offset-indigo-200:focus{
  --tw-ring-offset-color: #c7d2fe;
}

#app .focus\:ring-offset-indigo-300:focus{
  --tw-ring-offset-color: #a5b4fc;
}

#app .focus\:ring-offset-indigo-400:focus{
  --tw-ring-offset-color: #818cf8;
}

#app .focus\:ring-offset-indigo-500:focus{
  --tw-ring-offset-color: #6366f1;
}

#app .focus\:ring-offset-indigo-600:focus{
  --tw-ring-offset-color: #4f46e5;
}

#app .focus\:ring-offset-indigo-700:focus{
  --tw-ring-offset-color: #4338ca;
}

#app .focus\:ring-offset-indigo-800:focus{
  --tw-ring-offset-color: #3730a3;
}

#app .focus\:ring-offset-indigo-900:focus{
  --tw-ring-offset-color: #312e81;
}

#app .focus\:ring-offset-purple-50:focus{
  --tw-ring-offset-color: #f5f3ff;
}

#app .focus\:ring-offset-purple-100:focus{
  --tw-ring-offset-color: #ede9fe;
}

#app .focus\:ring-offset-purple-200:focus{
  --tw-ring-offset-color: #ddd6fe;
}

#app .focus\:ring-offset-purple-300:focus{
  --tw-ring-offset-color: #c4b5fd;
}

#app .focus\:ring-offset-purple-400:focus{
  --tw-ring-offset-color: #a78bfa;
}

#app .focus\:ring-offset-purple-500:focus{
  --tw-ring-offset-color: #8b5cf6;
}

#app .focus\:ring-offset-purple-600:focus{
  --tw-ring-offset-color: #7c3aed;
}

#app .focus\:ring-offset-purple-700:focus{
  --tw-ring-offset-color: #6d28d9;
}

#app .focus\:ring-offset-purple-800:focus{
  --tw-ring-offset-color: #5b21b6;
}

#app .focus\:ring-offset-purple-900:focus{
  --tw-ring-offset-color: #4c1d95;
}

#app .focus\:ring-offset-pink-50:focus{
  --tw-ring-offset-color: #fdf2f8;
}

#app .focus\:ring-offset-pink-100:focus{
  --tw-ring-offset-color: #fce7f3;
}

#app .focus\:ring-offset-pink-200:focus{
  --tw-ring-offset-color: #fbcfe8;
}

#app .focus\:ring-offset-pink-300:focus{
  --tw-ring-offset-color: #f9a8d4;
}

#app .focus\:ring-offset-pink-400:focus{
  --tw-ring-offset-color: #f472b6;
}

#app .focus\:ring-offset-pink-500:focus{
  --tw-ring-offset-color: #ec4899;
}

#app .focus\:ring-offset-pink-600:focus{
  --tw-ring-offset-color: #db2777;
}

#app .focus\:ring-offset-pink-700:focus{
  --tw-ring-offset-color: #be185d;
}

#app .focus\:ring-offset-pink-800:focus{
  --tw-ring-offset-color: #9d174d;
}

#app .focus\:ring-offset-pink-900:focus{
  --tw-ring-offset-color: #831843;
}

#app .ring-offset-0{
  --tw-ring-offset-width: 0px;
}

#app .ring-offset-1{
  --tw-ring-offset-width: 1px;
}

#app .ring-offset-2{
  --tw-ring-offset-width: 2px;
}

#app .ring-offset-4{
  --tw-ring-offset-width: 4px;
}

#app .ring-offset-8{
  --tw-ring-offset-width: 8px;
}

#app .focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

#app .focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

#app .focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

#app .focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

#app .focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

#app .focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

#app .focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

#app .focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

#app .focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

#app .focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

#app .ring-transparent{
  --tw-ring-color: transparent;
}

#app .ring-current{
  --tw-ring-color: currentColor;
}

#app .ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

#app .ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

#app .ring-gray-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

#app .ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

#app .ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

#app .ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

#app .ring-gray-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

#app .ring-gray-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

#app .ring-gray-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

#app .ring-gray-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

#app .ring-gray-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

#app .ring-gray-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

#app .ring-red-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

#app .ring-red-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

#app .ring-red-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

#app .ring-red-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

#app .ring-red-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

#app .ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

#app .ring-red-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

#app .ring-red-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

#app .ring-red-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

#app .ring-red-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

#app .ring-yellow-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

#app .ring-yellow-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

#app .ring-yellow-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

#app .ring-yellow-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

#app .ring-yellow-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

#app .ring-yellow-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

#app .ring-yellow-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

#app .ring-yellow-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

#app .ring-yellow-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

#app .ring-yellow-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

#app .ring-green-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

#app .ring-green-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

#app .ring-green-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

#app .ring-green-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

#app .ring-green-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

#app .ring-green-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

#app .ring-green-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

#app .ring-green-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

#app .ring-green-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

#app .ring-green-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

#app .ring-blue-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

#app .ring-blue-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

#app .ring-blue-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

#app .ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

#app .ring-blue-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

#app .ring-blue-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

#app .ring-blue-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

#app .ring-blue-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

#app .ring-blue-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

#app .ring-blue-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

#app .ring-indigo-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

#app .ring-indigo-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

#app .ring-indigo-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

#app .ring-indigo-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

#app .ring-indigo-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

#app .ring-indigo-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

#app .ring-indigo-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

#app .ring-indigo-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

#app .ring-indigo-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

#app .ring-indigo-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

#app .ring-purple-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

#app .ring-purple-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

#app .ring-purple-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

#app .ring-purple-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

#app .ring-purple-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

#app .ring-purple-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

#app .ring-purple-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

#app .ring-purple-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

#app .ring-purple-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

#app .ring-purple-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

#app .ring-pink-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

#app .ring-pink-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

#app .ring-pink-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

#app .ring-pink-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

#app .ring-pink-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

#app .ring-pink-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

#app .ring-pink-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

#app .ring-pink-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

#app .ring-pink-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

#app .ring-pink-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

#app .focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

#app .focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

#app .focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

#app .focus-within\:ring-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

#app .focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

#app .focus-within\:ring-red-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

#app .focus-within\:ring-yellow-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

#app .focus-within\:ring-green-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

#app .focus-within\:ring-blue-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

#app .focus-within\:ring-indigo-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

#app .focus-within\:ring-purple-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

#app .focus-within\:ring-pink-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

#app .focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

#app .focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

#app .focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

#app .focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

#app .focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

#app .focus\:ring-red-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

#app .focus\:ring-red-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

#app .focus\:ring-red-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

#app .focus\:ring-red-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

#app .focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

#app .focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

#app .focus\:ring-red-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

#app .focus\:ring-red-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

#app .focus\:ring-red-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

#app .focus\:ring-red-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

#app .focus\:ring-yellow-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

#app .focus\:ring-green-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

#app .focus\:ring-green-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

#app .focus\:ring-green-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

#app .focus\:ring-green-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

#app .focus\:ring-green-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

#app .focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

#app .focus\:ring-green-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

#app .focus\:ring-green-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

#app .focus\:ring-green-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

#app .focus\:ring-green-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

#app .focus\:ring-blue-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

#app .focus\:ring-indigo-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

#app .focus\:ring-purple-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

#app .focus\:ring-pink-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

#app .ring-opacity-0{
  --tw-ring-opacity: 0;
}

#app .ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

#app .ring-opacity-10{
  --tw-ring-opacity: 0.1;
}

#app .ring-opacity-20{
  --tw-ring-opacity: 0.2;
}

#app .ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

#app .ring-opacity-30{
  --tw-ring-opacity: 0.3;
}

#app .ring-opacity-40{
  --tw-ring-opacity: 0.4;
}

#app .ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

#app .ring-opacity-60{
  --tw-ring-opacity: 0.6;
}

#app .ring-opacity-70{
  --tw-ring-opacity: 0.7;
}

#app .ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

#app .ring-opacity-80{
  --tw-ring-opacity: 0.8;
}

#app .ring-opacity-90{
  --tw-ring-opacity: 0.9;
}

#app .ring-opacity-95{
  --tw-ring-opacity: 0.95;
}

#app .ring-opacity-100{
  --tw-ring-opacity: 1;
}

#app .focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

#app .focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05;
}

#app .focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1;
}

#app .focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2;
}

#app .focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

#app .focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3;
}

#app .focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4;
}

#app .focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

#app .focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6;
}

#app .focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7;
}

#app .focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

#app .focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8;
}

#app .focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9;
}

#app .focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95;
}

#app .focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

#app .focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

#app .focus\:ring-opacity-5:focus{
  --tw-ring-opacity: 0.05;
}

#app .focus\:ring-opacity-10:focus{
  --tw-ring-opacity: 0.1;
}

#app .focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2;
}

#app .focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

#app .focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3;
}

#app .focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
}

#app .focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

#app .focus\:ring-opacity-60:focus{
  --tw-ring-opacity: 0.6;
}

#app .focus\:ring-opacity-70:focus{
  --tw-ring-opacity: 0.7;
}

#app .focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

#app .focus\:ring-opacity-80:focus{
  --tw-ring-opacity: 0.8;
}

#app .focus\:ring-opacity-90:focus{
  --tw-ring-opacity: 0.9;
}

#app .focus\:ring-opacity-95:focus{
  --tw-ring-opacity: 0.95;
}

#app .focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

#app .fill-current{
  fill: currentColor;
}

#app .stroke-current{
  stroke: currentColor;
}

#app .stroke-0{
  stroke-width: 0;
}

#app .stroke-1{
  stroke-width: 1;
}

#app .stroke-2{
  stroke-width: 2;
}

#app .table-auto{
  table-layout: auto;
}

#app .table-fixed{
  table-layout: fixed;
}

#app .text-left{
  text-align: left;
}

#app .text-center{
  text-align: center;
}

#app .text-right{
  text-align: right;
}

#app .text-justify{
  text-align: justify;
}

#app .text-transparent{
  color: transparent;
}

#app .text-current{
  color: currentColor;
}

#app .text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#app .text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#app .text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

#app .text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

#app .text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

#app .text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

#app .text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

#app .text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

#app .text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

#app .text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

#app .text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

#app .text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

#app .text-red-50{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

#app .text-red-100{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

#app .text-red-200{
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

#app .text-red-300{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

#app .text-red-400{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

#app .text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

#app .text-red-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

#app .text-red-700{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

#app .text-red-800{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

#app .text-red-900{
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

#app .text-yellow-50{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

#app .text-yellow-100{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

#app .text-yellow-200{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

#app .text-yellow-300{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

#app .text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

#app .text-yellow-500{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

#app .text-yellow-600{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

#app .text-yellow-700{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

#app .text-yellow-800{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

#app .text-yellow-900{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

#app .text-green-50{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

#app .text-green-100{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

#app .text-green-200{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

#app .text-green-300{
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

#app .text-green-400{
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

#app .text-green-500{
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

#app .text-green-600{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

#app .text-green-700{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

#app .text-green-800{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

#app .text-green-900{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

#app .text-blue-50{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

#app .text-blue-100{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

#app .text-blue-200{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

#app .text-blue-300{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

#app .text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

#app .text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

#app .text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

#app .text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

#app .text-blue-800{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

#app .text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

#app .text-indigo-50{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

#app .text-indigo-100{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

#app .text-indigo-200{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

#app .text-indigo-300{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

#app .text-indigo-400{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

#app .text-indigo-500{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

#app .text-indigo-600{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

#app .text-indigo-700{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

#app .text-indigo-800{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

#app .text-indigo-900{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

#app .text-purple-50{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

#app .text-purple-100{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

#app .text-purple-200{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

#app .text-purple-300{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

#app .text-purple-400{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

#app .text-purple-500{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

#app .text-purple-600{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

#app .text-purple-700{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

#app .text-purple-800{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

#app .text-purple-900{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

#app .text-pink-50{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

#app .text-pink-100{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

#app .text-pink-200{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

#app .text-pink-300{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

#app .text-pink-400{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

#app .text-pink-500{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

#app .text-pink-600{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

#app .text-pink-700{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

#app .text-pink-800{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

#app .text-pink-900{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-transparent{
  color: transparent;
}

#app .group:hover .group-hover\:text-current{
  color: currentColor;
}

#app .group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-50{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-100{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-200{
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-300{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-400{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-800{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-red-900{
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-50{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-100{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-200{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-300{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-500{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-600{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-700{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-800{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-yellow-900{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-50{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-100{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-200{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-300{
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-400{
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-600{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-700{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-800{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-green-900{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-50{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-100{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-200{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-300{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-800{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-50{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-100{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-200{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-300{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-400{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-500{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-600{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-700{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-800{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-indigo-900{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-50{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-100{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-200{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-300{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-400{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-500{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-600{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-700{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-800{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-purple-900{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-50{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-100{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-200{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-300{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-400{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-500{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-600{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-700{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-800{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

#app .group:hover .group-hover\:text-pink-900{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

#app .focus-within\:text-transparent:focus-within{
  color: transparent;
}

#app .focus-within\:text-current:focus-within{
  color: currentColor;
}

#app .focus-within\:text-black:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#app .focus-within\:text-white:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

#app .focus-within\:text-gray-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

#app .focus-within\:text-red-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

#app .focus-within\:text-red-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

#app .focus-within\:text-red-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

#app .focus-within\:text-red-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

#app .focus-within\:text-red-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

#app .focus-within\:text-red-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

#app .focus-within\:text-red-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

#app .focus-within\:text-red-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

#app .focus-within\:text-red-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

#app .focus-within\:text-red-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

#app .focus-within\:text-yellow-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

#app .focus-within\:text-green-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

#app .focus-within\:text-green-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

#app .focus-within\:text-green-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

#app .focus-within\:text-green-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

#app .focus-within\:text-green-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

#app .focus-within\:text-green-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

#app .focus-within\:text-green-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

#app .focus-within\:text-green-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

#app .focus-within\:text-green-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

#app .focus-within\:text-green-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

#app .focus-within\:text-blue-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

#app .focus-within\:text-indigo-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

#app .focus-within\:text-purple-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

#app .focus-within\:text-pink-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

#app .hover\:text-transparent:hover{
  color: transparent;
}

#app .hover\:text-current:hover{
  color: currentColor;
}

#app .hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#app .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#app .hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

#app .hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

#app .hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

#app .hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

#app .hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

#app .hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

#app .hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

#app .hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

#app .hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

#app .hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

#app .hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

#app .hover\:text-red-100:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

#app .hover\:text-red-200:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

#app .hover\:text-red-300:hover{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

#app .hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

#app .hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

#app .hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

#app .hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

#app .hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

#app .hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

#app .hover\:text-yellow-50:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

#app .hover\:text-yellow-100:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

#app .hover\:text-yellow-200:hover{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

#app .hover\:text-yellow-300:hover{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

#app .hover\:text-yellow-400:hover{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

#app .hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

#app .hover\:text-yellow-600:hover{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

#app .hover\:text-yellow-700:hover{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

#app .hover\:text-yellow-800:hover{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

#app .hover\:text-yellow-900:hover{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

#app .hover\:text-green-50:hover{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

#app .hover\:text-green-100:hover{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

#app .hover\:text-green-200:hover{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

#app .hover\:text-green-300:hover{
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

#app .hover\:text-green-400:hover{
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

#app .hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

#app .hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

#app .hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

#app .hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

#app .hover\:text-green-900:hover{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

#app .hover\:text-blue-50:hover{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

#app .hover\:text-blue-100:hover{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

#app .hover\:text-blue-200:hover{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

#app .hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

#app .hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

#app .hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

#app .hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

#app .hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

#app .hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

#app .hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

#app .hover\:text-indigo-50:hover{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

#app .hover\:text-indigo-100:hover{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

#app .hover\:text-indigo-200:hover{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

#app .hover\:text-indigo-300:hover{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

#app .hover\:text-indigo-400:hover{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

#app .hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

#app .hover\:text-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

#app .hover\:text-indigo-700:hover{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

#app .hover\:text-indigo-800:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

#app .hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

#app .hover\:text-purple-50:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

#app .hover\:text-purple-100:hover{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

#app .hover\:text-purple-200:hover{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

#app .hover\:text-purple-300:hover{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

#app .hover\:text-purple-400:hover{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

#app .hover\:text-purple-500:hover{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

#app .hover\:text-purple-600:hover{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

#app .hover\:text-purple-700:hover{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

#app .hover\:text-purple-800:hover{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

#app .hover\:text-purple-900:hover{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

#app .hover\:text-pink-50:hover{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

#app .hover\:text-pink-100:hover{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

#app .hover\:text-pink-200:hover{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

#app .hover\:text-pink-300:hover{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

#app .hover\:text-pink-400:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

#app .hover\:text-pink-500:hover{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

#app .hover\:text-pink-600:hover{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

#app .hover\:text-pink-700:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

#app .hover\:text-pink-800:hover{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

#app .hover\:text-pink-900:hover{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

#app .focus\:text-transparent:focus{
  color: transparent;
}

#app .focus\:text-current:focus{
  color: currentColor;
}

#app .focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#app .focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#app .focus\:text-gray-50:focus{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

#app .focus\:text-gray-100:focus{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

#app .focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

#app .focus\:text-gray-300:focus{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

#app .focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

#app .focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

#app .focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

#app .focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

#app .focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

#app .focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

#app .focus\:text-red-50:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

#app .focus\:text-red-100:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

#app .focus\:text-red-200:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

#app .focus\:text-red-300:focus{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

#app .focus\:text-red-400:focus{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

#app .focus\:text-red-500:focus{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

#app .focus\:text-red-600:focus{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

#app .focus\:text-red-700:focus{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

#app .focus\:text-red-800:focus{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

#app .focus\:text-red-900:focus{
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

#app .focus\:text-yellow-50:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

#app .focus\:text-yellow-100:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

#app .focus\:text-yellow-200:focus{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

#app .focus\:text-yellow-300:focus{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

#app .focus\:text-yellow-400:focus{
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

#app .focus\:text-yellow-500:focus{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

#app .focus\:text-yellow-600:focus{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

#app .focus\:text-yellow-700:focus{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

#app .focus\:text-yellow-800:focus{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

#app .focus\:text-yellow-900:focus{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

#app .focus\:text-green-50:focus{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

#app .focus\:text-green-100:focus{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

#app .focus\:text-green-200:focus{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

#app .focus\:text-green-300:focus{
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

#app .focus\:text-green-400:focus{
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

#app .focus\:text-green-500:focus{
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

#app .focus\:text-green-600:focus{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

#app .focus\:text-green-700:focus{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

#app .focus\:text-green-800:focus{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

#app .focus\:text-green-900:focus{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

#app .focus\:text-blue-50:focus{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

#app .focus\:text-blue-100:focus{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

#app .focus\:text-blue-200:focus{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

#app .focus\:text-blue-300:focus{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

#app .focus\:text-blue-400:focus{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

#app .focus\:text-blue-500:focus{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

#app .focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

#app .focus\:text-blue-700:focus{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

#app .focus\:text-blue-800:focus{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

#app .focus\:text-blue-900:focus{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

#app .focus\:text-indigo-50:focus{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

#app .focus\:text-indigo-100:focus{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

#app .focus\:text-indigo-200:focus{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

#app .focus\:text-indigo-300:focus{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

#app .focus\:text-indigo-400:focus{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

#app .focus\:text-indigo-500:focus{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

#app .focus\:text-indigo-600:focus{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

#app .focus\:text-indigo-700:focus{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

#app .focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

#app .focus\:text-indigo-900:focus{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

#app .focus\:text-purple-50:focus{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

#app .focus\:text-purple-100:focus{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

#app .focus\:text-purple-200:focus{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

#app .focus\:text-purple-300:focus{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

#app .focus\:text-purple-400:focus{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

#app .focus\:text-purple-500:focus{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

#app .focus\:text-purple-600:focus{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

#app .focus\:text-purple-700:focus{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

#app .focus\:text-purple-800:focus{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

#app .focus\:text-purple-900:focus{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

#app .focus\:text-pink-50:focus{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

#app .focus\:text-pink-100:focus{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

#app .focus\:text-pink-200:focus{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

#app .focus\:text-pink-300:focus{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

#app .focus\:text-pink-400:focus{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

#app .focus\:text-pink-500:focus{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

#app .focus\:text-pink-600:focus{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

#app .focus\:text-pink-700:focus{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

#app .focus\:text-pink-800:focus{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

#app .focus\:text-pink-900:focus{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

#app .text-opacity-0{
  --tw-text-opacity: 0;
}

#app .text-opacity-5{
  --tw-text-opacity: 0.05;
}

#app .text-opacity-10{
  --tw-text-opacity: 0.1;
}

#app .text-opacity-20{
  --tw-text-opacity: 0.2;
}

#app .text-opacity-25{
  --tw-text-opacity: 0.25;
}

#app .text-opacity-30{
  --tw-text-opacity: 0.3;
}

#app .text-opacity-40{
  --tw-text-opacity: 0.4;
}

#app .text-opacity-50{
  --tw-text-opacity: 0.5;
}

#app .text-opacity-60{
  --tw-text-opacity: 0.6;
}

#app .text-opacity-70{
  --tw-text-opacity: 0.7;
}

#app .text-opacity-75{
  --tw-text-opacity: 0.75;
}

#app .text-opacity-80{
  --tw-text-opacity: 0.8;
}

#app .text-opacity-90{
  --tw-text-opacity: 0.9;
}

#app .text-opacity-95{
  --tw-text-opacity: 0.95;
}

#app .text-opacity-100{
  --tw-text-opacity: 1;
}

#app .group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

#app .group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05;
}

#app .group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1;
}

#app .group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2;
}

#app .group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

#app .group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3;
}

#app .group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4;
}

#app .group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

#app .group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6;
}

#app .group:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7;
}

#app .group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

#app .group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8;
}

#app .group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9;
}

#app .group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95;
}

#app .group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

#app .focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

#app .focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity: 0.05;
}

#app .focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity: 0.1;
}

#app .focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity: 0.2;
}

#app .focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

#app .focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity: 0.3;
}

#app .focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4;
}

#app .focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

#app .focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity: 0.6;
}

#app .focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity: 0.7;
}

#app .focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

#app .focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity: 0.8;
}

#app .focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity: 0.9;
}

#app .focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity: 0.95;
}

#app .focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

#app .hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

#app .hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}

#app .hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}

#app .hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}

#app .hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

#app .hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}

#app .hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

#app .hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

#app .hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}

#app .hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

#app .hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

#app .hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}

#app .hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

#app .hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}

#app .hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

#app .focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

#app .focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05;
}

#app .focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1;
}

#app .focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2;
}

#app .focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

#app .focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3;
}

#app .focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

#app .focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

#app .focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6;
}

#app .focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7;
}

#app .focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

#app .focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8;
}

#app .focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9;
}

#app .focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95;
}

#app .focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

#app .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#app .overflow-ellipsis{
  text-overflow: ellipsis;
}

#app .overflow-clip{
  text-overflow: clip;
}

#app .italic{
  font-style: italic;
}

#app .not-italic{
  font-style: normal;
}

#app .uppercase{
  text-transform: uppercase;
}

#app .lowercase{
  text-transform: lowercase;
}

#app .capitalize{
  text-transform: capitalize;
}

#app .normal-case{
  text-transform: none;
}

#app .underline{
  text-decoration: underline;
}

#app .line-through{
  text-decoration: line-through;
}

#app .no-underline{
  text-decoration: none;
}

#app .group:hover .group-hover\:underline{
  text-decoration: underline;
}

#app .group:hover .group-hover\:line-through{
  text-decoration: line-through;
}

#app .group:hover .group-hover\:no-underline{
  text-decoration: none;
}

#app .focus-within\:underline:focus-within{
  text-decoration: underline;
}

#app .focus-within\:line-through:focus-within{
  text-decoration: line-through;
}

#app .focus-within\:no-underline:focus-within{
  text-decoration: none;
}

#app .hover\:underline:hover{
  text-decoration: underline;
}

#app .hover\:line-through:hover{
  text-decoration: line-through;
}

#app .hover\:no-underline:hover{
  text-decoration: none;
}

#app .focus\:underline:focus{
  text-decoration: underline;
}

#app .focus\:line-through:focus{
  text-decoration: line-through;
}

#app .focus\:no-underline:focus{
  text-decoration: none;
}

#app .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#app .subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

#app .ordinal, #app .slashed-zero, #app .lining-nums, #app .oldstyle-nums, #app .proportional-nums, #app .tabular-nums, #app .diagonal-fractions, #app .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);
}

#app .normal-nums{
  font-variant-numeric: normal;
}

#app .ordinal{
  --tw-ordinal: ordinal;
}

#app .slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

#app .lining-nums{
  --tw-numeric-figure: lining-nums;
}

#app .oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

#app .proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

#app .tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

#app .diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

#app .stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

#app .tracking-tighter{
  letter-spacing: -0.05em;
}

#app .tracking-tight{
  letter-spacing: -0.025em;
}

#app .tracking-normal{
  letter-spacing: 0em;
}

#app .tracking-wide{
  letter-spacing: 0.025em;
}

#app .tracking-wider{
  letter-spacing: 0.05em;
}

#app .tracking-widest{
  letter-spacing: 0.1em;
}

#app .select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#app .select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

#app .select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

#app .select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

#app .align-baseline{
  vertical-align: baseline;
}

#app .align-top{
  vertical-align: top;
}

#app .align-middle{
  vertical-align: middle;
}

#app .align-bottom{
  vertical-align: bottom;
}

#app .align-text-top{
  vertical-align: text-top;
}

#app .align-text-bottom{
  vertical-align: text-bottom;
}

#app .visible{
  visibility: visible;
}

#app .invisible{
  visibility: hidden;
}

#app .whitespace-normal{
  white-space: normal;
}

#app .whitespace-nowrap{
  white-space: nowrap;
}

#app .whitespace-pre{
  white-space: pre;
}

#app .whitespace-pre-line{
  white-space: pre-line;
}

#app .whitespace-pre-wrap{
  white-space: pre-wrap;
}

#app .break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

#app .break-words{
  overflow-wrap: break-word;
}

#app .break-all{
  word-break: break-all;
}

#app .w-0{
  width: 0px;
}

#app .w-1{
  width: 0.25rem;
}

#app .w-2{
  width: 0.5rem;
}

#app .w-3{
  width: 0.75rem;
}

#app .w-4{
  width: 1rem;
}

#app .w-5{
  width: 1.25rem;
}

#app .w-6{
  width: 1.5rem;
}

#app .w-7{
  width: 1.75rem;
}

#app .w-8{
  width: 2rem;
}

#app .w-9{
  width: 2.25rem;
}

#app .w-10{
  width: 2.5rem;
}

#app .w-11{
  width: 2.75rem;
}

#app .w-12{
  width: 3rem;
}

#app .w-14{
  width: 3.5rem;
}

#app .w-16{
  width: 4rem;
}

#app .w-20{
  width: 5rem;
}

#app .w-24{
  width: 6rem;
}

#app .w-28{
  width: 7rem;
}

#app .w-32{
  width: 8rem;
}

#app .w-36{
  width: 9rem;
}

#app .w-40{
  width: 10rem;
}

#app .w-44{
  width: 11rem;
}

#app .w-48{
  width: 12rem;
}

#app .w-52{
  width: 13rem;
}

#app .w-56{
  width: 14rem;
}

#app .w-60{
  width: 15rem;
}

#app .w-64{
  width: 16rem;
}

#app .w-72{
  width: 18rem;
}

#app .w-80{
  width: 20rem;
}

#app .w-96{
  width: 24rem;
}

#app .w-auto{
  width: auto;
}

#app .w-px{
  width: 1px;
}

#app .w-0\.5{
  width: 0.125rem;
}

#app .w-1\.5{
  width: 0.375rem;
}

#app .w-2\.5{
  width: 0.625rem;
}

#app .w-3\.5{
  width: 0.875rem;
}

#app .w-1\/2{
  width: 50%;
}

#app .w-1\/3{
  width: 33.333333%;
}

#app .w-2\/3{
  width: 66.666667%;
}

#app .w-1\/4{
  width: 25%;
}

#app .w-2\/4{
  width: 50%;
}

#app .w-3\/4{
  width: 75%;
}

#app .w-1\/5{
  width: 20%;
}

#app .w-2\/5{
  width: 40%;
}

#app .w-3\/5{
  width: 60%;
}

#app .w-4\/5{
  width: 80%;
}

#app .w-1\/6{
  width: 16.666667%;
}

#app .w-2\/6{
  width: 33.333333%;
}

#app .w-3\/6{
  width: 50%;
}

#app .w-4\/6{
  width: 66.666667%;
}

#app .w-5\/6{
  width: 83.333333%;
}

#app .w-1\/12{
  width: 8.333333%;
}

#app .w-2\/12{
  width: 16.666667%;
}

#app .w-3\/12{
  width: 25%;
}

#app .w-4\/12{
  width: 33.333333%;
}

#app .w-5\/12{
  width: 41.666667%;
}

#app .w-6\/12{
  width: 50%;
}

#app .w-7\/12{
  width: 58.333333%;
}

#app .w-8\/12{
  width: 66.666667%;
}

#app .w-9\/12{
  width: 75%;
}

#app .w-10\/12{
  width: 83.333333%;
}

#app .w-11\/12{
  width: 91.666667%;
}

#app .w-full{
  width: 100%;
}

#app .w-screen{
  width: 100vw;
}

#app .w-min{
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

#app .w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#app .z-0{
  z-index: 0;
}

#app .z-10{
  z-index: 10;
}

#app .z-20{
  z-index: 20;
}

#app .z-30{
  z-index: 30;
}

#app .z-40{
  z-index: 40;
}

#app .z-50{
  z-index: 50;
}

#app .z-auto{
  z-index: auto;
}

#app .focus-within\:z-0:focus-within{
  z-index: 0;
}

#app .focus-within\:z-10:focus-within{
  z-index: 10;
}

#app .focus-within\:z-20:focus-within{
  z-index: 20;
}

#app .focus-within\:z-30:focus-within{
  z-index: 30;
}

#app .focus-within\:z-40:focus-within{
  z-index: 40;
}

#app .focus-within\:z-50:focus-within{
  z-index: 50;
}

#app .focus-within\:z-auto:focus-within{
  z-index: auto;
}

#app .focus\:z-0:focus{
  z-index: 0;
}

#app .focus\:z-10:focus{
  z-index: 10;
}

#app .focus\:z-20:focus{
  z-index: 20;
}

#app .focus\:z-30:focus{
  z-index: 30;
}

#app .focus\:z-40:focus{
  z-index: 40;
}

#app .focus\:z-50:focus{
  z-index: 50;
}

#app .focus\:z-auto:focus{
  z-index: auto;
}

#app .gap-0{
  gap: 0px;
}

#app .gap-1{
  gap: 0.25rem;
}

#app .gap-2{
  gap: 0.5rem;
}

#app .gap-3{
  gap: 0.75rem;
}

#app .gap-4{
  gap: 1rem;
}

#app .gap-5{
  gap: 1.25rem;
}

#app .gap-6{
  gap: 1.5rem;
}

#app .gap-7{
  gap: 1.75rem;
}

#app .gap-8{
  gap: 2rem;
}

#app .gap-9{
  gap: 2.25rem;
}

#app .gap-10{
  gap: 2.5rem;
}

#app .gap-11{
  gap: 2.75rem;
}

#app .gap-12{
  gap: 3rem;
}

#app .gap-14{
  gap: 3.5rem;
}

#app .gap-16{
  gap: 4rem;
}

#app .gap-20{
  gap: 5rem;
}

#app .gap-24{
  gap: 6rem;
}

#app .gap-28{
  gap: 7rem;
}

#app .gap-32{
  gap: 8rem;
}

#app .gap-36{
  gap: 9rem;
}

#app .gap-40{
  gap: 10rem;
}

#app .gap-44{
  gap: 11rem;
}

#app .gap-48{
  gap: 12rem;
}

#app .gap-52{
  gap: 13rem;
}

#app .gap-56{
  gap: 14rem;
}

#app .gap-60{
  gap: 15rem;
}

#app .gap-64{
  gap: 16rem;
}

#app .gap-72{
  gap: 18rem;
}

#app .gap-80{
  gap: 20rem;
}

#app .gap-96{
  gap: 24rem;
}

#app .gap-px{
  gap: 1px;
}

#app .gap-0\.5{
  gap: 0.125rem;
}

#app .gap-1\.5{
  gap: 0.375rem;
}

#app .gap-2\.5{
  gap: 0.625rem;
}

#app .gap-3\.5{
  gap: 0.875rem;
}

#app .gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

#app .gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

#app .gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

#app .gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

#app .gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

#app .gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

#app .gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

#app .gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

#app .gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

#app .gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

#app .gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

#app .gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

#app .gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

#app .gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

#app .gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

#app .gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

#app .gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

#app .gap-x-28{
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

#app .gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

#app .gap-x-36{
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

#app .gap-x-40{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

#app .gap-x-44{
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

#app .gap-x-48{
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

#app .gap-x-52{
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

#app .gap-x-56{
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

#app .gap-x-60{
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

#app .gap-x-64{
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

#app .gap-x-72{
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

#app .gap-x-80{
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

#app .gap-x-96{
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

#app .gap-x-px{
  -moz-column-gap: 1px;
       column-gap: 1px;
}

#app .gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

#app .gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

#app .gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

#app .gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

#app .gap-y-0{
  row-gap: 0px;
}

#app .gap-y-1{
  row-gap: 0.25rem;
}

#app .gap-y-2{
  row-gap: 0.5rem;
}

#app .gap-y-3{
  row-gap: 0.75rem;
}

#app .gap-y-4{
  row-gap: 1rem;
}

#app .gap-y-5{
  row-gap: 1.25rem;
}

#app .gap-y-6{
  row-gap: 1.5rem;
}

#app .gap-y-7{
  row-gap: 1.75rem;
}

#app .gap-y-8{
  row-gap: 2rem;
}

#app .gap-y-9{
  row-gap: 2.25rem;
}

#app .gap-y-10{
  row-gap: 2.5rem;
}

#app .gap-y-11{
  row-gap: 2.75rem;
}

#app .gap-y-12{
  row-gap: 3rem;
}

#app .gap-y-14{
  row-gap: 3.5rem;
}

#app .gap-y-16{
  row-gap: 4rem;
}

#app .gap-y-20{
  row-gap: 5rem;
}

#app .gap-y-24{
  row-gap: 6rem;
}

#app .gap-y-28{
  row-gap: 7rem;
}

#app .gap-y-32{
  row-gap: 8rem;
}

#app .gap-y-36{
  row-gap: 9rem;
}

#app .gap-y-40{
  row-gap: 10rem;
}

#app .gap-y-44{
  row-gap: 11rem;
}

#app .gap-y-48{
  row-gap: 12rem;
}

#app .gap-y-52{
  row-gap: 13rem;
}

#app .gap-y-56{
  row-gap: 14rem;
}

#app .gap-y-60{
  row-gap: 15rem;
}

#app .gap-y-64{
  row-gap: 16rem;
}

#app .gap-y-72{
  row-gap: 18rem;
}

#app .gap-y-80{
  row-gap: 20rem;
}

#app .gap-y-96{
  row-gap: 24rem;
}

#app .gap-y-px{
  row-gap: 1px;
}

#app .gap-y-0\.5{
  row-gap: 0.125rem;
}

#app .gap-y-1\.5{
  row-gap: 0.375rem;
}

#app .gap-y-2\.5{
  row-gap: 0.625rem;
}

#app .gap-y-3\.5{
  row-gap: 0.875rem;
}

#app .grid-flow-row{
  grid-auto-flow: row;
}

#app .grid-flow-col{
  grid-auto-flow: column;
}

#app .grid-flow-row-dense{
  grid-auto-flow: row dense;
}

#app .grid-flow-col-dense{
  grid-auto-flow: column dense;
}

#app .grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

#app .grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#app .grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#app .grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#app .grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#app .grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#app .grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

#app .grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

#app .grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

#app .grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

#app .grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

#app .grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

#app .grid-cols-none{
  grid-template-columns: none;
}

#app .auto-cols-auto{
  grid-auto-columns: auto;
}

#app .auto-cols-min{
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

#app .auto-cols-max{
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

#app .auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

#app .col-auto{
  grid-column: auto;
}

#app .col-span-1{
  grid-column: span 1 / span 1;
}

#app .col-span-2{
  grid-column: span 2 / span 2;
}

#app .col-span-3{
  grid-column: span 3 / span 3;
}

#app .col-span-4{
  grid-column: span 4 / span 4;
}

#app .col-span-5{
  grid-column: span 5 / span 5;
}

#app .col-span-6{
  grid-column: span 6 / span 6;
}

#app .col-span-7{
  grid-column: span 7 / span 7;
}

#app .col-span-8{
  grid-column: span 8 / span 8;
}

#app .col-span-9{
  grid-column: span 9 / span 9;
}

#app .col-span-10{
  grid-column: span 10 / span 10;
}

#app .col-span-11{
  grid-column: span 11 / span 11;
}

#app .col-span-12{
  grid-column: span 12 / span 12;
}

#app .col-span-full{
  grid-column: 1 / -1;
}

#app .col-start-1{
  grid-column-start: 1;
}

#app .col-start-2{
  grid-column-start: 2;
}

#app .col-start-3{
  grid-column-start: 3;
}

#app .col-start-4{
  grid-column-start: 4;
}

#app .col-start-5{
  grid-column-start: 5;
}

#app .col-start-6{
  grid-column-start: 6;
}

#app .col-start-7{
  grid-column-start: 7;
}

#app .col-start-8{
  grid-column-start: 8;
}

#app .col-start-9{
  grid-column-start: 9;
}

#app .col-start-10{
  grid-column-start: 10;
}

#app .col-start-11{
  grid-column-start: 11;
}

#app .col-start-12{
  grid-column-start: 12;
}

#app .col-start-13{
  grid-column-start: 13;
}

#app .col-start-auto{
  grid-column-start: auto;
}

#app .col-end-1{
  grid-column-end: 1;
}

#app .col-end-2{
  grid-column-end: 2;
}

#app .col-end-3{
  grid-column-end: 3;
}

#app .col-end-4{
  grid-column-end: 4;
}

#app .col-end-5{
  grid-column-end: 5;
}

#app .col-end-6{
  grid-column-end: 6;
}

#app .col-end-7{
  grid-column-end: 7;
}

#app .col-end-8{
  grid-column-end: 8;
}

#app .col-end-9{
  grid-column-end: 9;
}

#app .col-end-10{
  grid-column-end: 10;
}

#app .col-end-11{
  grid-column-end: 11;
}

#app .col-end-12{
  grid-column-end: 12;
}

#app .col-end-13{
  grid-column-end: 13;
}

#app .col-end-auto{
  grid-column-end: auto;
}

#app .grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

#app .grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

#app .grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

#app .grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

#app .grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

#app .grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

#app .grid-rows-none{
  grid-template-rows: none;
}

#app .auto-rows-auto{
  grid-auto-rows: auto;
}

#app .auto-rows-min{
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

#app .auto-rows-max{
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

#app .auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

#app .row-auto{
  grid-row: auto;
}

#app .row-span-1{
  grid-row: span 1 / span 1;
}

#app .row-span-2{
  grid-row: span 2 / span 2;
}

#app .row-span-3{
  grid-row: span 3 / span 3;
}

#app .row-span-4{
  grid-row: span 4 / span 4;
}

#app .row-span-5{
  grid-row: span 5 / span 5;
}

#app .row-span-6{
  grid-row: span 6 / span 6;
}

#app .row-span-full{
  grid-row: 1 / -1;
}

#app .row-start-1{
  grid-row-start: 1;
}

#app .row-start-2{
  grid-row-start: 2;
}

#app .row-start-3{
  grid-row-start: 3;
}

#app .row-start-4{
  grid-row-start: 4;
}

#app .row-start-5{
  grid-row-start: 5;
}

#app .row-start-6{
  grid-row-start: 6;
}

#app .row-start-7{
  grid-row-start: 7;
}

#app .row-start-auto{
  grid-row-start: auto;
}

#app .row-end-1{
  grid-row-end: 1;
}

#app .row-end-2{
  grid-row-end: 2;
}

#app .row-end-3{
  grid-row-end: 3;
}

#app .row-end-4{
  grid-row-end: 4;
}

#app .row-end-5{
  grid-row-end: 5;
}

#app .row-end-6{
  grid-row-end: 6;
}

#app .row-end-7{
  grid-row-end: 7;
}

#app .row-end-auto{
  grid-row-end: auto;
}

#app .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));
}

#app .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));
}

#app .transform-none{
  transform: none;
}

#app .origin-center{
  transform-origin: center;
}

#app .origin-top{
  transform-origin: top;
}

#app .origin-top-right{
  transform-origin: top right;
}

#app .origin-right{
  transform-origin: right;
}

#app .origin-bottom-right{
  transform-origin: bottom right;
}

#app .origin-bottom{
  transform-origin: bottom;
}

#app .origin-bottom-left{
  transform-origin: bottom left;
}

#app .origin-left{
  transform-origin: left;
}

#app .origin-top-left{
  transform-origin: top left;
}

#app .scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

#app .scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

#app .scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

#app .scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

#app .scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

#app .scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

#app .scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

#app .scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

#app .scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

#app .scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

#app .scale-x-0{
  --tw-scale-x: 0;
}

#app .scale-x-50{
  --tw-scale-x: .5;
}

#app .scale-x-75{
  --tw-scale-x: .75;
}

#app .scale-x-90{
  --tw-scale-x: .9;
}

#app .scale-x-95{
  --tw-scale-x: .95;
}

#app .scale-x-100{
  --tw-scale-x: 1;
}

#app .scale-x-105{
  --tw-scale-x: 1.05;
}

#app .scale-x-110{
  --tw-scale-x: 1.1;
}

#app .scale-x-125{
  --tw-scale-x: 1.25;
}

#app .scale-x-150{
  --tw-scale-x: 1.5;
}

#app .scale-y-0{
  --tw-scale-y: 0;
}

#app .scale-y-50{
  --tw-scale-y: .5;
}

#app .scale-y-75{
  --tw-scale-y: .75;
}

#app .scale-y-90{
  --tw-scale-y: .9;
}

#app .scale-y-95{
  --tw-scale-y: .95;
}

#app .scale-y-100{
  --tw-scale-y: 1;
}

#app .scale-y-105{
  --tw-scale-y: 1.05;
}

#app .scale-y-110{
  --tw-scale-y: 1.1;
}

#app .scale-y-125{
  --tw-scale-y: 1.25;
}

#app .scale-y-150{
  --tw-scale-y: 1.5;
}

#app .hover\:scale-0:hover{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

#app .hover\:scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

#app .hover\:scale-75:hover{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

#app .hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

#app .hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

#app .hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

#app .hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

#app .hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

#app .hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

#app .hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

#app .hover\:scale-x-0:hover{
  --tw-scale-x: 0;
}

#app .hover\:scale-x-50:hover{
  --tw-scale-x: .5;
}

#app .hover\:scale-x-75:hover{
  --tw-scale-x: .75;
}

#app .hover\:scale-x-90:hover{
  --tw-scale-x: .9;
}

#app .hover\:scale-x-95:hover{
  --tw-scale-x: .95;
}

#app .hover\:scale-x-100:hover{
  --tw-scale-x: 1;
}

#app .hover\:scale-x-105:hover{
  --tw-scale-x: 1.05;
}

#app .hover\:scale-x-110:hover{
  --tw-scale-x: 1.1;
}

#app .hover\:scale-x-125:hover{
  --tw-scale-x: 1.25;
}

#app .hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

#app .hover\:scale-y-0:hover{
  --tw-scale-y: 0;
}

#app .hover\:scale-y-50:hover{
  --tw-scale-y: .5;
}

#app .hover\:scale-y-75:hover{
  --tw-scale-y: .75;
}

#app .hover\:scale-y-90:hover{
  --tw-scale-y: .9;
}

#app .hover\:scale-y-95:hover{
  --tw-scale-y: .95;
}

#app .hover\:scale-y-100:hover{
  --tw-scale-y: 1;
}

#app .hover\:scale-y-105:hover{
  --tw-scale-y: 1.05;
}

#app .hover\:scale-y-110:hover{
  --tw-scale-y: 1.1;
}

#app .hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
}

#app .hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

#app .focus\:scale-0:focus{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

#app .focus\:scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

#app .focus\:scale-75:focus{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

#app .focus\:scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

#app .focus\:scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

#app .focus\:scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

#app .focus\:scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

#app .focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

#app .focus\:scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

#app .focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

#app .focus\:scale-x-0:focus{
  --tw-scale-x: 0;
}

#app .focus\:scale-x-50:focus{
  --tw-scale-x: .5;
}

#app .focus\:scale-x-75:focus{
  --tw-scale-x: .75;
}

#app .focus\:scale-x-90:focus{
  --tw-scale-x: .9;
}

#app .focus\:scale-x-95:focus{
  --tw-scale-x: .95;
}

#app .focus\:scale-x-100:focus{
  --tw-scale-x: 1;
}

#app .focus\:scale-x-105:focus{
  --tw-scale-x: 1.05;
}

#app .focus\:scale-x-110:focus{
  --tw-scale-x: 1.1;
}

#app .focus\:scale-x-125:focus{
  --tw-scale-x: 1.25;
}

#app .focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

#app .focus\:scale-y-0:focus{
  --tw-scale-y: 0;
}

#app .focus\:scale-y-50:focus{
  --tw-scale-y: .5;
}

#app .focus\:scale-y-75:focus{
  --tw-scale-y: .75;
}

#app .focus\:scale-y-90:focus{
  --tw-scale-y: .9;
}

#app .focus\:scale-y-95:focus{
  --tw-scale-y: .95;
}

#app .focus\:scale-y-100:focus{
  --tw-scale-y: 1;
}

#app .focus\:scale-y-105:focus{
  --tw-scale-y: 1.05;
}

#app .focus\:scale-y-110:focus{
  --tw-scale-y: 1.1;
}

#app .focus\:scale-y-125:focus{
  --tw-scale-y: 1.25;
}

#app .focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

#app .rotate-0{
  --tw-rotate: 0deg;
}

#app .rotate-1{
  --tw-rotate: 1deg;
}

#app .rotate-2{
  --tw-rotate: 2deg;
}

#app .rotate-3{
  --tw-rotate: 3deg;
}

#app .rotate-6{
  --tw-rotate: 6deg;
}

#app .rotate-12{
  --tw-rotate: 12deg;
}

#app .rotate-45{
  --tw-rotate: 45deg;
}

#app .rotate-90{
  --tw-rotate: 90deg;
}

#app .rotate-180{
  --tw-rotate: 180deg;
}

#app .-rotate-180{
  --tw-rotate: -180deg;
}

#app .-rotate-90{
  --tw-rotate: -90deg;
}

#app .-rotate-45{
  --tw-rotate: -45deg;
}

#app .-rotate-12{
  --tw-rotate: -12deg;
}

#app .-rotate-6{
  --tw-rotate: -6deg;
}

#app .-rotate-3{
  --tw-rotate: -3deg;
}

#app .-rotate-2{
  --tw-rotate: -2deg;
}

#app .-rotate-1{
  --tw-rotate: -1deg;
}

#app .hover\:rotate-0:hover{
  --tw-rotate: 0deg;
}

#app .hover\:rotate-1:hover{
  --tw-rotate: 1deg;
}

#app .hover\:rotate-2:hover{
  --tw-rotate: 2deg;
}

#app .hover\:rotate-3:hover{
  --tw-rotate: 3deg;
}

#app .hover\:rotate-6:hover{
  --tw-rotate: 6deg;
}

#app .hover\:rotate-12:hover{
  --tw-rotate: 12deg;
}

#app .hover\:rotate-45:hover{
  --tw-rotate: 45deg;
}

#app .hover\:rotate-90:hover{
  --tw-rotate: 90deg;
}

#app .hover\:rotate-180:hover{
  --tw-rotate: 180deg;
}

#app .hover\:-rotate-180:hover{
  --tw-rotate: -180deg;
}

#app .hover\:-rotate-90:hover{
  --tw-rotate: -90deg;
}

#app .hover\:-rotate-45:hover{
  --tw-rotate: -45deg;
}

#app .hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
}

#app .hover\:-rotate-6:hover{
  --tw-rotate: -6deg;
}

#app .hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
}

#app .hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
}

#app .hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
}

#app .focus\:rotate-0:focus{
  --tw-rotate: 0deg;
}

#app .focus\:rotate-1:focus{
  --tw-rotate: 1deg;
}

#app .focus\:rotate-2:focus{
  --tw-rotate: 2deg;
}

#app .focus\:rotate-3:focus{
  --tw-rotate: 3deg;
}

#app .focus\:rotate-6:focus{
  --tw-rotate: 6deg;
}

#app .focus\:rotate-12:focus{
  --tw-rotate: 12deg;
}

#app .focus\:rotate-45:focus{
  --tw-rotate: 45deg;
}

#app .focus\:rotate-90:focus{
  --tw-rotate: 90deg;
}

#app .focus\:rotate-180:focus{
  --tw-rotate: 180deg;
}

#app .focus\:-rotate-180:focus{
  --tw-rotate: -180deg;
}

#app .focus\:-rotate-90:focus{
  --tw-rotate: -90deg;
}

#app .focus\:-rotate-45:focus{
  --tw-rotate: -45deg;
}

#app .focus\:-rotate-12:focus{
  --tw-rotate: -12deg;
}

#app .focus\:-rotate-6:focus{
  --tw-rotate: -6deg;
}

#app .focus\:-rotate-3:focus{
  --tw-rotate: -3deg;
}

#app .focus\:-rotate-2:focus{
  --tw-rotate: -2deg;
}

#app .focus\:-rotate-1:focus{
  --tw-rotate: -1deg;
}

#app .translate-x-0{
  --tw-translate-x: 0px;
}

#app .translate-x-1{
  --tw-translate-x: 0.25rem;
}

#app .translate-x-2{
  --tw-translate-x: 0.5rem;
}

#app .translate-x-3{
  --tw-translate-x: 0.75rem;
}

#app .translate-x-4{
  --tw-translate-x: 1rem;
}

#app .translate-x-5{
  --tw-translate-x: 1.25rem;
}

#app .translate-x-6{
  --tw-translate-x: 1.5rem;
}

#app .translate-x-7{
  --tw-translate-x: 1.75rem;
}

#app .translate-x-8{
  --tw-translate-x: 2rem;
}

#app .translate-x-9{
  --tw-translate-x: 2.25rem;
}

#app .translate-x-10{
  --tw-translate-x: 2.5rem;
}

#app .translate-x-11{
  --tw-translate-x: 2.75rem;
}

#app .translate-x-12{
  --tw-translate-x: 3rem;
}

#app .translate-x-14{
  --tw-translate-x: 3.5rem;
}

#app .translate-x-16{
  --tw-translate-x: 4rem;
}

#app .translate-x-20{
  --tw-translate-x: 5rem;
}

#app .translate-x-24{
  --tw-translate-x: 6rem;
}

#app .translate-x-28{
  --tw-translate-x: 7rem;
}

#app .translate-x-32{
  --tw-translate-x: 8rem;
}

#app .translate-x-36{
  --tw-translate-x: 9rem;
}

#app .translate-x-40{
  --tw-translate-x: 10rem;
}

#app .translate-x-44{
  --tw-translate-x: 11rem;
}

#app .translate-x-48{
  --tw-translate-x: 12rem;
}

#app .translate-x-52{
  --tw-translate-x: 13rem;
}

#app .translate-x-56{
  --tw-translate-x: 14rem;
}

#app .translate-x-60{
  --tw-translate-x: 15rem;
}

#app .translate-x-64{
  --tw-translate-x: 16rem;
}

#app .translate-x-72{
  --tw-translate-x: 18rem;
}

#app .translate-x-80{
  --tw-translate-x: 20rem;
}

#app .translate-x-96{
  --tw-translate-x: 24rem;
}

#app .translate-x-px{
  --tw-translate-x: 1px;
}

#app .translate-x-0\.5{
  --tw-translate-x: 0.125rem;
}

#app .translate-x-1\.5{
  --tw-translate-x: 0.375rem;
}

#app .translate-x-2\.5{
  --tw-translate-x: 0.625rem;
}

#app .translate-x-3\.5{
  --tw-translate-x: 0.875rem;
}

#app .-translate-x-0{
  --tw-translate-x: 0px;
}

#app .-translate-x-1{
  --tw-translate-x: -0.25rem;
}

#app .-translate-x-2{
  --tw-translate-x: -0.5rem;
}

#app .-translate-x-3{
  --tw-translate-x: -0.75rem;
}

#app .-translate-x-4{
  --tw-translate-x: -1rem;
}

#app .-translate-x-5{
  --tw-translate-x: -1.25rem;
}

#app .-translate-x-6{
  --tw-translate-x: -1.5rem;
}

#app .-translate-x-7{
  --tw-translate-x: -1.75rem;
}

#app .-translate-x-8{
  --tw-translate-x: -2rem;
}

#app .-translate-x-9{
  --tw-translate-x: -2.25rem;
}

#app .-translate-x-10{
  --tw-translate-x: -2.5rem;
}

#app .-translate-x-11{
  --tw-translate-x: -2.75rem;
}

#app .-translate-x-12{
  --tw-translate-x: -3rem;
}

#app .-translate-x-14{
  --tw-translate-x: -3.5rem;
}

#app .-translate-x-16{
  --tw-translate-x: -4rem;
}

#app .-translate-x-20{
  --tw-translate-x: -5rem;
}

#app .-translate-x-24{
  --tw-translate-x: -6rem;
}

#app .-translate-x-28{
  --tw-translate-x: -7rem;
}

#app .-translate-x-32{
  --tw-translate-x: -8rem;
}

#app .-translate-x-36{
  --tw-translate-x: -9rem;
}

#app .-translate-x-40{
  --tw-translate-x: -10rem;
}

#app .-translate-x-44{
  --tw-translate-x: -11rem;
}

#app .-translate-x-48{
  --tw-translate-x: -12rem;
}

#app .-translate-x-52{
  --tw-translate-x: -13rem;
}

#app .-translate-x-56{
  --tw-translate-x: -14rem;
}

#app .-translate-x-60{
  --tw-translate-x: -15rem;
}

#app .-translate-x-64{
  --tw-translate-x: -16rem;
}

#app .-translate-x-72{
  --tw-translate-x: -18rem;
}

#app .-translate-x-80{
  --tw-translate-x: -20rem;
}

#app .-translate-x-96{
  --tw-translate-x: -24rem;
}

#app .-translate-x-px{
  --tw-translate-x: -1px;
}

#app .-translate-x-0\.5{
  --tw-translate-x: -0.125rem;
}

#app .-translate-x-1\.5{
  --tw-translate-x: -0.375rem;
}

#app .-translate-x-2\.5{
  --tw-translate-x: -0.625rem;
}

#app .-translate-x-3\.5{
  --tw-translate-x: -0.875rem;
}

#app .translate-x-1\/2{
  --tw-translate-x: 50%;
}

#app .translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

#app .translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

#app .translate-x-1\/4{
  --tw-translate-x: 25%;
}

#app .translate-x-2\/4{
  --tw-translate-x: 50%;
}

#app .translate-x-3\/4{
  --tw-translate-x: 75%;
}

#app .translate-x-full{
  --tw-translate-x: 100%;
}

#app .-translate-x-1\/2{
  --tw-translate-x: -50%;
}

#app .-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

#app .-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

#app .-translate-x-1\/4{
  --tw-translate-x: -25%;
}

#app .-translate-x-2\/4{
  --tw-translate-x: -50%;
}

#app .-translate-x-3\/4{
  --tw-translate-x: -75%;
}

#app .-translate-x-full{
  --tw-translate-x: -100%;
}

#app .translate-y-0{
  --tw-translate-y: 0px;
}

#app .translate-y-1{
  --tw-translate-y: 0.25rem;
}

#app .translate-y-2{
  --tw-translate-y: 0.5rem;
}

#app .translate-y-3{
  --tw-translate-y: 0.75rem;
}

#app .translate-y-4{
  --tw-translate-y: 1rem;
}

#app .translate-y-5{
  --tw-translate-y: 1.25rem;
}

#app .translate-y-6{
  --tw-translate-y: 1.5rem;
}

#app .translate-y-7{
  --tw-translate-y: 1.75rem;
}

#app .translate-y-8{
  --tw-translate-y: 2rem;
}

#app .translate-y-9{
  --tw-translate-y: 2.25rem;
}

#app .translate-y-10{
  --tw-translate-y: 2.5rem;
}

#app .translate-y-11{
  --tw-translate-y: 2.75rem;
}

#app .translate-y-12{
  --tw-translate-y: 3rem;
}

#app .translate-y-14{
  --tw-translate-y: 3.5rem;
}

#app .translate-y-16{
  --tw-translate-y: 4rem;
}

#app .translate-y-20{
  --tw-translate-y: 5rem;
}

#app .translate-y-24{
  --tw-translate-y: 6rem;
}

#app .translate-y-28{
  --tw-translate-y: 7rem;
}

#app .translate-y-32{
  --tw-translate-y: 8rem;
}

#app .translate-y-36{
  --tw-translate-y: 9rem;
}

#app .translate-y-40{
  --tw-translate-y: 10rem;
}

#app .translate-y-44{
  --tw-translate-y: 11rem;
}

#app .translate-y-48{
  --tw-translate-y: 12rem;
}

#app .translate-y-52{
  --tw-translate-y: 13rem;
}

#app .translate-y-56{
  --tw-translate-y: 14rem;
}

#app .translate-y-60{
  --tw-translate-y: 15rem;
}

#app .translate-y-64{
  --tw-translate-y: 16rem;
}

#app .translate-y-72{
  --tw-translate-y: 18rem;
}

#app .translate-y-80{
  --tw-translate-y: 20rem;
}

#app .translate-y-96{
  --tw-translate-y: 24rem;
}

#app .translate-y-px{
  --tw-translate-y: 1px;
}

#app .translate-y-0\.5{
  --tw-translate-y: 0.125rem;
}

#app .translate-y-1\.5{
  --tw-translate-y: 0.375rem;
}

#app .translate-y-2\.5{
  --tw-translate-y: 0.625rem;
}

#app .translate-y-3\.5{
  --tw-translate-y: 0.875rem;
}

#app .-translate-y-0{
  --tw-translate-y: 0px;
}

#app .-translate-y-1{
  --tw-translate-y: -0.25rem;
}

#app .-translate-y-2{
  --tw-translate-y: -0.5rem;
}

#app .-translate-y-3{
  --tw-translate-y: -0.75rem;
}

#app .-translate-y-4{
  --tw-translate-y: -1rem;
}

#app .-translate-y-5{
  --tw-translate-y: -1.25rem;
}

#app .-translate-y-6{
  --tw-translate-y: -1.5rem;
}

#app .-translate-y-7{
  --tw-translate-y: -1.75rem;
}

#app .-translate-y-8{
  --tw-translate-y: -2rem;
}

#app .-translate-y-9{
  --tw-translate-y: -2.25rem;
}

#app .-translate-y-10{
  --tw-translate-y: -2.5rem;
}

#app .-translate-y-11{
  --tw-translate-y: -2.75rem;
}

#app .-translate-y-12{
  --tw-translate-y: -3rem;
}

#app .-translate-y-14{
  --tw-translate-y: -3.5rem;
}

#app .-translate-y-16{
  --tw-translate-y: -4rem;
}

#app .-translate-y-20{
  --tw-translate-y: -5rem;
}

#app .-translate-y-24{
  --tw-translate-y: -6rem;
}

#app .-translate-y-28{
  --tw-translate-y: -7rem;
}

#app .-translate-y-32{
  --tw-translate-y: -8rem;
}

#app .-translate-y-36{
  --tw-translate-y: -9rem;
}

#app .-translate-y-40{
  --tw-translate-y: -10rem;
}

#app .-translate-y-44{
  --tw-translate-y: -11rem;
}

#app .-translate-y-48{
  --tw-translate-y: -12rem;
}

#app .-translate-y-52{
  --tw-translate-y: -13rem;
}

#app .-translate-y-56{
  --tw-translate-y: -14rem;
}

#app .-translate-y-60{
  --tw-translate-y: -15rem;
}

#app .-translate-y-64{
  --tw-translate-y: -16rem;
}

#app .-translate-y-72{
  --tw-translate-y: -18rem;
}

#app .-translate-y-80{
  --tw-translate-y: -20rem;
}

#app .-translate-y-96{
  --tw-translate-y: -24rem;
}

#app .-translate-y-px{
  --tw-translate-y: -1px;
}

#app .-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
}

#app .-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
}

#app .-translate-y-2\.5{
  --tw-translate-y: -0.625rem;
}

#app .-translate-y-3\.5{
  --tw-translate-y: -0.875rem;
}

#app .translate-y-1\/2{
  --tw-translate-y: 50%;
}

#app .translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

#app .translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

#app .translate-y-1\/4{
  --tw-translate-y: 25%;
}

#app .translate-y-2\/4{
  --tw-translate-y: 50%;
}

#app .translate-y-3\/4{
  --tw-translate-y: 75%;
}

#app .translate-y-full{
  --tw-translate-y: 100%;
}

#app .-translate-y-1\/2{
  --tw-translate-y: -50%;
}

#app .-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

#app .-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

#app .-translate-y-1\/4{
  --tw-translate-y: -25%;
}

#app .-translate-y-2\/4{
  --tw-translate-y: -50%;
}

#app .-translate-y-3\/4{
  --tw-translate-y: -75%;
}

#app .-translate-y-full{
  --tw-translate-y: -100%;
}

#app .hover\:translate-x-0:hover{
  --tw-translate-x: 0px;
}

#app .hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem;
}

#app .hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem;
}

#app .hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem;
}

#app .hover\:translate-x-4:hover{
  --tw-translate-x: 1rem;
}

#app .hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem;
}

#app .hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem;
}

#app .hover\:translate-x-7:hover{
  --tw-translate-x: 1.75rem;
}

#app .hover\:translate-x-8:hover{
  --tw-translate-x: 2rem;
}

#app .hover\:translate-x-9:hover{
  --tw-translate-x: 2.25rem;
}

#app .hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem;
}

#app .hover\:translate-x-11:hover{
  --tw-translate-x: 2.75rem;
}

#app .hover\:translate-x-12:hover{
  --tw-translate-x: 3rem;
}

#app .hover\:translate-x-14:hover{
  --tw-translate-x: 3.5rem;
}

#app .hover\:translate-x-16:hover{
  --tw-translate-x: 4rem;
}

#app .hover\:translate-x-20:hover{
  --tw-translate-x: 5rem;
}

#app .hover\:translate-x-24:hover{
  --tw-translate-x: 6rem;
}

#app .hover\:translate-x-28:hover{
  --tw-translate-x: 7rem;
}

#app .hover\:translate-x-32:hover{
  --tw-translate-x: 8rem;
}

#app .hover\:translate-x-36:hover{
  --tw-translate-x: 9rem;
}

#app .hover\:translate-x-40:hover{
  --tw-translate-x: 10rem;
}

#app .hover\:translate-x-44:hover{
  --tw-translate-x: 11rem;
}

#app .hover\:translate-x-48:hover{
  --tw-translate-x: 12rem;
}

#app .hover\:translate-x-52:hover{
  --tw-translate-x: 13rem;
}

#app .hover\:translate-x-56:hover{
  --tw-translate-x: 14rem;
}

#app .hover\:translate-x-60:hover{
  --tw-translate-x: 15rem;
}

#app .hover\:translate-x-64:hover{
  --tw-translate-x: 16rem;
}

#app .hover\:translate-x-72:hover{
  --tw-translate-x: 18rem;
}

#app .hover\:translate-x-80:hover{
  --tw-translate-x: 20rem;
}

#app .hover\:translate-x-96:hover{
  --tw-translate-x: 24rem;
}

#app .hover\:translate-x-px:hover{
  --tw-translate-x: 1px;
}

#app .hover\:translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem;
}

#app .hover\:translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem;
}

#app .hover\:translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem;
}

#app .hover\:translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem;
}

#app .hover\:-translate-x-0:hover{
  --tw-translate-x: 0px;
}

#app .hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem;
}

#app .hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem;
}

#app .hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem;
}

#app .hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem;
}

#app .hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem;
}

#app .hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem;
}

#app .hover\:-translate-x-7:hover{
  --tw-translate-x: -1.75rem;
}

#app .hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem;
}

#app .hover\:-translate-x-9:hover{
  --tw-translate-x: -2.25rem;
}

#app .hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem;
}

#app .hover\:-translate-x-11:hover{
  --tw-translate-x: -2.75rem;
}

#app .hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem;
}

#app .hover\:-translate-x-14:hover{
  --tw-translate-x: -3.5rem;
}

#app .hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem;
}

#app .hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem;
}

#app .hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem;
}

#app .hover\:-translate-x-28:hover{
  --tw-translate-x: -7rem;
}

#app .hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem;
}

#app .hover\:-translate-x-36:hover{
  --tw-translate-x: -9rem;
}

#app .hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem;
}

#app .hover\:-translate-x-44:hover{
  --tw-translate-x: -11rem;
}

#app .hover\:-translate-x-48:hover{
  --tw-translate-x: -12rem;
}

#app .hover\:-translate-x-52:hover{
  --tw-translate-x: -13rem;
}

#app .hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem;
}

#app .hover\:-translate-x-60:hover{
  --tw-translate-x: -15rem;
}

#app .hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem;
}

#app .hover\:-translate-x-72:hover{
  --tw-translate-x: -18rem;
}

#app .hover\:-translate-x-80:hover{
  --tw-translate-x: -20rem;
}

#app .hover\:-translate-x-96:hover{
  --tw-translate-x: -24rem;
}

#app .hover\:-translate-x-px:hover{
  --tw-translate-x: -1px;
}

#app .hover\:-translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem;
}

#app .hover\:-translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem;
}

#app .hover\:-translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem;
}

#app .hover\:-translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem;
}

#app .hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

#app .hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

#app .hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

#app .hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

#app .hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50%;
}

#app .hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

#app .hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

#app .hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

#app .hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

#app .hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

#app .hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

#app .hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50%;
}

#app .hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

#app .hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

#app .hover\:translate-y-0:hover{
  --tw-translate-y: 0px;
}

#app .hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem;
}

#app .hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem;
}

#app .hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem;
}

#app .hover\:translate-y-4:hover{
  --tw-translate-y: 1rem;
}

#app .hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem;
}

#app .hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem;
}

#app .hover\:translate-y-7:hover{
  --tw-translate-y: 1.75rem;
}

#app .hover\:translate-y-8:hover{
  --tw-translate-y: 2rem;
}

#app .hover\:translate-y-9:hover{
  --tw-translate-y: 2.25rem;
}

#app .hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem;
}

#app .hover\:translate-y-11:hover{
  --tw-translate-y: 2.75rem;
}

#app .hover\:translate-y-12:hover{
  --tw-translate-y: 3rem;
}

#app .hover\:translate-y-14:hover{
  --tw-translate-y: 3.5rem;
}

#app .hover\:translate-y-16:hover{
  --tw-translate-y: 4rem;
}

#app .hover\:translate-y-20:hover{
  --tw-translate-y: 5rem;
}

#app .hover\:translate-y-24:hover{
  --tw-translate-y: 6rem;
}

#app .hover\:translate-y-28:hover{
  --tw-translate-y: 7rem;
}

#app .hover\:translate-y-32:hover{
  --tw-translate-y: 8rem;
}

#app .hover\:translate-y-36:hover{
  --tw-translate-y: 9rem;
}

#app .hover\:translate-y-40:hover{
  --tw-translate-y: 10rem;
}

#app .hover\:translate-y-44:hover{
  --tw-translate-y: 11rem;
}

#app .hover\:translate-y-48:hover{
  --tw-translate-y: 12rem;
}

#app .hover\:translate-y-52:hover{
  --tw-translate-y: 13rem;
}

#app .hover\:translate-y-56:hover{
  --tw-translate-y: 14rem;
}

#app .hover\:translate-y-60:hover{
  --tw-translate-y: 15rem;
}

#app .hover\:translate-y-64:hover{
  --tw-translate-y: 16rem;
}

#app .hover\:translate-y-72:hover{
  --tw-translate-y: 18rem;
}

#app .hover\:translate-y-80:hover{
  --tw-translate-y: 20rem;
}

#app .hover\:translate-y-96:hover{
  --tw-translate-y: 24rem;
}

#app .hover\:translate-y-px:hover{
  --tw-translate-y: 1px;
}

#app .hover\:translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem;
}

#app .hover\:translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem;
}

#app .hover\:translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem;
}

#app .hover\:translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem;
}

#app .hover\:-translate-y-0:hover{
  --tw-translate-y: 0px;
}

#app .hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
}

#app .hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
}

#app .hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem;
}

#app .hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem;
}

#app .hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem;
}

#app .hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem;
}

#app .hover\:-translate-y-7:hover{
  --tw-translate-y: -1.75rem;
}

#app .hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem;
}

#app .hover\:-translate-y-9:hover{
  --tw-translate-y: -2.25rem;
}

#app .hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem;
}

#app .hover\:-translate-y-11:hover{
  --tw-translate-y: -2.75rem;
}

#app .hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem;
}

#app .hover\:-translate-y-14:hover{
  --tw-translate-y: -3.5rem;
}

#app .hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem;
}

#app .hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem;
}

#app .hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem;
}

#app .hover\:-translate-y-28:hover{
  --tw-translate-y: -7rem;
}

#app .hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem;
}

#app .hover\:-translate-y-36:hover{
  --tw-translate-y: -9rem;
}

#app .hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem;
}

#app .hover\:-translate-y-44:hover{
  --tw-translate-y: -11rem;
}

#app .hover\:-translate-y-48:hover{
  --tw-translate-y: -12rem;
}

#app .hover\:-translate-y-52:hover{
  --tw-translate-y: -13rem;
}

#app .hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem;
}

#app .hover\:-translate-y-60:hover{
  --tw-translate-y: -15rem;
}

#app .hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem;
}

#app .hover\:-translate-y-72:hover{
  --tw-translate-y: -18rem;
}

#app .hover\:-translate-y-80:hover{
  --tw-translate-y: -20rem;
}

#app .hover\:-translate-y-96:hover{
  --tw-translate-y: -24rem;
}

#app .hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
}

#app .hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
}

#app .hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
}

#app .hover\:-translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem;
}

#app .hover\:-translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem;
}

#app .hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

#app .hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

#app .hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

#app .hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

#app .hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50%;
}

#app .hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

#app .hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

#app .hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

#app .hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

#app .hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

#app .hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

#app .hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50%;
}

#app .hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

#app .hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

#app .focus\:translate-x-0:focus{
  --tw-translate-x: 0px;
}

#app .focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem;
}

#app .focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem;
}

#app .focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem;
}

#app .focus\:translate-x-4:focus{
  --tw-translate-x: 1rem;
}

#app .focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem;
}

#app .focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem;
}

#app .focus\:translate-x-7:focus{
  --tw-translate-x: 1.75rem;
}

#app .focus\:translate-x-8:focus{
  --tw-translate-x: 2rem;
}

#app .focus\:translate-x-9:focus{
  --tw-translate-x: 2.25rem;
}

#app .focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem;
}

#app .focus\:translate-x-11:focus{
  --tw-translate-x: 2.75rem;
}

#app .focus\:translate-x-12:focus{
  --tw-translate-x: 3rem;
}

#app .focus\:translate-x-14:focus{
  --tw-translate-x: 3.5rem;
}

#app .focus\:translate-x-16:focus{
  --tw-translate-x: 4rem;
}

#app .focus\:translate-x-20:focus{
  --tw-translate-x: 5rem;
}

#app .focus\:translate-x-24:focus{
  --tw-translate-x: 6rem;
}

#app .focus\:translate-x-28:focus{
  --tw-translate-x: 7rem;
}

#app .focus\:translate-x-32:focus{
  --tw-translate-x: 8rem;
}

#app .focus\:translate-x-36:focus{
  --tw-translate-x: 9rem;
}

#app .focus\:translate-x-40:focus{
  --tw-translate-x: 10rem;
}

#app .focus\:translate-x-44:focus{
  --tw-translate-x: 11rem;
}

#app .focus\:translate-x-48:focus{
  --tw-translate-x: 12rem;
}

#app .focus\:translate-x-52:focus{
  --tw-translate-x: 13rem;
}

#app .focus\:translate-x-56:focus{
  --tw-translate-x: 14rem;
}

#app .focus\:translate-x-60:focus{
  --tw-translate-x: 15rem;
}

#app .focus\:translate-x-64:focus{
  --tw-translate-x: 16rem;
}

#app .focus\:translate-x-72:focus{
  --tw-translate-x: 18rem;
}

#app .focus\:translate-x-80:focus{
  --tw-translate-x: 20rem;
}

#app .focus\:translate-x-96:focus{
  --tw-translate-x: 24rem;
}

#app .focus\:translate-x-px:focus{
  --tw-translate-x: 1px;
}

#app .focus\:translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem;
}

#app .focus\:translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem;
}

#app .focus\:translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem;
}

#app .focus\:translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem;
}

#app .focus\:-translate-x-0:focus{
  --tw-translate-x: 0px;
}

#app .focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem;
}

#app .focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem;
}

#app .focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem;
}

#app .focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem;
}

#app .focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem;
}

#app .focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem;
}

#app .focus\:-translate-x-7:focus{
  --tw-translate-x: -1.75rem;
}

#app .focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem;
}

#app .focus\:-translate-x-9:focus{
  --tw-translate-x: -2.25rem;
}

#app .focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem;
}

#app .focus\:-translate-x-11:focus{
  --tw-translate-x: -2.75rem;
}

#app .focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem;
}

#app .focus\:-translate-x-14:focus{
  --tw-translate-x: -3.5rem;
}

#app .focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem;
}

#app .focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem;
}

#app .focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem;
}

#app .focus\:-translate-x-28:focus{
  --tw-translate-x: -7rem;
}

#app .focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem;
}

#app .focus\:-translate-x-36:focus{
  --tw-translate-x: -9rem;
}

#app .focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem;
}

#app .focus\:-translate-x-44:focus{
  --tw-translate-x: -11rem;
}

#app .focus\:-translate-x-48:focus{
  --tw-translate-x: -12rem;
}

#app .focus\:-translate-x-52:focus{
  --tw-translate-x: -13rem;
}

#app .focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem;
}

#app .focus\:-translate-x-60:focus{
  --tw-translate-x: -15rem;
}

#app .focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem;
}

#app .focus\:-translate-x-72:focus{
  --tw-translate-x: -18rem;
}

#app .focus\:-translate-x-80:focus{
  --tw-translate-x: -20rem;
}

#app .focus\:-translate-x-96:focus{
  --tw-translate-x: -24rem;
}

#app .focus\:-translate-x-px:focus{
  --tw-translate-x: -1px;
}

#app .focus\:-translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem;
}

#app .focus\:-translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem;
}

#app .focus\:-translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem;
}

#app .focus\:-translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem;
}

#app .focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

#app .focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

#app .focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

#app .focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

#app .focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50%;
}

#app .focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

#app .focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

#app .focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

#app .focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

#app .focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

#app .focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

#app .focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50%;
}

#app .focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

#app .focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

#app .focus\:translate-y-0:focus{
  --tw-translate-y: 0px;
}

#app .focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem;
}

#app .focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem;
}

#app .focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem;
}

#app .focus\:translate-y-4:focus{
  --tw-translate-y: 1rem;
}

#app .focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem;
}

#app .focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem;
}

#app .focus\:translate-y-7:focus{
  --tw-translate-y: 1.75rem;
}

#app .focus\:translate-y-8:focus{
  --tw-translate-y: 2rem;
}

#app .focus\:translate-y-9:focus{
  --tw-translate-y: 2.25rem;
}

#app .focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem;
}

#app .focus\:translate-y-11:focus{
  --tw-translate-y: 2.75rem;
}

#app .focus\:translate-y-12:focus{
  --tw-translate-y: 3rem;
}

#app .focus\:translate-y-14:focus{
  --tw-translate-y: 3.5rem;
}

#app .focus\:translate-y-16:focus{
  --tw-translate-y: 4rem;
}

#app .focus\:translate-y-20:focus{
  --tw-translate-y: 5rem;
}

#app .focus\:translate-y-24:focus{
  --tw-translate-y: 6rem;
}

#app .focus\:translate-y-28:focus{
  --tw-translate-y: 7rem;
}

#app .focus\:translate-y-32:focus{
  --tw-translate-y: 8rem;
}

#app .focus\:translate-y-36:focus{
  --tw-translate-y: 9rem;
}

#app .focus\:translate-y-40:focus{
  --tw-translate-y: 10rem;
}

#app .focus\:translate-y-44:focus{
  --tw-translate-y: 11rem;
}

#app .focus\:translate-y-48:focus{
  --tw-translate-y: 12rem;
}

#app .focus\:translate-y-52:focus{
  --tw-translate-y: 13rem;
}

#app .focus\:translate-y-56:focus{
  --tw-translate-y: 14rem;
}

#app .focus\:translate-y-60:focus{
  --tw-translate-y: 15rem;
}

#app .focus\:translate-y-64:focus{
  --tw-translate-y: 16rem;
}

#app .focus\:translate-y-72:focus{
  --tw-translate-y: 18rem;
}

#app .focus\:translate-y-80:focus{
  --tw-translate-y: 20rem;
}

#app .focus\:translate-y-96:focus{
  --tw-translate-y: 24rem;
}

#app .focus\:translate-y-px:focus{
  --tw-translate-y: 1px;
}

#app .focus\:translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem;
}

#app .focus\:translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem;
}

#app .focus\:translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem;
}

#app .focus\:translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem;
}

#app .focus\:-translate-y-0:focus{
  --tw-translate-y: 0px;
}

#app .focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem;
}

#app .focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem;
}

#app .focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem;
}

#app .focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem;
}

#app .focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem;
}

#app .focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem;
}

#app .focus\:-translate-y-7:focus{
  --tw-translate-y: -1.75rem;
}

#app .focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem;
}

#app .focus\:-translate-y-9:focus{
  --tw-translate-y: -2.25rem;
}

#app .focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem;
}

#app .focus\:-translate-y-11:focus{
  --tw-translate-y: -2.75rem;
}

#app .focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem;
}

#app .focus\:-translate-y-14:focus{
  --tw-translate-y: -3.5rem;
}

#app .focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem;
}

#app .focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem;
}

#app .focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem;
}

#app .focus\:-translate-y-28:focus{
  --tw-translate-y: -7rem;
}

#app .focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem;
}

#app .focus\:-translate-y-36:focus{
  --tw-translate-y: -9rem;
}

#app .focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem;
}

#app .focus\:-translate-y-44:focus{
  --tw-translate-y: -11rem;
}

#app .focus\:-translate-y-48:focus{
  --tw-translate-y: -12rem;
}

#app .focus\:-translate-y-52:focus{
  --tw-translate-y: -13rem;
}

#app .focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem;
}

#app .focus\:-translate-y-60:focus{
  --tw-translate-y: -15rem;
}

#app .focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem;
}

#app .focus\:-translate-y-72:focus{
  --tw-translate-y: -18rem;
}

#app .focus\:-translate-y-80:focus{
  --tw-translate-y: -20rem;
}

#app .focus\:-translate-y-96:focus{
  --tw-translate-y: -24rem;
}

#app .focus\:-translate-y-px:focus{
  --tw-translate-y: -1px;
}

#app .focus\:-translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem;
}

#app .focus\:-translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem;
}

#app .focus\:-translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem;
}

#app .focus\:-translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem;
}

#app .focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

#app .focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

#app .focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

#app .focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

#app .focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50%;
}

#app .focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

#app .focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

#app .focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

#app .focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

#app .focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

#app .focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

#app .focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50%;
}

#app .focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

#app .focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

#app .skew-x-0{
  --tw-skew-x: 0deg;
}

#app .skew-x-1{
  --tw-skew-x: 1deg;
}

#app .skew-x-2{
  --tw-skew-x: 2deg;
}

#app .skew-x-3{
  --tw-skew-x: 3deg;
}

#app .skew-x-6{
  --tw-skew-x: 6deg;
}

#app .skew-x-12{
  --tw-skew-x: 12deg;
}

#app .-skew-x-12{
  --tw-skew-x: -12deg;
}

#app .-skew-x-6{
  --tw-skew-x: -6deg;
}

#app .-skew-x-3{
  --tw-skew-x: -3deg;
}

#app .-skew-x-2{
  --tw-skew-x: -2deg;
}

#app .-skew-x-1{
  --tw-skew-x: -1deg;
}

#app .skew-y-0{
  --tw-skew-y: 0deg;
}

#app .skew-y-1{
  --tw-skew-y: 1deg;
}

#app .skew-y-2{
  --tw-skew-y: 2deg;
}

#app .skew-y-3{
  --tw-skew-y: 3deg;
}

#app .skew-y-6{
  --tw-skew-y: 6deg;
}

#app .skew-y-12{
  --tw-skew-y: 12deg;
}

#app .-skew-y-12{
  --tw-skew-y: -12deg;
}

#app .-skew-y-6{
  --tw-skew-y: -6deg;
}

#app .-skew-y-3{
  --tw-skew-y: -3deg;
}

#app .-skew-y-2{
  --tw-skew-y: -2deg;
}

#app .-skew-y-1{
  --tw-skew-y: -1deg;
}

#app .hover\:skew-x-0:hover{
  --tw-skew-x: 0deg;
}

#app .hover\:skew-x-1:hover{
  --tw-skew-x: 1deg;
}

#app .hover\:skew-x-2:hover{
  --tw-skew-x: 2deg;
}

#app .hover\:skew-x-3:hover{
  --tw-skew-x: 3deg;
}

#app .hover\:skew-x-6:hover{
  --tw-skew-x: 6deg;
}

#app .hover\:skew-x-12:hover{
  --tw-skew-x: 12deg;
}

#app .hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg;
}

#app .hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg;
}

#app .hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg;
}

#app .hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg;
}

#app .hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg;
}

#app .hover\:skew-y-0:hover{
  --tw-skew-y: 0deg;
}

#app .hover\:skew-y-1:hover{
  --tw-skew-y: 1deg;
}

#app .hover\:skew-y-2:hover{
  --tw-skew-y: 2deg;
}

#app .hover\:skew-y-3:hover{
  --tw-skew-y: 3deg;
}

#app .hover\:skew-y-6:hover{
  --tw-skew-y: 6deg;
}

#app .hover\:skew-y-12:hover{
  --tw-skew-y: 12deg;
}

#app .hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg;
}

#app .hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg;
}

#app .hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg;
}

#app .hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg;
}

#app .hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg;
}

#app .focus\:skew-x-0:focus{
  --tw-skew-x: 0deg;
}

#app .focus\:skew-x-1:focus{
  --tw-skew-x: 1deg;
}

#app .focus\:skew-x-2:focus{
  --tw-skew-x: 2deg;
}

#app .focus\:skew-x-3:focus{
  --tw-skew-x: 3deg;
}

#app .focus\:skew-x-6:focus{
  --tw-skew-x: 6deg;
}

#app .focus\:skew-x-12:focus{
  --tw-skew-x: 12deg;
}

#app .focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg;
}

#app .focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg;
}

#app .focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg;
}

#app .focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg;
}

#app .focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg;
}

#app .focus\:skew-y-0:focus{
  --tw-skew-y: 0deg;
}

#app .focus\:skew-y-1:focus{
  --tw-skew-y: 1deg;
}

#app .focus\:skew-y-2:focus{
  --tw-skew-y: 2deg;
}

#app .focus\:skew-y-3:focus{
  --tw-skew-y: 3deg;
}

#app .focus\:skew-y-6:focus{
  --tw-skew-y: 6deg;
}

#app .focus\:skew-y-12:focus{
  --tw-skew-y: 12deg;
}

#app .focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg;
}

#app .focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg;
}

#app .focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg;
}

#app .focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg;
}

#app .focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg;
}

#app .transition-none{
  transition-property: none;
}

#app .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#app .transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#app .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;
}

#app .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#app .transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#app .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#app .ease-linear{
  transition-timing-function: linear;
}

#app .ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#app .ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#app .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#app .duration-75{
  transition-duration: 75ms;
}

#app .duration-100{
  transition-duration: 100ms;
}

#app .duration-150{
  transition-duration: 150ms;
}

#app .duration-200{
  transition-duration: 200ms;
}

#app .duration-300{
  transition-duration: 300ms;
}

#app .duration-500{
  transition-duration: 500ms;
}

#app .duration-700{
  transition-duration: 700ms;
}

#app .duration-1000{
  transition-duration: 1000ms;
}

#app .delay-75{
  transition-delay: 75ms;
}

#app .delay-100{
  transition-delay: 100ms;
}

#app .delay-150{
  transition-delay: 150ms;
}

#app .delay-200{
  transition-delay: 200ms;
}

#app .delay-300{
  transition-delay: 300ms;
}

#app .delay-500{
  transition-delay: 500ms;
}

#app .delay-700{
  transition-delay: 700ms;
}

#app .delay-1000{
  transition-delay: 1000ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

#app .animate-none{
  -webkit-animation: none;
          animation: none;
}

#app .animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

#app .animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

#app .animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

#app .animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

h1 {
  font-size: 3.75rem;
  line-height: 1;
}

h2 {
  font-size: 3rem;
  line-height: 1;
}

h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

[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: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

h2 {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-style: italic;
}

[x-cloak] {
  display: none;
}

p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

a {
  min-height: 0px !important;
  min-width: 0px !important;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-left: 1.25rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-style: normal;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: normal;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: normal;
}

.labtd-label {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.labtd-input-text {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.labtd-input-text:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.labtd-input-text{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.labtd-input-text:focus{
  border-color: transparent;
}

.labtd-input-text{
  border-radius: 0.375rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.labtd-input-text: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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.labtd-input-text{
  width: 100%;
}

.labtd-input-select {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.labtd-input-select:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.labtd-input-select{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.labtd-input-select:focus{
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.labtd-input-select{
  border-radius: 0.375rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
}

.labtd-input-select: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);
}

.labtd-input-select{
  width: 100%;
}

.labtd-button {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  width: 50%;
  width: 100%;
}

.labtd-link-as-button {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  text-align: center;
  width: 100%;
}

.labtd-search-box {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.labtd-search-box:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.labtd-search-box{
  border-radius: 0.5rem;
  border-width: 0px;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 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);
}

.labtd-search-box: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);
}

.labtd-search-box{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.labtd-search-box:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.labtd-search-box{
  width: 100%;
}

.content-box {
  border-radius: 0.25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.labtd-footer {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  height: 24rem;
  margin-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

/* Sort (checked-unchecked) */

.sort-checkbox input[type="checkbox"], .sort-checkbox .checked{
  display: none;
}

.sort-checkbox input[type="checkbox"]:checked ~ .checked {
  display: inline-block;
}

.sort-checkbox input[type="checkbox"]:checked ~ .unchecked {
  display: none;
}

.functions {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.phx-modal-content {
  border-radius: 0.75rem;
}

.tooltip {
  position: absolute;
  visibility: hidden;
}

.has-tooltip:hover .tooltip {
  visibility: visible;
  z-index: 50;
}

/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg);
  }

  100% { -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

/* SEO tweak to make links touch-friendly */

p { font-size: 1.125rem; line-height: 1.75rem;
}

body { font-size: 1.125rem; line-height: 1.75rem;
}

a {
  display: inline-block;
  min-width: 48px;
  min-height: 48px;
}

/* LiveView specific classes for your customizations */

.body-wrapper, .body-wrapper > *[data-phx-view] {
  display: flex;
  flex:1;
}

body > iframe[src="/phoenix/live_reload/frame"] {
  height:0;
  width:0;
}

.phx-no-feedback.invalid-feedback,
.phx-no-feedback .invalid-feedback {
  display: none;
}

.phx-click-loading {
  opacity: 0.5;
  transition: opacity 1s ease-out;
}

.phx-disconnected{
  cursor: wait;
}

.phx-disconnected *{
  pointer-events: none;
}

.phx-modal {
  opacity: 1!important;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.phx-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.phx-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.phx-modal-close:hover,
.phx-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Alerts and form errors */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert p {
  margin-bottom: 0;
}

.alert:empty {
  display: none;
}

.invalid-feedback {
  color: #a94442;
  display: block;
  margin: 0 0 1rem 0;
}

@media (min-width: 640px){
  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  #app .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  #app .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  #app .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  #app .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  #app .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  #app .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  #app .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  #app .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  #app .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  #app .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  #app .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  #app .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  #app .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  #app .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  #app .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  #app .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  #app .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  #app .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  #app .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  #app .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  #app .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  #app .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  #app .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  #app .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  #app .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  #app .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  #app .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  #app .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  #app .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  #app .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  #app .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  #app .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  #app .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  #app .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  #app .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;
  }

  #app .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .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;
  }

  #app .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;
  }

  #app .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;
  }

  #app .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .sm\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .sm\:bg-fixed{
    background-attachment: fixed;
  }

  #app .sm\:bg-local{
    background-attachment: local;
  }

  #app .sm\:bg-scroll{
    background-attachment: scroll;
  }

  #app .sm\:bg-clip-border{
    background-clip: border-box;
  }

  #app .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  #app .sm\:bg-clip-content{
    background-clip: content-box;
  }

  #app .sm\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  #app .sm\:bg-transparent{
    background-color: transparent;
  }

  #app .sm\:bg-current{
    background-color: currentColor;
  }

  #app .sm\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .sm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .sm\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .sm\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .sm\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .sm\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .sm\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .sm\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .sm\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .sm\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  #app .sm\:odd\:bg-current:nth-child(odd){
    background-color: currentColor;
  }

  #app .sm\:odd\:bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-gray-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-red-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-yellow-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-green-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-blue-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-indigo-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-purple-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .sm\:odd\:bg-pink-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  #app .sm\:even\:bg-current:nth-child(even){
    background-color: currentColor;
  }

  #app .sm\:even\:bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-gray-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-red-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-yellow-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-green-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-blue-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-indigo-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-purple-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .sm\:even\:bg-pink-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  #app .group:hover .sm\:group-hover\:bg-current{
    background-color: currentColor;
  }

  #app .group:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .sm\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  #app .sm\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  #app .sm\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .sm\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  #app .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  #app .sm\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .sm\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  #app .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  #app .sm\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .sm\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .sm\:bg-none{
    background-image: none;
  }

  #app .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  #app .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  #app .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  #app .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  #app .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  #app .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  #app .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  #app .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  #app .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .sm\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .sm\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .sm\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .sm\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .sm\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .sm\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .sm\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .sm\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .sm\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .sm\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .sm\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .sm\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .sm\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .sm\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .sm\:from-red-200{
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .sm\:from-red-300{
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .sm\:from-red-400{
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .sm\:from-red-500{
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .sm\:from-red-600{
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .sm\:from-red-700{
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .sm\:from-red-800{
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .sm\:from-red-900{
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .sm\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .sm\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .sm\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .sm\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .sm\:from-yellow-400{
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .sm\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .sm\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .sm\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .sm\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .sm\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .sm\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .sm\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .sm\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .sm\:from-green-300{
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .sm\:from-green-400{
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .sm\:from-green-500{
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .sm\:from-green-600{
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .sm\:from-green-700{
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .sm\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .sm\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .sm\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .sm\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .sm\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .sm\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .sm\:from-blue-400{
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .sm\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .sm\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .sm\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .sm\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .sm\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .sm\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .sm\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .sm\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .sm\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .sm\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .sm\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .sm\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .sm\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .sm\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .sm\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .sm\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .sm\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .sm\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .sm\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .sm\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .sm\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .sm\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .sm\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .sm\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .sm\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .sm\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .sm\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .sm\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .sm\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .sm\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .sm\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .sm\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .sm\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .sm\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .sm\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .sm\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .sm\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .sm\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .sm\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .sm\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .sm\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .sm\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .sm\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .sm\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .sm\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .sm\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .sm\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .sm\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .sm\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .sm\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .sm\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .sm\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .sm\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .sm\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .sm\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .sm\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .sm\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .sm\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .sm\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .sm\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .sm\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .sm\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .sm\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .sm\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .sm\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .sm\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .sm\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .sm\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .sm\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .sm\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .sm\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .sm\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .sm\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .sm\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .sm\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .sm\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .sm\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .sm\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .sm\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .sm\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .sm\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .sm\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .sm\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .sm\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .sm\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .sm\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .sm\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .sm\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .sm\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .sm\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .sm\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .sm\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .sm\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .sm\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .sm\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .sm\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .sm\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .sm\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .sm\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .sm\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .sm\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .sm\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .sm\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .sm\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .sm\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .sm\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .sm\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .sm\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .sm\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .sm\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .sm\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .sm\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .sm\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .sm\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .sm\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  #app .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  #app .sm\:to-black{
    --tw-gradient-to: #000;
  }

  #app .sm\:to-white{
    --tw-gradient-to: #fff;
  }

  #app .sm\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  #app .sm\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  #app .sm\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  #app .sm\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  #app .sm\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  #app .sm\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  #app .sm\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  #app .sm\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  #app .sm\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  #app .sm\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  #app .sm\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  #app .sm\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  #app .sm\:to-red-200{
    --tw-gradient-to: #fecaca;
  }

  #app .sm\:to-red-300{
    --tw-gradient-to: #fca5a5;
  }

  #app .sm\:to-red-400{
    --tw-gradient-to: #f87171;
  }

  #app .sm\:to-red-500{
    --tw-gradient-to: #ef4444;
  }

  #app .sm\:to-red-600{
    --tw-gradient-to: #dc2626;
  }

  #app .sm\:to-red-700{
    --tw-gradient-to: #b91c1c;
  }

  #app .sm\:to-red-800{
    --tw-gradient-to: #991b1b;
  }

  #app .sm\:to-red-900{
    --tw-gradient-to: #7f1d1d;
  }

  #app .sm\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  #app .sm\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  #app .sm\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  #app .sm\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  #app .sm\:to-yellow-400{
    --tw-gradient-to: #fbbf24;
  }

  #app .sm\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  #app .sm\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  #app .sm\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  #app .sm\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  #app .sm\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  #app .sm\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  #app .sm\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  #app .sm\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  #app .sm\:to-green-300{
    --tw-gradient-to: #6ee7b7;
  }

  #app .sm\:to-green-400{
    --tw-gradient-to: #34d399;
  }

  #app .sm\:to-green-500{
    --tw-gradient-to: #10b981;
  }

  #app .sm\:to-green-600{
    --tw-gradient-to: #059669;
  }

  #app .sm\:to-green-700{
    --tw-gradient-to: #047857;
  }

  #app .sm\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  #app .sm\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  #app .sm\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  #app .sm\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  #app .sm\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  #app .sm\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  #app .sm\:to-blue-400{
    --tw-gradient-to: #60a5fa;
  }

  #app .sm\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  #app .sm\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  #app .sm\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  #app .sm\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  #app .sm\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  #app .sm\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  #app .sm\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  #app .sm\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  #app .sm\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  #app .sm\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  #app .sm\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  #app .sm\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  #app .sm\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  #app .sm\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  #app .sm\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  #app .sm\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  #app .sm\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  #app .sm\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  #app .sm\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  #app .sm\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  #app .sm\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  #app .sm\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  #app .sm\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  #app .sm\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  #app .sm\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  #app .sm\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  #app .sm\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  #app .sm\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  #app .sm\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  #app .sm\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  #app .sm\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  #app .sm\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  #app .sm\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  #app .sm\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  #app .sm\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .sm\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .sm\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .sm\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .sm\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .sm\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .sm\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .sm\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .sm\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .sm\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .sm\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .sm\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .sm\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .sm\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .sm\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .sm\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .sm\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .sm\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .sm\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .sm\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .sm\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .sm\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .sm\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .sm\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .sm\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .sm\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .sm\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .sm\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .sm\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .sm\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .sm\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .sm\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .sm\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .sm\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .sm\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .sm\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .sm\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .sm\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .sm\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .sm\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .sm\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .sm\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .sm\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .sm\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .sm\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .sm\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .sm\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .sm\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .sm\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .sm\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .sm\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .sm\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .sm\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .sm\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .sm\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .sm\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .sm\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .sm\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .sm\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .sm\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .sm\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .sm\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .sm\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .sm\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .sm\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .sm\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .sm\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .sm\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .sm\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .sm\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .sm\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .sm\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .sm\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .sm\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .sm\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .sm\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .sm\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .sm\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .sm\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .sm\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  #app .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  #app .sm\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  #app .sm\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  #app .sm\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  #app .sm\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  #app .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  #app .sm\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  #app .sm\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  #app .sm\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  #app .sm\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  #app .sm\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  #app .sm\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  #app .sm\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  #app .sm\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  #app .sm\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  #app .sm\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecaca;
  }

  #app .sm\:hover\:to-red-300:hover{
    --tw-gradient-to: #fca5a5;
  }

  #app .sm\:hover\:to-red-400:hover{
    --tw-gradient-to: #f87171;
  }

  #app .sm\:hover\:to-red-500:hover{
    --tw-gradient-to: #ef4444;
  }

  #app .sm\:hover\:to-red-600:hover{
    --tw-gradient-to: #dc2626;
  }

  #app .sm\:hover\:to-red-700:hover{
    --tw-gradient-to: #b91c1c;
  }

  #app .sm\:hover\:to-red-800:hover{
    --tw-gradient-to: #991b1b;
  }

  #app .sm\:hover\:to-red-900:hover{
    --tw-gradient-to: #7f1d1d;
  }

  #app .sm\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  #app .sm\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  #app .sm\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  #app .sm\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  #app .sm\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #fbbf24;
  }

  #app .sm\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  #app .sm\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  #app .sm\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  #app .sm\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  #app .sm\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  #app .sm\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  #app .sm\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  #app .sm\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  #app .sm\:hover\:to-green-300:hover{
    --tw-gradient-to: #6ee7b7;
  }

  #app .sm\:hover\:to-green-400:hover{
    --tw-gradient-to: #34d399;
  }

  #app .sm\:hover\:to-green-500:hover{
    --tw-gradient-to: #10b981;
  }

  #app .sm\:hover\:to-green-600:hover{
    --tw-gradient-to: #059669;
  }

  #app .sm\:hover\:to-green-700:hover{
    --tw-gradient-to: #047857;
  }

  #app .sm\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  #app .sm\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  #app .sm\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  #app .sm\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  #app .sm\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  #app .sm\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  #app .sm\:hover\:to-blue-400:hover{
    --tw-gradient-to: #60a5fa;
  }

  #app .sm\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  #app .sm\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  #app .sm\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  #app .sm\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  #app .sm\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  #app .sm\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  #app .sm\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  #app .sm\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  #app .sm\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  #app .sm\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  #app .sm\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  #app .sm\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  #app .sm\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  #app .sm\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  #app .sm\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  #app .sm\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  #app .sm\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  #app .sm\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  #app .sm\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  #app .sm\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  #app .sm\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  #app .sm\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  #app .sm\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  #app .sm\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  #app .sm\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  #app .sm\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  #app .sm\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  #app .sm\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  #app .sm\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  #app .sm\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  #app .sm\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  #app .sm\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  #app .sm\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  #app .sm\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  #app .sm\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .sm\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .sm\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .sm\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .sm\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .sm\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .sm\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .sm\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .sm\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .sm\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .sm\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .sm\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .sm\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .sm\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .sm\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .sm\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .sm\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .sm\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .sm\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .sm\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .sm\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .sm\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .sm\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .sm\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .sm\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .sm\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .sm\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .sm\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .sm\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .sm\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .sm\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .sm\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .sm\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .sm\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .sm\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .sm\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .sm\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .sm\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .sm\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .sm\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .sm\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .sm\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .sm\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .sm\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .sm\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .sm\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .sm\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .sm\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .sm\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .sm\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .sm\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .sm\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .sm\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .sm\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .sm\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .sm\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .sm\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .sm\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .sm\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .sm\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .sm\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .sm\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .sm\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .sm\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .sm\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .sm\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .sm\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .sm\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .sm\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .sm\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .sm\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .sm\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .sm\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .sm\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .sm\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .sm\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .sm\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .sm\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .sm\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .sm\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  #app .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  #app .sm\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  #app .sm\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  #app .sm\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  #app .sm\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  #app .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  #app .sm\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  #app .sm\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  #app .sm\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  #app .sm\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  #app .sm\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  #app .sm\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  #app .sm\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  #app .sm\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  #app .sm\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  #app .sm\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecaca;
  }

  #app .sm\:focus\:to-red-300:focus{
    --tw-gradient-to: #fca5a5;
  }

  #app .sm\:focus\:to-red-400:focus{
    --tw-gradient-to: #f87171;
  }

  #app .sm\:focus\:to-red-500:focus{
    --tw-gradient-to: #ef4444;
  }

  #app .sm\:focus\:to-red-600:focus{
    --tw-gradient-to: #dc2626;
  }

  #app .sm\:focus\:to-red-700:focus{
    --tw-gradient-to: #b91c1c;
  }

  #app .sm\:focus\:to-red-800:focus{
    --tw-gradient-to: #991b1b;
  }

  #app .sm\:focus\:to-red-900:focus{
    --tw-gradient-to: #7f1d1d;
  }

  #app .sm\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  #app .sm\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  #app .sm\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  #app .sm\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  #app .sm\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #fbbf24;
  }

  #app .sm\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  #app .sm\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  #app .sm\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  #app .sm\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  #app .sm\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  #app .sm\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  #app .sm\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  #app .sm\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  #app .sm\:focus\:to-green-300:focus{
    --tw-gradient-to: #6ee7b7;
  }

  #app .sm\:focus\:to-green-400:focus{
    --tw-gradient-to: #34d399;
  }

  #app .sm\:focus\:to-green-500:focus{
    --tw-gradient-to: #10b981;
  }

  #app .sm\:focus\:to-green-600:focus{
    --tw-gradient-to: #059669;
  }

  #app .sm\:focus\:to-green-700:focus{
    --tw-gradient-to: #047857;
  }

  #app .sm\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  #app .sm\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  #app .sm\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  #app .sm\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  #app .sm\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  #app .sm\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  #app .sm\:focus\:to-blue-400:focus{
    --tw-gradient-to: #60a5fa;
  }

  #app .sm\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  #app .sm\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  #app .sm\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  #app .sm\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  #app .sm\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  #app .sm\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  #app .sm\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  #app .sm\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  #app .sm\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  #app .sm\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  #app .sm\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  #app .sm\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  #app .sm\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  #app .sm\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  #app .sm\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  #app .sm\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  #app .sm\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  #app .sm\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  #app .sm\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  #app .sm\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  #app .sm\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  #app .sm\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  #app .sm\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  #app .sm\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  #app .sm\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  #app .sm\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  #app .sm\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  #app .sm\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  #app .sm\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  #app .sm\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  #app .sm\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  #app .sm\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  #app .sm\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  #app .sm\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  #app .sm\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  #app .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .sm\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .sm\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .sm\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .sm\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .sm\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .sm\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .sm\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .sm\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .sm\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  #app .sm\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  #app .sm\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  #app .sm\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  #app .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  #app .sm\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  #app .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  #app .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  #app .sm\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  #app .sm\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  #app .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  #app .sm\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  #app .sm\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  #app .sm\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  #app .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  #app .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  #app .sm\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  #app .sm\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  #app .sm\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  #app .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  #app .sm\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  #app .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  #app .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  #app .sm\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  #app .sm\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  #app .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  #app .sm\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  #app .sm\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  #app .sm\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  #app .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  #app .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  #app .sm\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  #app .sm\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  #app .sm\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  #app .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  #app .sm\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  #app .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  #app .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  #app .sm\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  #app .sm\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  #app .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  #app .sm\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  #app .sm\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  #app .sm\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  #app .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  #app .sm\:bg-bottom{
    background-position: bottom;
  }

  #app .sm\:bg-center{
    background-position: center;
  }

  #app .sm\:bg-left{
    background-position: left;
  }

  #app .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  #app .sm\:bg-left-top{
    background-position: left top;
  }

  #app .sm\:bg-right{
    background-position: right;
  }

  #app .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  #app .sm\:bg-right-top{
    background-position: right top;
  }

  #app .sm\:bg-top{
    background-position: top;
  }

  #app .sm\:bg-repeat{
    background-repeat: repeat;
  }

  #app .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  #app .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  #app .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  #app .sm\:bg-repeat-round{
    background-repeat: round;
  }

  #app .sm\:bg-repeat-space{
    background-repeat: space;
  }

  #app .sm\:bg-auto{
    background-size: auto;
  }

  #app .sm\:bg-cover{
    background-size: cover;
  }

  #app .sm\:bg-contain{
    background-size: contain;
  }

  #app .sm\:border-collapse{
    border-collapse: collapse;
  }

  #app .sm\:border-separate{
    border-collapse: separate;
  }

  #app .sm\:border-transparent{
    border-color: transparent;
  }

  #app .sm\:border-current{
    border-color: currentColor;
  }

  #app .sm\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .sm\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .sm\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .sm\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .sm\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .sm\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .sm\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .sm\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .sm\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .sm\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .sm\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .sm\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .sm\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .sm\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .sm\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .sm\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .sm\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .sm\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .sm\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .sm\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .sm\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .sm\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .sm\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .sm\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .sm\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .sm\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .sm\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .sm\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-transparent{
    border-color: transparent;
  }

  #app .group:hover .sm\:group-hover\:border-current{
    border-color: currentColor;
  }

  #app .group:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .group:hover .sm\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  #app .sm\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  #app .sm\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .sm\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  #app .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  #app .sm\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .sm\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  #app .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  #app .sm\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .sm\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .sm\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .sm\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .sm\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .sm\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .sm\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .sm\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .sm\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .sm\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .sm\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .sm\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .sm\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .sm\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .sm\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .sm\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .sm\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  #app .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  #app .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  #app .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  #app .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  #app .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  #app .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  #app .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  #app .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  #app .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  #app .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  #app .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  #app .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  #app .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  #app .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  #app .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  #app .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  #app .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  #app .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  #app .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  #app .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  #app .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  #app .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  #app .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  #app .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  #app .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  #app .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  #app .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  #app .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  #app .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  #app .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  #app .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  #app .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  #app .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  #app .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  #app .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  #app .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  #app .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  #app .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  #app .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  #app .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  #app .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  #app .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  #app .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  #app .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  #app .sm\:rounded-none{
    border-radius: 0px;
  }

  #app .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  #app .sm\:rounded{
    border-radius: 0.25rem;
  }

  #app .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  #app .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  #app .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  #app .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  #app .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }

  #app .sm\:rounded-full{
    border-radius: 9999px;
  }

  #app .sm\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .sm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .sm\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .sm\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  #app .sm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  #app .sm\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  #app .sm\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  #app .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  #app .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  #app .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  #app .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  #app .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  #app .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  #app .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  #app .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  #app .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  #app .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  #app .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  #app .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  #app .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  #app .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  #app .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  #app .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  #app .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  #app .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  #app .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  #app .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  #app .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  #app .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  #app .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  #app .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  #app .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:first\:rounded-none:first-child{
    border-radius: 0px;
  }

  #app .sm\:first\:rounded-sm:first-child{
    border-radius: 0.125rem;
  }

  #app .sm\:first\:rounded:first-child{
    border-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-md:first-child{
    border-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-lg:first-child{
    border-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-xl:first-child{
    border-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-2xl:first-child{
    border-radius: 1rem;
  }

  #app .sm\:first\:rounded-3xl:first-child{
    border-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-full:first-child{
    border-radius: 9999px;
  }

  #app .sm\:first\:rounded-t-none:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .sm\:first\:rounded-r-none:first-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .sm\:first\:rounded-b-none:first-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .sm\:first\:rounded-l-none:first-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .sm\:first\:rounded-t-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .sm\:first\:rounded-r-sm:first-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .sm\:first\:rounded-b-sm:first-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:first\:rounded-l-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:first\:rounded-t:first-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-r:first-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-b:first-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-l:first-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-t-md:first-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-r-md:first-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-b-md:first-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-l-md:first-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-t-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-r-lg:first-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-b-lg:first-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-l-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-t-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-r-xl:first-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-b-xl:first-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-l-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-t-2xl:first-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .sm\:first\:rounded-r-2xl:first-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .sm\:first\:rounded-b-2xl:first-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:first\:rounded-l-2xl:first-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:first\:rounded-t-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-r-3xl:first-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-b-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-l-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-t-full:first-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .sm\:first\:rounded-r-full:first-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .sm\:first\:rounded-b-full:first-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:first\:rounded-l-full:first-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:first\:rounded-tl-none:first-child{
    border-top-left-radius: 0px;
  }

  #app .sm\:first\:rounded-tr-none:first-child{
    border-top-right-radius: 0px;
  }

  #app .sm\:first\:rounded-br-none:first-child{
    border-bottom-right-radius: 0px;
  }

  #app .sm\:first\:rounded-bl-none:first-child{
    border-bottom-left-radius: 0px;
  }

  #app .sm\:first\:rounded-tl-sm:first-child{
    border-top-left-radius: 0.125rem;
  }

  #app .sm\:first\:rounded-tr-sm:first-child{
    border-top-right-radius: 0.125rem;
  }

  #app .sm\:first\:rounded-br-sm:first-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .sm\:first\:rounded-bl-sm:first-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:first\:rounded-tl:first-child{
    border-top-left-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-tr:first-child{
    border-top-right-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-br:first-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-bl:first-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:first\:rounded-tl-md:first-child{
    border-top-left-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-tr-md:first-child{
    border-top-right-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-br-md:first-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-bl-md:first-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:first\:rounded-tl-lg:first-child{
    border-top-left-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-tr-lg:first-child{
    border-top-right-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-br-lg:first-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-bl-lg:first-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:first\:rounded-tl-xl:first-child{
    border-top-left-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-tr-xl:first-child{
    border-top-right-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-br-xl:first-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-bl-xl:first-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:first\:rounded-tl-2xl:first-child{
    border-top-left-radius: 1rem;
  }

  #app .sm\:first\:rounded-tr-2xl:first-child{
    border-top-right-radius: 1rem;
  }

  #app .sm\:first\:rounded-br-2xl:first-child{
    border-bottom-right-radius: 1rem;
  }

  #app .sm\:first\:rounded-bl-2xl:first-child{
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:first\:rounded-tl-3xl:first-child{
    border-top-left-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-tr-3xl:first-child{
    border-top-right-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-br-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-bl-3xl:first-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:first\:rounded-tl-full:first-child{
    border-top-left-radius: 9999px;
  }

  #app .sm\:first\:rounded-tr-full:first-child{
    border-top-right-radius: 9999px;
  }

  #app .sm\:first\:rounded-br-full:first-child{
    border-bottom-right-radius: 9999px;
  }

  #app .sm\:first\:rounded-bl-full:first-child{
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:last\:rounded-none:last-child{
    border-radius: 0px;
  }

  #app .sm\:last\:rounded-sm:last-child{
    border-radius: 0.125rem;
  }

  #app .sm\:last\:rounded:last-child{
    border-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-md:last-child{
    border-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-lg:last-child{
    border-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-xl:last-child{
    border-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-2xl:last-child{
    border-radius: 1rem;
  }

  #app .sm\:last\:rounded-3xl:last-child{
    border-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-full:last-child{
    border-radius: 9999px;
  }

  #app .sm\:last\:rounded-t-none:last-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .sm\:last\:rounded-r-none:last-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .sm\:last\:rounded-b-none:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .sm\:last\:rounded-l-none:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .sm\:last\:rounded-t-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .sm\:last\:rounded-r-sm:last-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .sm\:last\:rounded-b-sm:last-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:last\:rounded-l-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:last\:rounded-t:last-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-r:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-b:last-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-l:last-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-t-md:last-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-r-md:last-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-b-md:last-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-l-md:last-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-t-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-r-lg:last-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-b-lg:last-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-l-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-t-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-r-xl:last-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-b-xl:last-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-l-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-t-2xl:last-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .sm\:last\:rounded-r-2xl:last-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .sm\:last\:rounded-b-2xl:last-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:last\:rounded-l-2xl:last-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:last\:rounded-t-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-r-3xl:last-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-b-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-l-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-t-full:last-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .sm\:last\:rounded-r-full:last-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .sm\:last\:rounded-b-full:last-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:last\:rounded-l-full:last-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:last\:rounded-tl-none:last-child{
    border-top-left-radius: 0px;
  }

  #app .sm\:last\:rounded-tr-none:last-child{
    border-top-right-radius: 0px;
  }

  #app .sm\:last\:rounded-br-none:last-child{
    border-bottom-right-radius: 0px;
  }

  #app .sm\:last\:rounded-bl-none:last-child{
    border-bottom-left-radius: 0px;
  }

  #app .sm\:last\:rounded-tl-sm:last-child{
    border-top-left-radius: 0.125rem;
  }

  #app .sm\:last\:rounded-tr-sm:last-child{
    border-top-right-radius: 0.125rem;
  }

  #app .sm\:last\:rounded-br-sm:last-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .sm\:last\:rounded-bl-sm:last-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .sm\:last\:rounded-tl:last-child{
    border-top-left-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-tr:last-child{
    border-top-right-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-br:last-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-bl:last-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .sm\:last\:rounded-tl-md:last-child{
    border-top-left-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-tr-md:last-child{
    border-top-right-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-br-md:last-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-bl-md:last-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .sm\:last\:rounded-tl-lg:last-child{
    border-top-left-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-tr-lg:last-child{
    border-top-right-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-br-lg:last-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-bl-lg:last-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .sm\:last\:rounded-tl-xl:last-child{
    border-top-left-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-tr-xl:last-child{
    border-top-right-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-br-xl:last-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-bl-xl:last-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .sm\:last\:rounded-tl-2xl:last-child{
    border-top-left-radius: 1rem;
  }

  #app .sm\:last\:rounded-tr-2xl:last-child{
    border-top-right-radius: 1rem;
  }

  #app .sm\:last\:rounded-br-2xl:last-child{
    border-bottom-right-radius: 1rem;
  }

  #app .sm\:last\:rounded-bl-2xl:last-child{
    border-bottom-left-radius: 1rem;
  }

  #app .sm\:last\:rounded-tl-3xl:last-child{
    border-top-left-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-tr-3xl:last-child{
    border-top-right-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-br-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-bl-3xl:last-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .sm\:last\:rounded-tl-full:last-child{
    border-top-left-radius: 9999px;
  }

  #app .sm\:last\:rounded-tr-full:last-child{
    border-top-right-radius: 9999px;
  }

  #app .sm\:last\:rounded-br-full:last-child{
    border-bottom-right-radius: 9999px;
  }

  #app .sm\:last\:rounded-bl-full:last-child{
    border-bottom-left-radius: 9999px;
  }

  #app .sm\:border-solid{
    border-style: solid;
  }

  #app .sm\:border-dashed{
    border-style: dashed;
  }

  #app .sm\:border-dotted{
    border-style: dotted;
  }

  #app .sm\:border-double{
    border-style: double;
  }

  #app .sm\:border-none{
    border-style: none;
  }

  #app .sm\:border-0{
    border-width: 0px;
  }

  #app .sm\:border-2{
    border-width: 2px;
  }

  #app .sm\:border-4{
    border-width: 4px;
  }

  #app .sm\:border-8{
    border-width: 8px;
  }

  #app .sm\:border{
    border-width: 1px;
  }

  #app .sm\:border-t-0{
    border-top-width: 0px;
  }

  #app .sm\:border-r-0{
    border-right-width: 0px;
  }

  #app .sm\:border-b-0{
    border-bottom-width: 0px;
  }

  #app .sm\:border-l-0{
    border-left-width: 0px;
  }

  #app .sm\:border-t-2{
    border-top-width: 2px;
  }

  #app .sm\:border-r-2{
    border-right-width: 2px;
  }

  #app .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  #app .sm\:border-l-2{
    border-left-width: 2px;
  }

  #app .sm\:border-t-4{
    border-top-width: 4px;
  }

  #app .sm\:border-r-4{
    border-right-width: 4px;
  }

  #app .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  #app .sm\:border-l-4{
    border-left-width: 4px;
  }

  #app .sm\:border-t-8{
    border-top-width: 8px;
  }

  #app .sm\:border-r-8{
    border-right-width: 8px;
  }

  #app .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  #app .sm\:border-l-8{
    border-left-width: 8px;
  }

  #app .sm\:border-t{
    border-top-width: 1px;
  }

  #app .sm\:border-r{
    border-right-width: 1px;
  }

  #app .sm\:border-b{
    border-bottom-width: 1px;
  }

  #app .sm\:border-l{
    border-left-width: 1px;
  }

  #app .sm\:box-border{
    box-sizing: border-box;
  }

  #app .sm\:box-content{
    box-sizing: content-box;
  }

  #app .sm\:cursor-auto{
    cursor: auto;
  }

  #app .sm\:cursor-default{
    cursor: default;
  }

  #app .sm\:cursor-pointer{
    cursor: pointer;
  }

  #app .sm\:cursor-wait{
    cursor: wait;
  }

  #app .sm\:cursor-text{
    cursor: text;
  }

  #app .sm\:cursor-move{
    cursor: move;
  }

  #app .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  #app .sm\:block{
    display: block;
  }

  #app .sm\:inline-block{
    display: inline-block;
  }

  #app .sm\:inline{
    display: inline;
  }

  #app .sm\:flex{
    display: flex;
  }

  #app .sm\:inline-flex{
    display: inline-flex;
  }

  #app .sm\:table{
    display: table;
  }

  #app .sm\:table-caption{
    display: table-caption;
  }

  #app .sm\:table-cell{
    display: table-cell;
  }

  #app .sm\:table-column{
    display: table-column;
  }

  #app .sm\:table-column-group{
    display: table-column-group;
  }

  #app .sm\:table-footer-group{
    display: table-footer-group;
  }

  #app .sm\:table-header-group{
    display: table-header-group;
  }

  #app .sm\:table-row-group{
    display: table-row-group;
  }

  #app .sm\:table-row{
    display: table-row;
  }

  #app .sm\:flow-root{
    display: flow-root;
  }

  #app .sm\:grid{
    display: grid;
  }

  #app .sm\:inline-grid{
    display: inline-grid;
  }

  #app .sm\:contents{
    display: contents;
  }

  #app .sm\:hidden{
    display: none;
  }

  #app .sm\:flex-row{
    flex-direction: row;
  }

  #app .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  #app .sm\:flex-col{
    flex-direction: column;
  }

  #app .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  #app .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  #app .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  #app .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  #app .sm\:place-items-auto{
    place-items: auto;
  }

  #app .sm\:place-items-start{
    place-items: start;
  }

  #app .sm\:place-items-end{
    place-items: end;
  }

  #app .sm\:place-items-center{
    place-items: center;
  }

  #app .sm\:place-items-stretch{
    place-items: stretch;
  }

  #app .sm\:place-content-center{
    place-content: center;
  }

  #app .sm\:place-content-start{
    place-content: start;
  }

  #app .sm\:place-content-end{
    place-content: end;
  }

  #app .sm\:place-content-between{
    place-content: space-between;
  }

  #app .sm\:place-content-around{
    place-content: space-around;
  }

  #app .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  #app .sm\:place-content-stretch{
    place-content: stretch;
  }

  #app .sm\:place-self-auto{
    place-self: auto;
  }

  #app .sm\:place-self-start{
    place-self: start;
  }

  #app .sm\:place-self-end{
    place-self: end;
  }

  #app .sm\:place-self-center{
    place-self: center;
  }

  #app .sm\:place-self-stretch{
    place-self: stretch;
  }

  #app .sm\:items-start{
    align-items: flex-start;
  }

  #app .sm\:items-end{
    align-items: flex-end;
  }

  #app .sm\:items-center{
    align-items: center;
  }

  #app .sm\:items-baseline{
    align-items: baseline;
  }

  #app .sm\:items-stretch{
    align-items: stretch;
  }

  #app .sm\:content-center{
    align-content: center;
  }

  #app .sm\:content-start{
    align-content: flex-start;
  }

  #app .sm\:content-end{
    align-content: flex-end;
  }

  #app .sm\:content-between{
    align-content: space-between;
  }

  #app .sm\:content-around{
    align-content: space-around;
  }

  #app .sm\:content-evenly{
    align-content: space-evenly;
  }

  #app .sm\:self-auto{
    align-self: auto;
  }

  #app .sm\:self-start{
    align-self: flex-start;
  }

  #app .sm\:self-end{
    align-self: flex-end;
  }

  #app .sm\:self-center{
    align-self: center;
  }

  #app .sm\:self-stretch{
    align-self: stretch;
  }

  #app .sm\:justify-items-auto{
    justify-items: auto;
  }

  #app .sm\:justify-items-start{
    justify-items: start;
  }

  #app .sm\:justify-items-end{
    justify-items: end;
  }

  #app .sm\:justify-items-center{
    justify-items: center;
  }

  #app .sm\:justify-items-stretch{
    justify-items: stretch;
  }

  #app .sm\:justify-start{
    justify-content: flex-start;
  }

  #app .sm\:justify-end{
    justify-content: flex-end;
  }

  #app .sm\:justify-center{
    justify-content: center;
  }

  #app .sm\:justify-between{
    justify-content: space-between;
  }

  #app .sm\:justify-around{
    justify-content: space-around;
  }

  #app .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  #app .sm\:justify-self-auto{
    justify-self: auto;
  }

  #app .sm\:justify-self-start{
    justify-self: start;
  }

  #app .sm\:justify-self-end{
    justify-self: end;
  }

  #app .sm\:justify-self-center{
    justify-self: center;
  }

  #app .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  #app .sm\:flex-1{
    flex: 1 1 0%;
  }

  #app .sm\:flex-auto{
    flex: 1 1 auto;
  }

  #app .sm\:flex-initial{
    flex: 0 1 auto;
  }

  #app .sm\:flex-none{
    flex: none;
  }

  #app .sm\:flex-grow-0{
    flex-grow: 0;
  }

  #app .sm\:flex-grow{
    flex-grow: 1;
  }

  #app .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  #app .sm\:flex-shrink{
    flex-shrink: 1;
  }

  #app .sm\:order-1{
    order: 1;
  }

  #app .sm\:order-2{
    order: 2;
  }

  #app .sm\:order-3{
    order: 3;
  }

  #app .sm\:order-4{
    order: 4;
  }

  #app .sm\:order-5{
    order: 5;
  }

  #app .sm\:order-6{
    order: 6;
  }

  #app .sm\:order-7{
    order: 7;
  }

  #app .sm\:order-8{
    order: 8;
  }

  #app .sm\:order-9{
    order: 9;
  }

  #app .sm\:order-10{
    order: 10;
  }

  #app .sm\:order-11{
    order: 11;
  }

  #app .sm\:order-12{
    order: 12;
  }

  #app .sm\:order-first{
    order: -9999;
  }

  #app .sm\:order-last{
    order: 9999;
  }

  #app .sm\:order-none{
    order: 0;
  }

  #app .sm\:float-right{
    float: right;
  }

  #app .sm\:float-left{
    float: left;
  }

  #app .sm\:float-none{
    float: none;
  }

  #app .sm\:clear-left{
    clear: left;
  }

  #app .sm\:clear-right{
    clear: right;
  }

  #app .sm\:clear-both{
    clear: both;
  }

  #app .sm\:clear-none{
    clear: none;
  }

  #app .sm\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .sm\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .sm\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .sm\:font-thin{
    font-weight: 100;
  }

  #app .sm\:font-extralight{
    font-weight: 200;
  }

  #app .sm\:font-light{
    font-weight: 300;
  }

  #app .sm\:font-normal{
    font-weight: 400;
  }

  #app .sm\:font-medium{
    font-weight: 500;
  }

  #app .sm\:font-semibold{
    font-weight: 600;
  }

  #app .sm\:font-bold{
    font-weight: 700;
  }

  #app .sm\:font-extrabold{
    font-weight: 800;
  }

  #app .sm\:font-black{
    font-weight: 900;
  }

  #app .sm\:h-0{
    height: 0px;
  }

  #app .sm\:h-1{
    height: 0.25rem;
  }

  #app .sm\:h-2{
    height: 0.5rem;
  }

  #app .sm\:h-3{
    height: 0.75rem;
  }

  #app .sm\:h-4{
    height: 1rem;
  }

  #app .sm\:h-5{
    height: 1.25rem;
  }

  #app .sm\:h-6{
    height: 1.5rem;
  }

  #app .sm\:h-7{
    height: 1.75rem;
  }

  #app .sm\:h-8{
    height: 2rem;
  }

  #app .sm\:h-9{
    height: 2.25rem;
  }

  #app .sm\:h-10{
    height: 2.5rem;
  }

  #app .sm\:h-11{
    height: 2.75rem;
  }

  #app .sm\:h-12{
    height: 3rem;
  }

  #app .sm\:h-14{
    height: 3.5rem;
  }

  #app .sm\:h-16{
    height: 4rem;
  }

  #app .sm\:h-20{
    height: 5rem;
  }

  #app .sm\:h-24{
    height: 6rem;
  }

  #app .sm\:h-28{
    height: 7rem;
  }

  #app .sm\:h-32{
    height: 8rem;
  }

  #app .sm\:h-36{
    height: 9rem;
  }

  #app .sm\:h-40{
    height: 10rem;
  }

  #app .sm\:h-44{
    height: 11rem;
  }

  #app .sm\:h-48{
    height: 12rem;
  }

  #app .sm\:h-52{
    height: 13rem;
  }

  #app .sm\:h-56{
    height: 14rem;
  }

  #app .sm\:h-60{
    height: 15rem;
  }

  #app .sm\:h-64{
    height: 16rem;
  }

  #app .sm\:h-72{
    height: 18rem;
  }

  #app .sm\:h-80{
    height: 20rem;
  }

  #app .sm\:h-96{
    height: 24rem;
  }

  #app .sm\:h-auto{
    height: auto;
  }

  #app .sm\:h-px{
    height: 1px;
  }

  #app .sm\:h-0\.5{
    height: 0.125rem;
  }

  #app .sm\:h-1\.5{
    height: 0.375rem;
  }

  #app .sm\:h-2\.5{
    height: 0.625rem;
  }

  #app .sm\:h-3\.5{
    height: 0.875rem;
  }

  #app .sm\:h-1\/2{
    height: 50%;
  }

  #app .sm\:h-1\/3{
    height: 33.333333%;
  }

  #app .sm\:h-2\/3{
    height: 66.666667%;
  }

  #app .sm\:h-1\/4{
    height: 25%;
  }

  #app .sm\:h-2\/4{
    height: 50%;
  }

  #app .sm\:h-3\/4{
    height: 75%;
  }

  #app .sm\:h-1\/5{
    height: 20%;
  }

  #app .sm\:h-2\/5{
    height: 40%;
  }

  #app .sm\:h-3\/5{
    height: 60%;
  }

  #app .sm\:h-4\/5{
    height: 80%;
  }

  #app .sm\:h-1\/6{
    height: 16.666667%;
  }

  #app .sm\:h-2\/6{
    height: 33.333333%;
  }

  #app .sm\:h-3\/6{
    height: 50%;
  }

  #app .sm\:h-4\/6{
    height: 66.666667%;
  }

  #app .sm\:h-5\/6{
    height: 83.333333%;
  }

  #app .sm\:h-full{
    height: 100%;
  }

  #app .sm\:h-screen{
    height: 100vh;
  }

  #app .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  #app .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #app .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #app .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  #app .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #app .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #app .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #app .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #app .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  #app .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  #app .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  #app .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  #app .sm\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  #app .sm\:leading-3{
    line-height: .75rem;
  }

  #app .sm\:leading-4{
    line-height: 1rem;
  }

  #app .sm\:leading-5{
    line-height: 1.25rem;
  }

  #app .sm\:leading-6{
    line-height: 1.5rem;
  }

  #app .sm\:leading-7{
    line-height: 1.75rem;
  }

  #app .sm\:leading-8{
    line-height: 2rem;
  }

  #app .sm\:leading-9{
    line-height: 2.25rem;
  }

  #app .sm\:leading-10{
    line-height: 2.5rem;
  }

  #app .sm\:leading-none{
    line-height: 1;
  }

  #app .sm\:leading-tight{
    line-height: 1.25;
  }

  #app .sm\:leading-snug{
    line-height: 1.375;
  }

  #app .sm\:leading-normal{
    line-height: 1.5;
  }

  #app .sm\:leading-relaxed{
    line-height: 1.625;
  }

  #app .sm\:leading-loose{
    line-height: 2;
  }

  #app .sm\:list-inside{
    list-style-position: inside;
  }

  #app .sm\:list-outside{
    list-style-position: outside;
  }

  #app .sm\:list-none{
    list-style-type: none;
  }

  #app .sm\:list-disc{
    list-style-type: disc;
  }

  #app .sm\:list-decimal{
    list-style-type: decimal;
  }

  #app .sm\:m-0{
    margin: 0px;
  }

  #app .sm\:m-1{
    margin: 0.25rem;
  }

  #app .sm\:m-2{
    margin: 0.5rem;
  }

  #app .sm\:m-3{
    margin: 0.75rem;
  }

  #app .sm\:m-4{
    margin: 1rem;
  }

  #app .sm\:m-5{
    margin: 1.25rem;
  }

  #app .sm\:m-6{
    margin: 1.5rem;
  }

  #app .sm\:m-7{
    margin: 1.75rem;
  }

  #app .sm\:m-8{
    margin: 2rem;
  }

  #app .sm\:m-9{
    margin: 2.25rem;
  }

  #app .sm\:m-10{
    margin: 2.5rem;
  }

  #app .sm\:m-11{
    margin: 2.75rem;
  }

  #app .sm\:m-12{
    margin: 3rem;
  }

  #app .sm\:m-14{
    margin: 3.5rem;
  }

  #app .sm\:m-16{
    margin: 4rem;
  }

  #app .sm\:m-20{
    margin: 5rem;
  }

  #app .sm\:m-24{
    margin: 6rem;
  }

  #app .sm\:m-28{
    margin: 7rem;
  }

  #app .sm\:m-32{
    margin: 8rem;
  }

  #app .sm\:m-36{
    margin: 9rem;
  }

  #app .sm\:m-40{
    margin: 10rem;
  }

  #app .sm\:m-44{
    margin: 11rem;
  }

  #app .sm\:m-48{
    margin: 12rem;
  }

  #app .sm\:m-52{
    margin: 13rem;
  }

  #app .sm\:m-56{
    margin: 14rem;
  }

  #app .sm\:m-60{
    margin: 15rem;
  }

  #app .sm\:m-64{
    margin: 16rem;
  }

  #app .sm\:m-72{
    margin: 18rem;
  }

  #app .sm\:m-80{
    margin: 20rem;
  }

  #app .sm\:m-96{
    margin: 24rem;
  }

  #app .sm\:m-auto{
    margin: auto;
  }

  #app .sm\:m-px{
    margin: 1px;
  }

  #app .sm\:m-0\.5{
    margin: 0.125rem;
  }

  #app .sm\:m-1\.5{
    margin: 0.375rem;
  }

  #app .sm\:m-2\.5{
    margin: 0.625rem;
  }

  #app .sm\:m-3\.5{
    margin: 0.875rem;
  }

  #app .sm\:-m-0{
    margin: 0px;
  }

  #app .sm\:-m-1{
    margin: -0.25rem;
  }

  #app .sm\:-m-2{
    margin: -0.5rem;
  }

  #app .sm\:-m-3{
    margin: -0.75rem;
  }

  #app .sm\:-m-4{
    margin: -1rem;
  }

  #app .sm\:-m-5{
    margin: -1.25rem;
  }

  #app .sm\:-m-6{
    margin: -1.5rem;
  }

  #app .sm\:-m-7{
    margin: -1.75rem;
  }

  #app .sm\:-m-8{
    margin: -2rem;
  }

  #app .sm\:-m-9{
    margin: -2.25rem;
  }

  #app .sm\:-m-10{
    margin: -2.5rem;
  }

  #app .sm\:-m-11{
    margin: -2.75rem;
  }

  #app .sm\:-m-12{
    margin: -3rem;
  }

  #app .sm\:-m-14{
    margin: -3.5rem;
  }

  #app .sm\:-m-16{
    margin: -4rem;
  }

  #app .sm\:-m-20{
    margin: -5rem;
  }

  #app .sm\:-m-24{
    margin: -6rem;
  }

  #app .sm\:-m-28{
    margin: -7rem;
  }

  #app .sm\:-m-32{
    margin: -8rem;
  }

  #app .sm\:-m-36{
    margin: -9rem;
  }

  #app .sm\:-m-40{
    margin: -10rem;
  }

  #app .sm\:-m-44{
    margin: -11rem;
  }

  #app .sm\:-m-48{
    margin: -12rem;
  }

  #app .sm\:-m-52{
    margin: -13rem;
  }

  #app .sm\:-m-56{
    margin: -14rem;
  }

  #app .sm\:-m-60{
    margin: -15rem;
  }

  #app .sm\:-m-64{
    margin: -16rem;
  }

  #app .sm\:-m-72{
    margin: -18rem;
  }

  #app .sm\:-m-80{
    margin: -20rem;
  }

  #app .sm\:-m-96{
    margin: -24rem;
  }

  #app .sm\:-m-px{
    margin: -1px;
  }

  #app .sm\:-m-0\.5{
    margin: -0.125rem;
  }

  #app .sm\:-m-1\.5{
    margin: -0.375rem;
  }

  #app .sm\:-m-2\.5{
    margin: -0.625rem;
  }

  #app .sm\:-m-3\.5{
    margin: -0.875rem;
  }

  #app .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .sm\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #app .sm\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #app .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .sm\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #app .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #app .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .sm\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  #app .sm\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  #app .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .sm\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #app .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #app .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .sm\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #app .sm\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #app .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .sm\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #app .sm\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #app .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .sm\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  #app .sm\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  #app .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .sm\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  #app .sm\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  #app .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .sm\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  #app .sm\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  #app .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .sm\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  #app .sm\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  #app .sm\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  #app .sm\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  #app .sm\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  #app .sm\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  #app .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  #app .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .sm\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  #app .sm\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  #app .sm\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #app .sm\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #app .sm\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #app .sm\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #app .sm\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #app .sm\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #app .sm\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .sm\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .sm\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #app .sm\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #app .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .sm\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  #app .sm\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  #app .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .sm\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  #app .sm\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  #app .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .sm\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  #app .sm\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  #app .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .sm\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  #app .sm\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  #app .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .sm\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  #app .sm\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  #app .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .sm\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  #app .sm\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  #app .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .sm\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  #app .sm\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  #app .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .sm\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  #app .sm\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  #app .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .sm\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  #app .sm\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  #app .sm\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  #app .sm\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  #app .sm\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  #app .sm\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  #app .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .sm\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  #app .sm\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  #app .sm\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  #app .sm\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  #app .sm\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  #app .sm\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  #app .sm\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  #app .sm\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  #app .sm\:mt-0{
    margin-top: 0px;
  }

  #app .sm\:mr-0{
    margin-right: 0px;
  }

  #app .sm\:mb-0{
    margin-bottom: 0px;
  }

  #app .sm\:ml-0{
    margin-left: 0px;
  }

  #app .sm\:mt-1{
    margin-top: 0.25rem;
  }

  #app .sm\:mr-1{
    margin-right: 0.25rem;
  }

  #app .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  #app .sm\:ml-1{
    margin-left: 0.25rem;
  }

  #app .sm\:mt-2{
    margin-top: 0.5rem;
  }

  #app .sm\:mr-2{
    margin-right: 0.5rem;
  }

  #app .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  #app .sm\:ml-2{
    margin-left: 0.5rem;
  }

  #app .sm\:mt-3{
    margin-top: 0.75rem;
  }

  #app .sm\:mr-3{
    margin-right: 0.75rem;
  }

  #app .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  #app .sm\:ml-3{
    margin-left: 0.75rem;
  }

  #app .sm\:mt-4{
    margin-top: 1rem;
  }

  #app .sm\:mr-4{
    margin-right: 1rem;
  }

  #app .sm\:mb-4{
    margin-bottom: 1rem;
  }

  #app .sm\:ml-4{
    margin-left: 1rem;
  }

  #app .sm\:mt-5{
    margin-top: 1.25rem;
  }

  #app .sm\:mr-5{
    margin-right: 1.25rem;
  }

  #app .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  #app .sm\:ml-5{
    margin-left: 1.25rem;
  }

  #app .sm\:mt-6{
    margin-top: 1.5rem;
  }

  #app .sm\:mr-6{
    margin-right: 1.5rem;
  }

  #app .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  #app .sm\:ml-6{
    margin-left: 1.5rem;
  }

  #app .sm\:mt-7{
    margin-top: 1.75rem;
  }

  #app .sm\:mr-7{
    margin-right: 1.75rem;
  }

  #app .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  #app .sm\:ml-7{
    margin-left: 1.75rem;
  }

  #app .sm\:mt-8{
    margin-top: 2rem;
  }

  #app .sm\:mr-8{
    margin-right: 2rem;
  }

  #app .sm\:mb-8{
    margin-bottom: 2rem;
  }

  #app .sm\:ml-8{
    margin-left: 2rem;
  }

  #app .sm\:mt-9{
    margin-top: 2.25rem;
  }

  #app .sm\:mr-9{
    margin-right: 2.25rem;
  }

  #app .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  #app .sm\:ml-9{
    margin-left: 2.25rem;
  }

  #app .sm\:mt-10{
    margin-top: 2.5rem;
  }

  #app .sm\:mr-10{
    margin-right: 2.5rem;
  }

  #app .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  #app .sm\:ml-10{
    margin-left: 2.5rem;
  }

  #app .sm\:mt-11{
    margin-top: 2.75rem;
  }

  #app .sm\:mr-11{
    margin-right: 2.75rem;
  }

  #app .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

  #app .sm\:ml-11{
    margin-left: 2.75rem;
  }

  #app .sm\:mt-12{
    margin-top: 3rem;
  }

  #app .sm\:mr-12{
    margin-right: 3rem;
  }

  #app .sm\:mb-12{
    margin-bottom: 3rem;
  }

  #app .sm\:ml-12{
    margin-left: 3rem;
  }

  #app .sm\:mt-14{
    margin-top: 3.5rem;
  }

  #app .sm\:mr-14{
    margin-right: 3.5rem;
  }

  #app .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  #app .sm\:ml-14{
    margin-left: 3.5rem;
  }

  #app .sm\:mt-16{
    margin-top: 4rem;
  }

  #app .sm\:mr-16{
    margin-right: 4rem;
  }

  #app .sm\:mb-16{
    margin-bottom: 4rem;
  }

  #app .sm\:ml-16{
    margin-left: 4rem;
  }

  #app .sm\:mt-20{
    margin-top: 5rem;
  }

  #app .sm\:mr-20{
    margin-right: 5rem;
  }

  #app .sm\:mb-20{
    margin-bottom: 5rem;
  }

  #app .sm\:ml-20{
    margin-left: 5rem;
  }

  #app .sm\:mt-24{
    margin-top: 6rem;
  }

  #app .sm\:mr-24{
    margin-right: 6rem;
  }

  #app .sm\:mb-24{
    margin-bottom: 6rem;
  }

  #app .sm\:ml-24{
    margin-left: 6rem;
  }

  #app .sm\:mt-28{
    margin-top: 7rem;
  }

  #app .sm\:mr-28{
    margin-right: 7rem;
  }

  #app .sm\:mb-28{
    margin-bottom: 7rem;
  }

  #app .sm\:ml-28{
    margin-left: 7rem;
  }

  #app .sm\:mt-32{
    margin-top: 8rem;
  }

  #app .sm\:mr-32{
    margin-right: 8rem;
  }

  #app .sm\:mb-32{
    margin-bottom: 8rem;
  }

  #app .sm\:ml-32{
    margin-left: 8rem;
  }

  #app .sm\:mt-36{
    margin-top: 9rem;
  }

  #app .sm\:mr-36{
    margin-right: 9rem;
  }

  #app .sm\:mb-36{
    margin-bottom: 9rem;
  }

  #app .sm\:ml-36{
    margin-left: 9rem;
  }

  #app .sm\:mt-40{
    margin-top: 10rem;
  }

  #app .sm\:mr-40{
    margin-right: 10rem;
  }

  #app .sm\:mb-40{
    margin-bottom: 10rem;
  }

  #app .sm\:ml-40{
    margin-left: 10rem;
  }

  #app .sm\:mt-44{
    margin-top: 11rem;
  }

  #app .sm\:mr-44{
    margin-right: 11rem;
  }

  #app .sm\:mb-44{
    margin-bottom: 11rem;
  }

  #app .sm\:ml-44{
    margin-left: 11rem;
  }

  #app .sm\:mt-48{
    margin-top: 12rem;
  }

  #app .sm\:mr-48{
    margin-right: 12rem;
  }

  #app .sm\:mb-48{
    margin-bottom: 12rem;
  }

  #app .sm\:ml-48{
    margin-left: 12rem;
  }

  #app .sm\:mt-52{
    margin-top: 13rem;
  }

  #app .sm\:mr-52{
    margin-right: 13rem;
  }

  #app .sm\:mb-52{
    margin-bottom: 13rem;
  }

  #app .sm\:ml-52{
    margin-left: 13rem;
  }

  #app .sm\:mt-56{
    margin-top: 14rem;
  }

  #app .sm\:mr-56{
    margin-right: 14rem;
  }

  #app .sm\:mb-56{
    margin-bottom: 14rem;
  }

  #app .sm\:ml-56{
    margin-left: 14rem;
  }

  #app .sm\:mt-60{
    margin-top: 15rem;
  }

  #app .sm\:mr-60{
    margin-right: 15rem;
  }

  #app .sm\:mb-60{
    margin-bottom: 15rem;
  }

  #app .sm\:ml-60{
    margin-left: 15rem;
  }

  #app .sm\:mt-64{
    margin-top: 16rem;
  }

  #app .sm\:mr-64{
    margin-right: 16rem;
  }

  #app .sm\:mb-64{
    margin-bottom: 16rem;
  }

  #app .sm\:ml-64{
    margin-left: 16rem;
  }

  #app .sm\:mt-72{
    margin-top: 18rem;
  }

  #app .sm\:mr-72{
    margin-right: 18rem;
  }

  #app .sm\:mb-72{
    margin-bottom: 18rem;
  }

  #app .sm\:ml-72{
    margin-left: 18rem;
  }

  #app .sm\:mt-80{
    margin-top: 20rem;
  }

  #app .sm\:mr-80{
    margin-right: 20rem;
  }

  #app .sm\:mb-80{
    margin-bottom: 20rem;
  }

  #app .sm\:ml-80{
    margin-left: 20rem;
  }

  #app .sm\:mt-96{
    margin-top: 24rem;
  }

  #app .sm\:mr-96{
    margin-right: 24rem;
  }

  #app .sm\:mb-96{
    margin-bottom: 24rem;
  }

  #app .sm\:ml-96{
    margin-left: 24rem;
  }

  #app .sm\:mt-auto{
    margin-top: auto;
  }

  #app .sm\:mr-auto{
    margin-right: auto;
  }

  #app .sm\:mb-auto{
    margin-bottom: auto;
  }

  #app .sm\:ml-auto{
    margin-left: auto;
  }

  #app .sm\:mt-px{
    margin-top: 1px;
  }

  #app .sm\:mr-px{
    margin-right: 1px;
  }

  #app .sm\:mb-px{
    margin-bottom: 1px;
  }

  #app .sm\:ml-px{
    margin-left: 1px;
  }

  #app .sm\:mt-0\.5{
    margin-top: 0.125rem;
  }

  #app .sm\:mr-0\.5{
    margin-right: 0.125rem;
  }

  #app .sm\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  #app .sm\:ml-0\.5{
    margin-left: 0.125rem;
  }

  #app .sm\:mt-1\.5{
    margin-top: 0.375rem;
  }

  #app .sm\:mr-1\.5{
    margin-right: 0.375rem;
  }

  #app .sm\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  #app .sm\:ml-1\.5{
    margin-left: 0.375rem;
  }

  #app .sm\:mt-2\.5{
    margin-top: 0.625rem;
  }

  #app .sm\:mr-2\.5{
    margin-right: 0.625rem;
  }

  #app .sm\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  #app .sm\:ml-2\.5{
    margin-left: 0.625rem;
  }

  #app .sm\:mt-3\.5{
    margin-top: 0.875rem;
  }

  #app .sm\:mr-3\.5{
    margin-right: 0.875rem;
  }

  #app .sm\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  #app .sm\:ml-3\.5{
    margin-left: 0.875rem;
  }

  #app .sm\:-mt-0{
    margin-top: 0px;
  }

  #app .sm\:-mr-0{
    margin-right: 0px;
  }

  #app .sm\:-mb-0{
    margin-bottom: 0px;
  }

  #app .sm\:-ml-0{
    margin-left: 0px;
  }

  #app .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  #app .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  #app .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  #app .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  #app .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  #app .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  #app .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  #app .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  #app .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  #app .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  #app .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  #app .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  #app .sm\:-mt-4{
    margin-top: -1rem;
  }

  #app .sm\:-mr-4{
    margin-right: -1rem;
  }

  #app .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  #app .sm\:-ml-4{
    margin-left: -1rem;
  }

  #app .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  #app .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  #app .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  #app .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  #app .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  #app .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  #app .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  #app .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  #app .sm\:-mt-7{
    margin-top: -1.75rem;
  }

  #app .sm\:-mr-7{
    margin-right: -1.75rem;
  }

  #app .sm\:-mb-7{
    margin-bottom: -1.75rem;
  }

  #app .sm\:-ml-7{
    margin-left: -1.75rem;
  }

  #app .sm\:-mt-8{
    margin-top: -2rem;
  }

  #app .sm\:-mr-8{
    margin-right: -2rem;
  }

  #app .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  #app .sm\:-ml-8{
    margin-left: -2rem;
  }

  #app .sm\:-mt-9{
    margin-top: -2.25rem;
  }

  #app .sm\:-mr-9{
    margin-right: -2.25rem;
  }

  #app .sm\:-mb-9{
    margin-bottom: -2.25rem;
  }

  #app .sm\:-ml-9{
    margin-left: -2.25rem;
  }

  #app .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  #app .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  #app .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  #app .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  #app .sm\:-mt-11{
    margin-top: -2.75rem;
  }

  #app .sm\:-mr-11{
    margin-right: -2.75rem;
  }

  #app .sm\:-mb-11{
    margin-bottom: -2.75rem;
  }

  #app .sm\:-ml-11{
    margin-left: -2.75rem;
  }

  #app .sm\:-mt-12{
    margin-top: -3rem;
  }

  #app .sm\:-mr-12{
    margin-right: -3rem;
  }

  #app .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  #app .sm\:-ml-12{
    margin-left: -3rem;
  }

  #app .sm\:-mt-14{
    margin-top: -3.5rem;
  }

  #app .sm\:-mr-14{
    margin-right: -3.5rem;
  }

  #app .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }

  #app .sm\:-ml-14{
    margin-left: -3.5rem;
  }

  #app .sm\:-mt-16{
    margin-top: -4rem;
  }

  #app .sm\:-mr-16{
    margin-right: -4rem;
  }

  #app .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  #app .sm\:-ml-16{
    margin-left: -4rem;
  }

  #app .sm\:-mt-20{
    margin-top: -5rem;
  }

  #app .sm\:-mr-20{
    margin-right: -5rem;
  }

  #app .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  #app .sm\:-ml-20{
    margin-left: -5rem;
  }

  #app .sm\:-mt-24{
    margin-top: -6rem;
  }

  #app .sm\:-mr-24{
    margin-right: -6rem;
  }

  #app .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  #app .sm\:-ml-24{
    margin-left: -6rem;
  }

  #app .sm\:-mt-28{
    margin-top: -7rem;
  }

  #app .sm\:-mr-28{
    margin-right: -7rem;
  }

  #app .sm\:-mb-28{
    margin-bottom: -7rem;
  }

  #app .sm\:-ml-28{
    margin-left: -7rem;
  }

  #app .sm\:-mt-32{
    margin-top: -8rem;
  }

  #app .sm\:-mr-32{
    margin-right: -8rem;
  }

  #app .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  #app .sm\:-ml-32{
    margin-left: -8rem;
  }

  #app .sm\:-mt-36{
    margin-top: -9rem;
  }

  #app .sm\:-mr-36{
    margin-right: -9rem;
  }

  #app .sm\:-mb-36{
    margin-bottom: -9rem;
  }

  #app .sm\:-ml-36{
    margin-left: -9rem;
  }

  #app .sm\:-mt-40{
    margin-top: -10rem;
  }

  #app .sm\:-mr-40{
    margin-right: -10rem;
  }

  #app .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  #app .sm\:-ml-40{
    margin-left: -10rem;
  }

  #app .sm\:-mt-44{
    margin-top: -11rem;
  }

  #app .sm\:-mr-44{
    margin-right: -11rem;
  }

  #app .sm\:-mb-44{
    margin-bottom: -11rem;
  }

  #app .sm\:-ml-44{
    margin-left: -11rem;
  }

  #app .sm\:-mt-48{
    margin-top: -12rem;
  }

  #app .sm\:-mr-48{
    margin-right: -12rem;
  }

  #app .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  #app .sm\:-ml-48{
    margin-left: -12rem;
  }

  #app .sm\:-mt-52{
    margin-top: -13rem;
  }

  #app .sm\:-mr-52{
    margin-right: -13rem;
  }

  #app .sm\:-mb-52{
    margin-bottom: -13rem;
  }

  #app .sm\:-ml-52{
    margin-left: -13rem;
  }

  #app .sm\:-mt-56{
    margin-top: -14rem;
  }

  #app .sm\:-mr-56{
    margin-right: -14rem;
  }

  #app .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  #app .sm\:-ml-56{
    margin-left: -14rem;
  }

  #app .sm\:-mt-60{
    margin-top: -15rem;
  }

  #app .sm\:-mr-60{
    margin-right: -15rem;
  }

  #app .sm\:-mb-60{
    margin-bottom: -15rem;
  }

  #app .sm\:-ml-60{
    margin-left: -15rem;
  }

  #app .sm\:-mt-64{
    margin-top: -16rem;
  }

  #app .sm\:-mr-64{
    margin-right: -16rem;
  }

  #app .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  #app .sm\:-ml-64{
    margin-left: -16rem;
  }

  #app .sm\:-mt-72{
    margin-top: -18rem;
  }

  #app .sm\:-mr-72{
    margin-right: -18rem;
  }

  #app .sm\:-mb-72{
    margin-bottom: -18rem;
  }

  #app .sm\:-ml-72{
    margin-left: -18rem;
  }

  #app .sm\:-mt-80{
    margin-top: -20rem;
  }

  #app .sm\:-mr-80{
    margin-right: -20rem;
  }

  #app .sm\:-mb-80{
    margin-bottom: -20rem;
  }

  #app .sm\:-ml-80{
    margin-left: -20rem;
  }

  #app .sm\:-mt-96{
    margin-top: -24rem;
  }

  #app .sm\:-mr-96{
    margin-right: -24rem;
  }

  #app .sm\:-mb-96{
    margin-bottom: -24rem;
  }

  #app .sm\:-ml-96{
    margin-left: -24rem;
  }

  #app .sm\:-mt-px{
    margin-top: -1px;
  }

  #app .sm\:-mr-px{
    margin-right: -1px;
  }

  #app .sm\:-mb-px{
    margin-bottom: -1px;
  }

  #app .sm\:-ml-px{
    margin-left: -1px;
  }

  #app .sm\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  #app .sm\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  #app .sm\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  #app .sm\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  #app .sm\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  #app .sm\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  #app .sm\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  #app .sm\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  #app .sm\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  #app .sm\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  #app .sm\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  #app .sm\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  #app .sm\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  #app .sm\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  #app .sm\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  #app .sm\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  #app .sm\:max-h-0{
    max-height: 0px;
  }

  #app .sm\:max-h-1{
    max-height: 0.25rem;
  }

  #app .sm\:max-h-2{
    max-height: 0.5rem;
  }

  #app .sm\:max-h-3{
    max-height: 0.75rem;
  }

  #app .sm\:max-h-4{
    max-height: 1rem;
  }

  #app .sm\:max-h-5{
    max-height: 1.25rem;
  }

  #app .sm\:max-h-6{
    max-height: 1.5rem;
  }

  #app .sm\:max-h-7{
    max-height: 1.75rem;
  }

  #app .sm\:max-h-8{
    max-height: 2rem;
  }

  #app .sm\:max-h-9{
    max-height: 2.25rem;
  }

  #app .sm\:max-h-10{
    max-height: 2.5rem;
  }

  #app .sm\:max-h-11{
    max-height: 2.75rem;
  }

  #app .sm\:max-h-12{
    max-height: 3rem;
  }

  #app .sm\:max-h-14{
    max-height: 3.5rem;
  }

  #app .sm\:max-h-16{
    max-height: 4rem;
  }

  #app .sm\:max-h-20{
    max-height: 5rem;
  }

  #app .sm\:max-h-24{
    max-height: 6rem;
  }

  #app .sm\:max-h-28{
    max-height: 7rem;
  }

  #app .sm\:max-h-32{
    max-height: 8rem;
  }

  #app .sm\:max-h-36{
    max-height: 9rem;
  }

  #app .sm\:max-h-40{
    max-height: 10rem;
  }

  #app .sm\:max-h-44{
    max-height: 11rem;
  }

  #app .sm\:max-h-48{
    max-height: 12rem;
  }

  #app .sm\:max-h-52{
    max-height: 13rem;
  }

  #app .sm\:max-h-56{
    max-height: 14rem;
  }

  #app .sm\:max-h-60{
    max-height: 15rem;
  }

  #app .sm\:max-h-64{
    max-height: 16rem;
  }

  #app .sm\:max-h-72{
    max-height: 18rem;
  }

  #app .sm\:max-h-80{
    max-height: 20rem;
  }

  #app .sm\:max-h-96{
    max-height: 24rem;
  }

  #app .sm\:max-h-px{
    max-height: 1px;
  }

  #app .sm\:max-h-0\.5{
    max-height: 0.125rem;
  }

  #app .sm\:max-h-1\.5{
    max-height: 0.375rem;
  }

  #app .sm\:max-h-2\.5{
    max-height: 0.625rem;
  }

  #app .sm\:max-h-3\.5{
    max-height: 0.875rem;
  }

  #app .sm\:max-h-full{
    max-height: 100%;
  }

  #app .sm\:max-h-screen{
    max-height: 100vh;
  }

  #app .sm\:max-w-0{
    max-width: 0rem;
  }

  #app .sm\:max-w-none{
    max-width: none;
  }

  #app .sm\:max-w-xs{
    max-width: 20rem;
  }

  #app .sm\:max-w-sm{
    max-width: 24rem;
  }

  #app .sm\:max-w-md{
    max-width: 28rem;
  }

  #app .sm\:max-w-lg{
    max-width: 32rem;
  }

  #app .sm\:max-w-xl{
    max-width: 36rem;
  }

  #app .sm\:max-w-2xl{
    max-width: 42rem;
  }

  #app .sm\:max-w-3xl{
    max-width: 48rem;
  }

  #app .sm\:max-w-4xl{
    max-width: 56rem;
  }

  #app .sm\:max-w-5xl{
    max-width: 64rem;
  }

  #app .sm\:max-w-6xl{
    max-width: 72rem;
  }

  #app .sm\:max-w-7xl{
    max-width: 80rem;
  }

  #app .sm\:max-w-full{
    max-width: 100%;
  }

  #app .sm\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  #app .sm\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  #app .sm\:max-w-prose{
    max-width: 65ch;
  }

  #app .sm\:max-w-screen-sm{
    max-width: 640px;
  }

  #app .sm\:max-w-screen-md{
    max-width: 768px;
  }

  #app .sm\:max-w-screen-lg{
    max-width: 1024px;
  }

  #app .sm\:max-w-screen-xl{
    max-width: 1280px;
  }

  #app .sm\:max-w-screen-2xl{
    max-width: 1536px;
  }

  #app .sm\:min-h-0{
    min-height: 0px;
  }

  #app .sm\:min-h-full{
    min-height: 100%;
  }

  #app .sm\:min-h-screen{
    min-height: 100vh;
  }

  #app .sm\:min-w-0{
    min-width: 0px;
  }

  #app .sm\:min-w-full{
    min-width: 100%;
  }

  #app .sm\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  #app .sm\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  #app .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  #app .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  #app .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  #app .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  #app .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  #app .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  #app .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  #app .sm\:opacity-0{
    opacity: 0;
  }

  #app .sm\:opacity-5{
    opacity: 0.05;
  }

  #app .sm\:opacity-10{
    opacity: 0.1;
  }

  #app .sm\:opacity-20{
    opacity: 0.2;
  }

  #app .sm\:opacity-25{
    opacity: 0.25;
  }

  #app .sm\:opacity-30{
    opacity: 0.3;
  }

  #app .sm\:opacity-40{
    opacity: 0.4;
  }

  #app .sm\:opacity-50{
    opacity: 0.5;
  }

  #app .sm\:opacity-60{
    opacity: 0.6;
  }

  #app .sm\:opacity-70{
    opacity: 0.7;
  }

  #app .sm\:opacity-75{
    opacity: 0.75;
  }

  #app .sm\:opacity-80{
    opacity: 0.8;
  }

  #app .sm\:opacity-90{
    opacity: 0.9;
  }

  #app .sm\:opacity-95{
    opacity: 0.95;
  }

  #app .sm\:opacity-100{
    opacity: 1;
  }

  #app .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  #app .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  #app .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  #app .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  #app .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  #app .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  #app .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  #app .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  #app .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  #app .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  #app .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  #app .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  #app .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  #app .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  #app .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  #app .sm\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  #app .sm\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  #app .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  #app .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  #app .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  #app .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  #app .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  #app .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  #app .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  #app .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  #app .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  #app .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  #app .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  #app .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  #app .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  #app .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  #app .sm\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  #app .sm\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  #app .sm\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  #app .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  #app .sm\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  #app .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  #app .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  #app .sm\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  #app .sm\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  #app .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  #app .sm\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  #app .sm\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  #app .sm\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  #app .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  #app .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  #app .sm\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  #app .sm\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  #app .sm\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  #app .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  #app .sm\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  #app .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  #app .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  #app .sm\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  #app .sm\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  #app .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  #app .sm\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  #app .sm\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  #app .sm\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  #app .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  #app .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .sm\:overflow-auto{
    overflow: auto;
  }

  #app .sm\:overflow-hidden{
    overflow: hidden;
  }

  #app .sm\:overflow-visible{
    overflow: visible;
  }

  #app .sm\:overflow-scroll{
    overflow: scroll;
  }

  #app .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  #app .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  #app .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  #app .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  #app .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  #app .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  #app .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  #app .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  #app .sm\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  #app .sm\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  #app .sm\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  #app .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  #app .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  #app .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  #app .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  #app .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  #app .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  #app .sm\:p-0{
    padding: 0px;
  }

  #app .sm\:p-1{
    padding: 0.25rem;
  }

  #app .sm\:p-2{
    padding: 0.5rem;
  }

  #app .sm\:p-3{
    padding: 0.75rem;
  }

  #app .sm\:p-4{
    padding: 1rem;
  }

  #app .sm\:p-5{
    padding: 1.25rem;
  }

  #app .sm\:p-6{
    padding: 1.5rem;
  }

  #app .sm\:p-7{
    padding: 1.75rem;
  }

  #app .sm\:p-8{
    padding: 2rem;
  }

  #app .sm\:p-9{
    padding: 2.25rem;
  }

  #app .sm\:p-10{
    padding: 2.5rem;
  }

  #app .sm\:p-11{
    padding: 2.75rem;
  }

  #app .sm\:p-12{
    padding: 3rem;
  }

  #app .sm\:p-14{
    padding: 3.5rem;
  }

  #app .sm\:p-16{
    padding: 4rem;
  }

  #app .sm\:p-20{
    padding: 5rem;
  }

  #app .sm\:p-24{
    padding: 6rem;
  }

  #app .sm\:p-28{
    padding: 7rem;
  }

  #app .sm\:p-32{
    padding: 8rem;
  }

  #app .sm\:p-36{
    padding: 9rem;
  }

  #app .sm\:p-40{
    padding: 10rem;
  }

  #app .sm\:p-44{
    padding: 11rem;
  }

  #app .sm\:p-48{
    padding: 12rem;
  }

  #app .sm\:p-52{
    padding: 13rem;
  }

  #app .sm\:p-56{
    padding: 14rem;
  }

  #app .sm\:p-60{
    padding: 15rem;
  }

  #app .sm\:p-64{
    padding: 16rem;
  }

  #app .sm\:p-72{
    padding: 18rem;
  }

  #app .sm\:p-80{
    padding: 20rem;
  }

  #app .sm\:p-96{
    padding: 24rem;
  }

  #app .sm\:p-px{
    padding: 1px;
  }

  #app .sm\:p-0\.5{
    padding: 0.125rem;
  }

  #app .sm\:p-1\.5{
    padding: 0.375rem;
  }

  #app .sm\:p-2\.5{
    padding: 0.625rem;
  }

  #app .sm\:p-3\.5{
    padding: 0.875rem;
  }

  #app .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #app .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  #app .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #app .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #app .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #app .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #app .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .sm\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  #app .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  #app .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #app .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #app .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #app .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #app .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #app .sm\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #app .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .sm\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  #app .sm\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  #app .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .sm\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  #app .sm\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  #app .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .sm\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  #app .sm\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  #app .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .sm\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  #app .sm\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  #app .sm\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  #app .sm\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  #app .sm\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  #app .sm\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  #app .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .sm\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  #app .sm\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  #app .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #app .sm\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #app .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #app .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #app .sm\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #app .sm\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #app .sm\:pt-0{
    padding-top: 0px;
  }

  #app .sm\:pr-0{
    padding-right: 0px;
  }

  #app .sm\:pb-0{
    padding-bottom: 0px;
  }

  #app .sm\:pl-0{
    padding-left: 0px;
  }

  #app .sm\:pt-1{
    padding-top: 0.25rem;
  }

  #app .sm\:pr-1{
    padding-right: 0.25rem;
  }

  #app .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  #app .sm\:pl-1{
    padding-left: 0.25rem;
  }

  #app .sm\:pt-2{
    padding-top: 0.5rem;
  }

  #app .sm\:pr-2{
    padding-right: 0.5rem;
  }

  #app .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  #app .sm\:pl-2{
    padding-left: 0.5rem;
  }

  #app .sm\:pt-3{
    padding-top: 0.75rem;
  }

  #app .sm\:pr-3{
    padding-right: 0.75rem;
  }

  #app .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  #app .sm\:pl-3{
    padding-left: 0.75rem;
  }

  #app .sm\:pt-4{
    padding-top: 1rem;
  }

  #app .sm\:pr-4{
    padding-right: 1rem;
  }

  #app .sm\:pb-4{
    padding-bottom: 1rem;
  }

  #app .sm\:pl-4{
    padding-left: 1rem;
  }

  #app .sm\:pt-5{
    padding-top: 1.25rem;
  }

  #app .sm\:pr-5{
    padding-right: 1.25rem;
  }

  #app .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  #app .sm\:pl-5{
    padding-left: 1.25rem;
  }

  #app .sm\:pt-6{
    padding-top: 1.5rem;
  }

  #app .sm\:pr-6{
    padding-right: 1.5rem;
  }

  #app .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  #app .sm\:pl-6{
    padding-left: 1.5rem;
  }

  #app .sm\:pt-7{
    padding-top: 1.75rem;
  }

  #app .sm\:pr-7{
    padding-right: 1.75rem;
  }

  #app .sm\:pb-7{
    padding-bottom: 1.75rem;
  }

  #app .sm\:pl-7{
    padding-left: 1.75rem;
  }

  #app .sm\:pt-8{
    padding-top: 2rem;
  }

  #app .sm\:pr-8{
    padding-right: 2rem;
  }

  #app .sm\:pb-8{
    padding-bottom: 2rem;
  }

  #app .sm\:pl-8{
    padding-left: 2rem;
  }

  #app .sm\:pt-9{
    padding-top: 2.25rem;
  }

  #app .sm\:pr-9{
    padding-right: 2.25rem;
  }

  #app .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  #app .sm\:pl-9{
    padding-left: 2.25rem;
  }

  #app .sm\:pt-10{
    padding-top: 2.5rem;
  }

  #app .sm\:pr-10{
    padding-right: 2.5rem;
  }

  #app .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  #app .sm\:pl-10{
    padding-left: 2.5rem;
  }

  #app .sm\:pt-11{
    padding-top: 2.75rem;
  }

  #app .sm\:pr-11{
    padding-right: 2.75rem;
  }

  #app .sm\:pb-11{
    padding-bottom: 2.75rem;
  }

  #app .sm\:pl-11{
    padding-left: 2.75rem;
  }

  #app .sm\:pt-12{
    padding-top: 3rem;
  }

  #app .sm\:pr-12{
    padding-right: 3rem;
  }

  #app .sm\:pb-12{
    padding-bottom: 3rem;
  }

  #app .sm\:pl-12{
    padding-left: 3rem;
  }

  #app .sm\:pt-14{
    padding-top: 3.5rem;
  }

  #app .sm\:pr-14{
    padding-right: 3.5rem;
  }

  #app .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  #app .sm\:pl-14{
    padding-left: 3.5rem;
  }

  #app .sm\:pt-16{
    padding-top: 4rem;
  }

  #app .sm\:pr-16{
    padding-right: 4rem;
  }

  #app .sm\:pb-16{
    padding-bottom: 4rem;
  }

  #app .sm\:pl-16{
    padding-left: 4rem;
  }

  #app .sm\:pt-20{
    padding-top: 5rem;
  }

  #app .sm\:pr-20{
    padding-right: 5rem;
  }

  #app .sm\:pb-20{
    padding-bottom: 5rem;
  }

  #app .sm\:pl-20{
    padding-left: 5rem;
  }

  #app .sm\:pt-24{
    padding-top: 6rem;
  }

  #app .sm\:pr-24{
    padding-right: 6rem;
  }

  #app .sm\:pb-24{
    padding-bottom: 6rem;
  }

  #app .sm\:pl-24{
    padding-left: 6rem;
  }

  #app .sm\:pt-28{
    padding-top: 7rem;
  }

  #app .sm\:pr-28{
    padding-right: 7rem;
  }

  #app .sm\:pb-28{
    padding-bottom: 7rem;
  }

  #app .sm\:pl-28{
    padding-left: 7rem;
  }

  #app .sm\:pt-32{
    padding-top: 8rem;
  }

  #app .sm\:pr-32{
    padding-right: 8rem;
  }

  #app .sm\:pb-32{
    padding-bottom: 8rem;
  }

  #app .sm\:pl-32{
    padding-left: 8rem;
  }

  #app .sm\:pt-36{
    padding-top: 9rem;
  }

  #app .sm\:pr-36{
    padding-right: 9rem;
  }

  #app .sm\:pb-36{
    padding-bottom: 9rem;
  }

  #app .sm\:pl-36{
    padding-left: 9rem;
  }

  #app .sm\:pt-40{
    padding-top: 10rem;
  }

  #app .sm\:pr-40{
    padding-right: 10rem;
  }

  #app .sm\:pb-40{
    padding-bottom: 10rem;
  }

  #app .sm\:pl-40{
    padding-left: 10rem;
  }

  #app .sm\:pt-44{
    padding-top: 11rem;
  }

  #app .sm\:pr-44{
    padding-right: 11rem;
  }

  #app .sm\:pb-44{
    padding-bottom: 11rem;
  }

  #app .sm\:pl-44{
    padding-left: 11rem;
  }

  #app .sm\:pt-48{
    padding-top: 12rem;
  }

  #app .sm\:pr-48{
    padding-right: 12rem;
  }

  #app .sm\:pb-48{
    padding-bottom: 12rem;
  }

  #app .sm\:pl-48{
    padding-left: 12rem;
  }

  #app .sm\:pt-52{
    padding-top: 13rem;
  }

  #app .sm\:pr-52{
    padding-right: 13rem;
  }

  #app .sm\:pb-52{
    padding-bottom: 13rem;
  }

  #app .sm\:pl-52{
    padding-left: 13rem;
  }

  #app .sm\:pt-56{
    padding-top: 14rem;
  }

  #app .sm\:pr-56{
    padding-right: 14rem;
  }

  #app .sm\:pb-56{
    padding-bottom: 14rem;
  }

  #app .sm\:pl-56{
    padding-left: 14rem;
  }

  #app .sm\:pt-60{
    padding-top: 15rem;
  }

  #app .sm\:pr-60{
    padding-right: 15rem;
  }

  #app .sm\:pb-60{
    padding-bottom: 15rem;
  }

  #app .sm\:pl-60{
    padding-left: 15rem;
  }

  #app .sm\:pt-64{
    padding-top: 16rem;
  }

  #app .sm\:pr-64{
    padding-right: 16rem;
  }

  #app .sm\:pb-64{
    padding-bottom: 16rem;
  }

  #app .sm\:pl-64{
    padding-left: 16rem;
  }

  #app .sm\:pt-72{
    padding-top: 18rem;
  }

  #app .sm\:pr-72{
    padding-right: 18rem;
  }

  #app .sm\:pb-72{
    padding-bottom: 18rem;
  }

  #app .sm\:pl-72{
    padding-left: 18rem;
  }

  #app .sm\:pt-80{
    padding-top: 20rem;
  }

  #app .sm\:pr-80{
    padding-right: 20rem;
  }

  #app .sm\:pb-80{
    padding-bottom: 20rem;
  }

  #app .sm\:pl-80{
    padding-left: 20rem;
  }

  #app .sm\:pt-96{
    padding-top: 24rem;
  }

  #app .sm\:pr-96{
    padding-right: 24rem;
  }

  #app .sm\:pb-96{
    padding-bottom: 24rem;
  }

  #app .sm\:pl-96{
    padding-left: 24rem;
  }

  #app .sm\:pt-px{
    padding-top: 1px;
  }

  #app .sm\:pr-px{
    padding-right: 1px;
  }

  #app .sm\:pb-px{
    padding-bottom: 1px;
  }

  #app .sm\:pl-px{
    padding-left: 1px;
  }

  #app .sm\:pt-0\.5{
    padding-top: 0.125rem;
  }

  #app .sm\:pr-0\.5{
    padding-right: 0.125rem;
  }

  #app .sm\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  #app .sm\:pl-0\.5{
    padding-left: 0.125rem;
  }

  #app .sm\:pt-1\.5{
    padding-top: 0.375rem;
  }

  #app .sm\:pr-1\.5{
    padding-right: 0.375rem;
  }

  #app .sm\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  #app .sm\:pl-1\.5{
    padding-left: 0.375rem;
  }

  #app .sm\:pt-2\.5{
    padding-top: 0.625rem;
  }

  #app .sm\:pr-2\.5{
    padding-right: 0.625rem;
  }

  #app .sm\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  #app .sm\:pl-2\.5{
    padding-left: 0.625rem;
  }

  #app .sm\:pt-3\.5{
    padding-top: 0.875rem;
  }

  #app .sm\:pr-3\.5{
    padding-right: 0.875rem;
  }

  #app .sm\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  #app .sm\:pl-3\.5{
    padding-left: 0.875rem;
  }

  #app .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  #app .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  #app .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  #app .sm\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  #app .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  #app .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  #app .sm\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  #app .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  #app .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  #app .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  #app .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  #app .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  #app .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .sm\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .sm\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .sm\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .sm\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .sm\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .sm\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .sm\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .sm\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .sm\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .sm\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .sm\:pointer-events-none{
    pointer-events: none;
  }

  #app .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  #app .sm\:static{
    position: static;
  }

  #app .sm\:fixed{
    position: fixed;
  }

  #app .sm\:absolute{
    position: absolute;
  }

  #app .sm\:relative{
    position: relative;
  }

  #app .sm\:sticky{
    position: sticky;
  }

  #app .sm\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .sm\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  #app .sm\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  #app .sm\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  #app .sm\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  #app .sm\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  #app .sm\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  #app .sm\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  #app .sm\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  #app .sm\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  #app .sm\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  #app .sm\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  #app .sm\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  #app .sm\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  #app .sm\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  #app .sm\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  #app .sm\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  #app .sm\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  #app .sm\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  #app .sm\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  #app .sm\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  #app .sm\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  #app .sm\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  #app .sm\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  #app .sm\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  #app .sm\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  #app .sm\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  #app .sm\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  #app .sm\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  #app .sm\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  #app .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .sm\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  #app .sm\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  #app .sm\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  #app .sm\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  #app .sm\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  #app .sm\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .sm\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  #app .sm\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #app .sm\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  #app .sm\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  #app .sm\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  #app .sm\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  #app .sm\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  #app .sm\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  #app .sm\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  #app .sm\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  #app .sm\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  #app .sm\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  #app .sm\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  #app .sm\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  #app .sm\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #app .sm\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  #app .sm\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  #app .sm\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  #app .sm\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  #app .sm\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  #app .sm\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  #app .sm\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  #app .sm\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  #app .sm\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  #app .sm\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  #app .sm\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  #app .sm\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  #app .sm\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  #app .sm\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  #app .sm\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  #app .sm\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  #app .sm\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  #app .sm\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  #app .sm\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  #app .sm\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .sm\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  #app .sm\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  #app .sm\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  #app .sm\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .sm\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  #app .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #app .sm\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .sm\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  #app .sm\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  #app .sm\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  #app .sm\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .sm\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  #app .sm\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #app .sm\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .sm\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .sm\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  #app .sm\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  #app .sm\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  #app .sm\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  #app .sm\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  #app .sm\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  #app .sm\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  #app .sm\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  #app .sm\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  #app .sm\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  #app .sm\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  #app .sm\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  #app .sm\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  #app .sm\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  #app .sm\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  #app .sm\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  #app .sm\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  #app .sm\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  #app .sm\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  #app .sm\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  #app .sm\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  #app .sm\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  #app .sm\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  #app .sm\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  #app .sm\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  #app .sm\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  #app .sm\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  #app .sm\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  #app .sm\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  #app .sm\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  #app .sm\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  #app .sm\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  #app .sm\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  #app .sm\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  #app .sm\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  #app .sm\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  #app .sm\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  #app .sm\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  #app .sm\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  #app .sm\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  #app .sm\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  #app .sm\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  #app .sm\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  #app .sm\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  #app .sm\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  #app .sm\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  #app .sm\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  #app .sm\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  #app .sm\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  #app .sm\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  #app .sm\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  #app .sm\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  #app .sm\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  #app .sm\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  #app .sm\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  #app .sm\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  #app .sm\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  #app .sm\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  #app .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  #app .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  #app .sm\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  #app .sm\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  #app .sm\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  #app .sm\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  #app .sm\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  #app .sm\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  #app .sm\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  #app .sm\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  #app .sm\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  #app .sm\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  #app .sm\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .sm\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .sm\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  #app .sm\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  #app .sm\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #app .sm\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  #app .sm\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  #app .sm\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  #app .sm\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  #app .sm\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  #app .sm\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  #app .sm\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  #app .sm\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  #app .sm\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  #app .sm\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  #app .sm\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  #app .sm\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  #app .sm\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  #app .sm\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  #app .sm\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  #app .sm\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  #app .sm\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  #app .sm\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  #app .sm\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  #app .sm\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  #app .sm\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  #app .sm\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  #app .sm\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  #app .sm\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  #app .sm\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  #app .sm\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  #app .sm\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  #app .sm\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  #app .sm\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  #app .sm\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  #app .sm\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  #app .sm\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  #app .sm\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  #app .sm\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  #app .sm\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  #app .sm\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  #app .sm\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  #app .sm\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  #app .sm\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  #app .sm\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  #app .sm\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  #app .sm\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  #app .sm\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  #app .sm\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  #app .sm\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  #app .sm\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  #app .sm\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  #app .sm\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  #app .sm\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  #app .sm\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  #app .sm\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  #app .sm\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  #app .sm\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  #app .sm\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  #app .sm\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  #app .sm\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  #app .sm\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  #app .sm\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  #app .sm\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  #app .sm\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  #app .sm\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  #app .sm\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  #app .sm\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  #app .sm\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  #app .sm\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  #app .sm\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  #app .sm\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  #app .sm\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  #app .sm\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  #app .sm\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  #app .sm\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  #app .sm\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  #app .sm\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  #app .sm\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  #app .sm\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  #app .sm\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  #app .sm\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  #app .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  #app .sm\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  #app .sm\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  #app .sm\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  #app .sm\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  #app .sm\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  #app .sm\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  #app .sm\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  #app .sm\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  #app .sm\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  #app .sm\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  #app .sm\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  #app .sm\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  #app .sm\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  #app .sm\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  #app .sm\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  #app .sm\:top-0{
    top: 0px;
  }

  #app .sm\:right-0{
    right: 0px;
  }

  #app .sm\:bottom-0{
    bottom: 0px;
  }

  #app .sm\:left-0{
    left: 0px;
  }

  #app .sm\:top-1{
    top: 0.25rem;
  }

  #app .sm\:right-1{
    right: 0.25rem;
  }

  #app .sm\:bottom-1{
    bottom: 0.25rem;
  }

  #app .sm\:left-1{
    left: 0.25rem;
  }

  #app .sm\:top-2{
    top: 0.5rem;
  }

  #app .sm\:right-2{
    right: 0.5rem;
  }

  #app .sm\:bottom-2{
    bottom: 0.5rem;
  }

  #app .sm\:left-2{
    left: 0.5rem;
  }

  #app .sm\:top-3{
    top: 0.75rem;
  }

  #app .sm\:right-3{
    right: 0.75rem;
  }

  #app .sm\:bottom-3{
    bottom: 0.75rem;
  }

  #app .sm\:left-3{
    left: 0.75rem;
  }

  #app .sm\:top-4{
    top: 1rem;
  }

  #app .sm\:right-4{
    right: 1rem;
  }

  #app .sm\:bottom-4{
    bottom: 1rem;
  }

  #app .sm\:left-4{
    left: 1rem;
  }

  #app .sm\:top-5{
    top: 1.25rem;
  }

  #app .sm\:right-5{
    right: 1.25rem;
  }

  #app .sm\:bottom-5{
    bottom: 1.25rem;
  }

  #app .sm\:left-5{
    left: 1.25rem;
  }

  #app .sm\:top-6{
    top: 1.5rem;
  }

  #app .sm\:right-6{
    right: 1.5rem;
  }

  #app .sm\:bottom-6{
    bottom: 1.5rem;
  }

  #app .sm\:left-6{
    left: 1.5rem;
  }

  #app .sm\:top-7{
    top: 1.75rem;
  }

  #app .sm\:right-7{
    right: 1.75rem;
  }

  #app .sm\:bottom-7{
    bottom: 1.75rem;
  }

  #app .sm\:left-7{
    left: 1.75rem;
  }

  #app .sm\:top-8{
    top: 2rem;
  }

  #app .sm\:right-8{
    right: 2rem;
  }

  #app .sm\:bottom-8{
    bottom: 2rem;
  }

  #app .sm\:left-8{
    left: 2rem;
  }

  #app .sm\:top-9{
    top: 2.25rem;
  }

  #app .sm\:right-9{
    right: 2.25rem;
  }

  #app .sm\:bottom-9{
    bottom: 2.25rem;
  }

  #app .sm\:left-9{
    left: 2.25rem;
  }

  #app .sm\:top-10{
    top: 2.5rem;
  }

  #app .sm\:right-10{
    right: 2.5rem;
  }

  #app .sm\:bottom-10{
    bottom: 2.5rem;
  }

  #app .sm\:left-10{
    left: 2.5rem;
  }

  #app .sm\:top-11{
    top: 2.75rem;
  }

  #app .sm\:right-11{
    right: 2.75rem;
  }

  #app .sm\:bottom-11{
    bottom: 2.75rem;
  }

  #app .sm\:left-11{
    left: 2.75rem;
  }

  #app .sm\:top-12{
    top: 3rem;
  }

  #app .sm\:right-12{
    right: 3rem;
  }

  #app .sm\:bottom-12{
    bottom: 3rem;
  }

  #app .sm\:left-12{
    left: 3rem;
  }

  #app .sm\:top-14{
    top: 3.5rem;
  }

  #app .sm\:right-14{
    right: 3.5rem;
  }

  #app .sm\:bottom-14{
    bottom: 3.5rem;
  }

  #app .sm\:left-14{
    left: 3.5rem;
  }

  #app .sm\:top-16{
    top: 4rem;
  }

  #app .sm\:right-16{
    right: 4rem;
  }

  #app .sm\:bottom-16{
    bottom: 4rem;
  }

  #app .sm\:left-16{
    left: 4rem;
  }

  #app .sm\:top-20{
    top: 5rem;
  }

  #app .sm\:right-20{
    right: 5rem;
  }

  #app .sm\:bottom-20{
    bottom: 5rem;
  }

  #app .sm\:left-20{
    left: 5rem;
  }

  #app .sm\:top-24{
    top: 6rem;
  }

  #app .sm\:right-24{
    right: 6rem;
  }

  #app .sm\:bottom-24{
    bottom: 6rem;
  }

  #app .sm\:left-24{
    left: 6rem;
  }

  #app .sm\:top-28{
    top: 7rem;
  }

  #app .sm\:right-28{
    right: 7rem;
  }

  #app .sm\:bottom-28{
    bottom: 7rem;
  }

  #app .sm\:left-28{
    left: 7rem;
  }

  #app .sm\:top-32{
    top: 8rem;
  }

  #app .sm\:right-32{
    right: 8rem;
  }

  #app .sm\:bottom-32{
    bottom: 8rem;
  }

  #app .sm\:left-32{
    left: 8rem;
  }

  #app .sm\:top-36{
    top: 9rem;
  }

  #app .sm\:right-36{
    right: 9rem;
  }

  #app .sm\:bottom-36{
    bottom: 9rem;
  }

  #app .sm\:left-36{
    left: 9rem;
  }

  #app .sm\:top-40{
    top: 10rem;
  }

  #app .sm\:right-40{
    right: 10rem;
  }

  #app .sm\:bottom-40{
    bottom: 10rem;
  }

  #app .sm\:left-40{
    left: 10rem;
  }

  #app .sm\:top-44{
    top: 11rem;
  }

  #app .sm\:right-44{
    right: 11rem;
  }

  #app .sm\:bottom-44{
    bottom: 11rem;
  }

  #app .sm\:left-44{
    left: 11rem;
  }

  #app .sm\:top-48{
    top: 12rem;
  }

  #app .sm\:right-48{
    right: 12rem;
  }

  #app .sm\:bottom-48{
    bottom: 12rem;
  }

  #app .sm\:left-48{
    left: 12rem;
  }

  #app .sm\:top-52{
    top: 13rem;
  }

  #app .sm\:right-52{
    right: 13rem;
  }

  #app .sm\:bottom-52{
    bottom: 13rem;
  }

  #app .sm\:left-52{
    left: 13rem;
  }

  #app .sm\:top-56{
    top: 14rem;
  }

  #app .sm\:right-56{
    right: 14rem;
  }

  #app .sm\:bottom-56{
    bottom: 14rem;
  }

  #app .sm\:left-56{
    left: 14rem;
  }

  #app .sm\:top-60{
    top: 15rem;
  }

  #app .sm\:right-60{
    right: 15rem;
  }

  #app .sm\:bottom-60{
    bottom: 15rem;
  }

  #app .sm\:left-60{
    left: 15rem;
  }

  #app .sm\:top-64{
    top: 16rem;
  }

  #app .sm\:right-64{
    right: 16rem;
  }

  #app .sm\:bottom-64{
    bottom: 16rem;
  }

  #app .sm\:left-64{
    left: 16rem;
  }

  #app .sm\:top-72{
    top: 18rem;
  }

  #app .sm\:right-72{
    right: 18rem;
  }

  #app .sm\:bottom-72{
    bottom: 18rem;
  }

  #app .sm\:left-72{
    left: 18rem;
  }

  #app .sm\:top-80{
    top: 20rem;
  }

  #app .sm\:right-80{
    right: 20rem;
  }

  #app .sm\:bottom-80{
    bottom: 20rem;
  }

  #app .sm\:left-80{
    left: 20rem;
  }

  #app .sm\:top-96{
    top: 24rem;
  }

  #app .sm\:right-96{
    right: 24rem;
  }

  #app .sm\:bottom-96{
    bottom: 24rem;
  }

  #app .sm\:left-96{
    left: 24rem;
  }

  #app .sm\:top-auto{
    top: auto;
  }

  #app .sm\:right-auto{
    right: auto;
  }

  #app .sm\:bottom-auto{
    bottom: auto;
  }

  #app .sm\:left-auto{
    left: auto;
  }

  #app .sm\:top-px{
    top: 1px;
  }

  #app .sm\:right-px{
    right: 1px;
  }

  #app .sm\:bottom-px{
    bottom: 1px;
  }

  #app .sm\:left-px{
    left: 1px;
  }

  #app .sm\:top-0\.5{
    top: 0.125rem;
  }

  #app .sm\:right-0\.5{
    right: 0.125rem;
  }

  #app .sm\:bottom-0\.5{
    bottom: 0.125rem;
  }

  #app .sm\:left-0\.5{
    left: 0.125rem;
  }

  #app .sm\:top-1\.5{
    top: 0.375rem;
  }

  #app .sm\:right-1\.5{
    right: 0.375rem;
  }

  #app .sm\:bottom-1\.5{
    bottom: 0.375rem;
  }

  #app .sm\:left-1\.5{
    left: 0.375rem;
  }

  #app .sm\:top-2\.5{
    top: 0.625rem;
  }

  #app .sm\:right-2\.5{
    right: 0.625rem;
  }

  #app .sm\:bottom-2\.5{
    bottom: 0.625rem;
  }

  #app .sm\:left-2\.5{
    left: 0.625rem;
  }

  #app .sm\:top-3\.5{
    top: 0.875rem;
  }

  #app .sm\:right-3\.5{
    right: 0.875rem;
  }

  #app .sm\:bottom-3\.5{
    bottom: 0.875rem;
  }

  #app .sm\:left-3\.5{
    left: 0.875rem;
  }

  #app .sm\:-top-0{
    top: 0px;
  }

  #app .sm\:-right-0{
    right: 0px;
  }

  #app .sm\:-bottom-0{
    bottom: 0px;
  }

  #app .sm\:-left-0{
    left: 0px;
  }

  #app .sm\:-top-1{
    top: -0.25rem;
  }

  #app .sm\:-right-1{
    right: -0.25rem;
  }

  #app .sm\:-bottom-1{
    bottom: -0.25rem;
  }

  #app .sm\:-left-1{
    left: -0.25rem;
  }

  #app .sm\:-top-2{
    top: -0.5rem;
  }

  #app .sm\:-right-2{
    right: -0.5rem;
  }

  #app .sm\:-bottom-2{
    bottom: -0.5rem;
  }

  #app .sm\:-left-2{
    left: -0.5rem;
  }

  #app .sm\:-top-3{
    top: -0.75rem;
  }

  #app .sm\:-right-3{
    right: -0.75rem;
  }

  #app .sm\:-bottom-3{
    bottom: -0.75rem;
  }

  #app .sm\:-left-3{
    left: -0.75rem;
  }

  #app .sm\:-top-4{
    top: -1rem;
  }

  #app .sm\:-right-4{
    right: -1rem;
  }

  #app .sm\:-bottom-4{
    bottom: -1rem;
  }

  #app .sm\:-left-4{
    left: -1rem;
  }

  #app .sm\:-top-5{
    top: -1.25rem;
  }

  #app .sm\:-right-5{
    right: -1.25rem;
  }

  #app .sm\:-bottom-5{
    bottom: -1.25rem;
  }

  #app .sm\:-left-5{
    left: -1.25rem;
  }

  #app .sm\:-top-6{
    top: -1.5rem;
  }

  #app .sm\:-right-6{
    right: -1.5rem;
  }

  #app .sm\:-bottom-6{
    bottom: -1.5rem;
  }

  #app .sm\:-left-6{
    left: -1.5rem;
  }

  #app .sm\:-top-7{
    top: -1.75rem;
  }

  #app .sm\:-right-7{
    right: -1.75rem;
  }

  #app .sm\:-bottom-7{
    bottom: -1.75rem;
  }

  #app .sm\:-left-7{
    left: -1.75rem;
  }

  #app .sm\:-top-8{
    top: -2rem;
  }

  #app .sm\:-right-8{
    right: -2rem;
  }

  #app .sm\:-bottom-8{
    bottom: -2rem;
  }

  #app .sm\:-left-8{
    left: -2rem;
  }

  #app .sm\:-top-9{
    top: -2.25rem;
  }

  #app .sm\:-right-9{
    right: -2.25rem;
  }

  #app .sm\:-bottom-9{
    bottom: -2.25rem;
  }

  #app .sm\:-left-9{
    left: -2.25rem;
  }

  #app .sm\:-top-10{
    top: -2.5rem;
  }

  #app .sm\:-right-10{
    right: -2.5rem;
  }

  #app .sm\:-bottom-10{
    bottom: -2.5rem;
  }

  #app .sm\:-left-10{
    left: -2.5rem;
  }

  #app .sm\:-top-11{
    top: -2.75rem;
  }

  #app .sm\:-right-11{
    right: -2.75rem;
  }

  #app .sm\:-bottom-11{
    bottom: -2.75rem;
  }

  #app .sm\:-left-11{
    left: -2.75rem;
  }

  #app .sm\:-top-12{
    top: -3rem;
  }

  #app .sm\:-right-12{
    right: -3rem;
  }

  #app .sm\:-bottom-12{
    bottom: -3rem;
  }

  #app .sm\:-left-12{
    left: -3rem;
  }

  #app .sm\:-top-14{
    top: -3.5rem;
  }

  #app .sm\:-right-14{
    right: -3.5rem;
  }

  #app .sm\:-bottom-14{
    bottom: -3.5rem;
  }

  #app .sm\:-left-14{
    left: -3.5rem;
  }

  #app .sm\:-top-16{
    top: -4rem;
  }

  #app .sm\:-right-16{
    right: -4rem;
  }

  #app .sm\:-bottom-16{
    bottom: -4rem;
  }

  #app .sm\:-left-16{
    left: -4rem;
  }

  #app .sm\:-top-20{
    top: -5rem;
  }

  #app .sm\:-right-20{
    right: -5rem;
  }

  #app .sm\:-bottom-20{
    bottom: -5rem;
  }

  #app .sm\:-left-20{
    left: -5rem;
  }

  #app .sm\:-top-24{
    top: -6rem;
  }

  #app .sm\:-right-24{
    right: -6rem;
  }

  #app .sm\:-bottom-24{
    bottom: -6rem;
  }

  #app .sm\:-left-24{
    left: -6rem;
  }

  #app .sm\:-top-28{
    top: -7rem;
  }

  #app .sm\:-right-28{
    right: -7rem;
  }

  #app .sm\:-bottom-28{
    bottom: -7rem;
  }

  #app .sm\:-left-28{
    left: -7rem;
  }

  #app .sm\:-top-32{
    top: -8rem;
  }

  #app .sm\:-right-32{
    right: -8rem;
  }

  #app .sm\:-bottom-32{
    bottom: -8rem;
  }

  #app .sm\:-left-32{
    left: -8rem;
  }

  #app .sm\:-top-36{
    top: -9rem;
  }

  #app .sm\:-right-36{
    right: -9rem;
  }

  #app .sm\:-bottom-36{
    bottom: -9rem;
  }

  #app .sm\:-left-36{
    left: -9rem;
  }

  #app .sm\:-top-40{
    top: -10rem;
  }

  #app .sm\:-right-40{
    right: -10rem;
  }

  #app .sm\:-bottom-40{
    bottom: -10rem;
  }

  #app .sm\:-left-40{
    left: -10rem;
  }

  #app .sm\:-top-44{
    top: -11rem;
  }

  #app .sm\:-right-44{
    right: -11rem;
  }

  #app .sm\:-bottom-44{
    bottom: -11rem;
  }

  #app .sm\:-left-44{
    left: -11rem;
  }

  #app .sm\:-top-48{
    top: -12rem;
  }

  #app .sm\:-right-48{
    right: -12rem;
  }

  #app .sm\:-bottom-48{
    bottom: -12rem;
  }

  #app .sm\:-left-48{
    left: -12rem;
  }

  #app .sm\:-top-52{
    top: -13rem;
  }

  #app .sm\:-right-52{
    right: -13rem;
  }

  #app .sm\:-bottom-52{
    bottom: -13rem;
  }

  #app .sm\:-left-52{
    left: -13rem;
  }

  #app .sm\:-top-56{
    top: -14rem;
  }

  #app .sm\:-right-56{
    right: -14rem;
  }

  #app .sm\:-bottom-56{
    bottom: -14rem;
  }

  #app .sm\:-left-56{
    left: -14rem;
  }

  #app .sm\:-top-60{
    top: -15rem;
  }

  #app .sm\:-right-60{
    right: -15rem;
  }

  #app .sm\:-bottom-60{
    bottom: -15rem;
  }

  #app .sm\:-left-60{
    left: -15rem;
  }

  #app .sm\:-top-64{
    top: -16rem;
  }

  #app .sm\:-right-64{
    right: -16rem;
  }

  #app .sm\:-bottom-64{
    bottom: -16rem;
  }

  #app .sm\:-left-64{
    left: -16rem;
  }

  #app .sm\:-top-72{
    top: -18rem;
  }

  #app .sm\:-right-72{
    right: -18rem;
  }

  #app .sm\:-bottom-72{
    bottom: -18rem;
  }

  #app .sm\:-left-72{
    left: -18rem;
  }

  #app .sm\:-top-80{
    top: -20rem;
  }

  #app .sm\:-right-80{
    right: -20rem;
  }

  #app .sm\:-bottom-80{
    bottom: -20rem;
  }

  #app .sm\:-left-80{
    left: -20rem;
  }

  #app .sm\:-top-96{
    top: -24rem;
  }

  #app .sm\:-right-96{
    right: -24rem;
  }

  #app .sm\:-bottom-96{
    bottom: -24rem;
  }

  #app .sm\:-left-96{
    left: -24rem;
  }

  #app .sm\:-top-px{
    top: -1px;
  }

  #app .sm\:-right-px{
    right: -1px;
  }

  #app .sm\:-bottom-px{
    bottom: -1px;
  }

  #app .sm\:-left-px{
    left: -1px;
  }

  #app .sm\:-top-0\.5{
    top: -0.125rem;
  }

  #app .sm\:-right-0\.5{
    right: -0.125rem;
  }

  #app .sm\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  #app .sm\:-left-0\.5{
    left: -0.125rem;
  }

  #app .sm\:-top-1\.5{
    top: -0.375rem;
  }

  #app .sm\:-right-1\.5{
    right: -0.375rem;
  }

  #app .sm\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  #app .sm\:-left-1\.5{
    left: -0.375rem;
  }

  #app .sm\:-top-2\.5{
    top: -0.625rem;
  }

  #app .sm\:-right-2\.5{
    right: -0.625rem;
  }

  #app .sm\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  #app .sm\:-left-2\.5{
    left: -0.625rem;
  }

  #app .sm\:-top-3\.5{
    top: -0.875rem;
  }

  #app .sm\:-right-3\.5{
    right: -0.875rem;
  }

  #app .sm\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  #app .sm\:-left-3\.5{
    left: -0.875rem;
  }

  #app .sm\:top-1\/2{
    top: 50%;
  }

  #app .sm\:right-1\/2{
    right: 50%;
  }

  #app .sm\:bottom-1\/2{
    bottom: 50%;
  }

  #app .sm\:left-1\/2{
    left: 50%;
  }

  #app .sm\:top-1\/3{
    top: 33.333333%;
  }

  #app .sm\:right-1\/3{
    right: 33.333333%;
  }

  #app .sm\:bottom-1\/3{
    bottom: 33.333333%;
  }

  #app .sm\:left-1\/3{
    left: 33.333333%;
  }

  #app .sm\:top-2\/3{
    top: 66.666667%;
  }

  #app .sm\:right-2\/3{
    right: 66.666667%;
  }

  #app .sm\:bottom-2\/3{
    bottom: 66.666667%;
  }

  #app .sm\:left-2\/3{
    left: 66.666667%;
  }

  #app .sm\:top-1\/4{
    top: 25%;
  }

  #app .sm\:right-1\/4{
    right: 25%;
  }

  #app .sm\:bottom-1\/4{
    bottom: 25%;
  }

  #app .sm\:left-1\/4{
    left: 25%;
  }

  #app .sm\:top-2\/4{
    top: 50%;
  }

  #app .sm\:right-2\/4{
    right: 50%;
  }

  #app .sm\:bottom-2\/4{
    bottom: 50%;
  }

  #app .sm\:left-2\/4{
    left: 50%;
  }

  #app .sm\:top-3\/4{
    top: 75%;
  }

  #app .sm\:right-3\/4{
    right: 75%;
  }

  #app .sm\:bottom-3\/4{
    bottom: 75%;
  }

  #app .sm\:left-3\/4{
    left: 75%;
  }

  #app .sm\:top-full{
    top: 100%;
  }

  #app .sm\:right-full{
    right: 100%;
  }

  #app .sm\:bottom-full{
    bottom: 100%;
  }

  #app .sm\:left-full{
    left: 100%;
  }

  #app .sm\:-top-1\/2{
    top: -50%;
  }

  #app .sm\:-right-1\/2{
    right: -50%;
  }

  #app .sm\:-bottom-1\/2{
    bottom: -50%;
  }

  #app .sm\:-left-1\/2{
    left: -50%;
  }

  #app .sm\:-top-1\/3{
    top: -33.333333%;
  }

  #app .sm\:-right-1\/3{
    right: -33.333333%;
  }

  #app .sm\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  #app .sm\:-left-1\/3{
    left: -33.333333%;
  }

  #app .sm\:-top-2\/3{
    top: -66.666667%;
  }

  #app .sm\:-right-2\/3{
    right: -66.666667%;
  }

  #app .sm\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  #app .sm\:-left-2\/3{
    left: -66.666667%;
  }

  #app .sm\:-top-1\/4{
    top: -25%;
  }

  #app .sm\:-right-1\/4{
    right: -25%;
  }

  #app .sm\:-bottom-1\/4{
    bottom: -25%;
  }

  #app .sm\:-left-1\/4{
    left: -25%;
  }

  #app .sm\:-top-2\/4{
    top: -50%;
  }

  #app .sm\:-right-2\/4{
    right: -50%;
  }

  #app .sm\:-bottom-2\/4{
    bottom: -50%;
  }

  #app .sm\:-left-2\/4{
    left: -50%;
  }

  #app .sm\:-top-3\/4{
    top: -75%;
  }

  #app .sm\:-right-3\/4{
    right: -75%;
  }

  #app .sm\:-bottom-3\/4{
    bottom: -75%;
  }

  #app .sm\:-left-3\/4{
    left: -75%;
  }

  #app .sm\:-top-full{
    top: -100%;
  }

  #app .sm\:-right-full{
    right: -100%;
  }

  #app .sm\:-bottom-full{
    bottom: -100%;
  }

  #app .sm\:-left-full{
    left: -100%;
  }

  #app .sm\:resize-none{
    resize: none;
  }

  #app .sm\:resize-y{
    resize: vertical;
  }

  #app .sm\:resize-x{
    resize: horizontal;
  }

  #app .sm\:resize{
    resize: both;
  }

  #app .sm\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .sm\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  #app .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  #app .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  #app .sm\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  #app .sm\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  #app .sm\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .sm\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .sm\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .sm\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .sm\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .sm\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  #app .sm\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  #app .sm\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  #app .sm\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  #app .sm\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  #app .sm\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .sm\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .sm\:ring-offset-red-200{
    --tw-ring-offset-color: #fecaca;
  }

  #app .sm\:ring-offset-red-300{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .sm\:ring-offset-red-400{
    --tw-ring-offset-color: #f87171;
  }

  #app .sm\:ring-offset-red-500{
    --tw-ring-offset-color: #ef4444;
  }

  #app .sm\:ring-offset-red-600{
    --tw-ring-offset-color: #dc2626;
  }

  #app .sm\:ring-offset-red-700{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .sm\:ring-offset-red-800{
    --tw-ring-offset-color: #991b1b;
  }

  #app .sm\:ring-offset-red-900{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .sm\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .sm\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .sm\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  #app .sm\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .sm\:ring-offset-yellow-400{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .sm\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .sm\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  #app .sm\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  #app .sm\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  #app .sm\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  #app .sm\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .sm\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .sm\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .sm\:ring-offset-green-300{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .sm\:ring-offset-green-400{
    --tw-ring-offset-color: #34d399;
  }

  #app .sm\:ring-offset-green-500{
    --tw-ring-offset-color: #10b981;
  }

  #app .sm\:ring-offset-green-600{
    --tw-ring-offset-color: #059669;
  }

  #app .sm\:ring-offset-green-700{
    --tw-ring-offset-color: #047857;
  }

  #app .sm\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  #app .sm\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  #app .sm\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .sm\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .sm\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .sm\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .sm\:ring-offset-blue-400{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .sm\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .sm\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  #app .sm\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .sm\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  #app .sm\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .sm\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .sm\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .sm\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .sm\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .sm\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  #app .sm\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  #app .sm\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .sm\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  #app .sm\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  #app .sm\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  #app .sm\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .sm\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .sm\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .sm\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .sm\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .sm\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .sm\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .sm\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .sm\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .sm\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .sm\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .sm\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .sm\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .sm\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .sm\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  #app .sm\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  #app .sm\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  #app .sm\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  #app .sm\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  #app .sm\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  #app .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  #app .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  #app .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  #app .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  #app .sm\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .sm\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .sm\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .sm\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .sm\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  #app .sm\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  #app .sm\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  #app .sm\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  #app .sm\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  #app .sm\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .sm\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .sm\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecaca;
  }

  #app .sm\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .sm\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #f87171;
  }

  #app .sm\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #ef4444;
  }

  #app .sm\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #dc2626;
  }

  #app .sm\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .sm\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #991b1b;
  }

  #app .sm\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .sm\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .sm\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .sm\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  #app .sm\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .sm\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .sm\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .sm\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  #app .sm\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  #app .sm\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  #app .sm\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  #app .sm\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .sm\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .sm\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .sm\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .sm\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #34d399;
  }

  #app .sm\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #10b981;
  }

  #app .sm\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #059669;
  }

  #app .sm\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #047857;
  }

  #app .sm\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  #app .sm\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  #app .sm\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .sm\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .sm\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .sm\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .sm\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .sm\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .sm\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  #app .sm\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .sm\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  #app .sm\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .sm\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .sm\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .sm\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .sm\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .sm\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  #app .sm\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  #app .sm\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .sm\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  #app .sm\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  #app .sm\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  #app .sm\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .sm\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .sm\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .sm\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .sm\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .sm\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .sm\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .sm\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .sm\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .sm\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .sm\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .sm\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .sm\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .sm\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .sm\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  #app .sm\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  #app .sm\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  #app .sm\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  #app .sm\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  #app .sm\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  #app .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  #app .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  #app .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  #app .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  #app .sm\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .sm\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .sm\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .sm\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .sm\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  #app .sm\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  #app .sm\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  #app .sm\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  #app .sm\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  #app .sm\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .sm\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .sm\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecaca;
  }

  #app .sm\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .sm\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #f87171;
  }

  #app .sm\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #ef4444;
  }

  #app .sm\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #dc2626;
  }

  #app .sm\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .sm\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #991b1b;
  }

  #app .sm\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .sm\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .sm\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .sm\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  #app .sm\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .sm\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .sm\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .sm\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  #app .sm\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  #app .sm\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  #app .sm\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  #app .sm\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .sm\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .sm\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .sm\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .sm\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #34d399;
  }

  #app .sm\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #10b981;
  }

  #app .sm\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #059669;
  }

  #app .sm\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #047857;
  }

  #app .sm\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  #app .sm\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  #app .sm\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .sm\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .sm\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .sm\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .sm\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .sm\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .sm\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  #app .sm\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .sm\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  #app .sm\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .sm\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .sm\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .sm\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .sm\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .sm\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  #app .sm\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  #app .sm\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .sm\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  #app .sm\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  #app .sm\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  #app .sm\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .sm\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .sm\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .sm\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .sm\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .sm\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .sm\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .sm\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .sm\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .sm\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .sm\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .sm\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .sm\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .sm\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .sm\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  #app .sm\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  #app .sm\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  #app .sm\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  #app .sm\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  #app .sm\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  #app .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  #app .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  #app .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  #app .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  #app .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  #app .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  #app .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  #app .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  #app .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  #app .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  #app .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  #app .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  #app .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  #app .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  #app .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  #app .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  #app .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  #app .sm\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .sm\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .sm\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .sm\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .sm\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .sm\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .sm\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .sm\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .sm\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .sm\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  #app .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  #app .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .sm\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  #app .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  #app .sm\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .sm\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .sm\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  #app .sm\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  #app .sm\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  #app .sm\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  #app .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  #app .sm\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  #app .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  #app .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  #app .sm\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  #app .sm\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  #app .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  #app .sm\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  #app .sm\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  #app .sm\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  #app .sm\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  #app .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  #app .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  #app .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  #app .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  #app .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  #app .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  #app .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  #app .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  #app .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  #app .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  #app .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  #app .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  #app .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  #app .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  #app .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  #app .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  #app .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  #app .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  #app .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  #app .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  #app .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  #app .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  #app .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  #app .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  #app .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  #app .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  #app .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  #app .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  #app .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  #app .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  #app .sm\:fill-current{
    fill: currentColor;
  }

  #app .sm\:stroke-current{
    stroke: currentColor;
  }

  #app .sm\:stroke-0{
    stroke-width: 0;
  }

  #app .sm\:stroke-1{
    stroke-width: 1;
  }

  #app .sm\:stroke-2{
    stroke-width: 2;
  }

  #app .sm\:table-auto{
    table-layout: auto;
  }

  #app .sm\:table-fixed{
    table-layout: fixed;
  }

  #app .sm\:text-left{
    text-align: left;
  }

  #app .sm\:text-center{
    text-align: center;
  }

  #app .sm\:text-right{
    text-align: right;
  }

  #app .sm\:text-justify{
    text-align: justify;
  }

  #app .sm\:text-transparent{
    color: transparent;
  }

  #app .sm\:text-current{
    color: currentColor;
  }

  #app .sm\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .sm\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .sm\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .sm\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .sm\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .sm\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .sm\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .sm\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .sm\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .sm\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .sm\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .sm\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .sm\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .sm\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .sm\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .sm\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .sm\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .sm\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .sm\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .sm\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .sm\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .sm\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .sm\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .sm\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .sm\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .sm\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .sm\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-transparent{
    color: transparent;
  }

  #app .group:hover .sm\:group-hover\:text-current{
    color: currentColor;
  }

  #app .group:hover .sm\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .group:hover .sm\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  #app .sm\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  #app .sm\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .sm\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  #app .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  #app .sm\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .sm\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  #app .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  #app .sm\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .sm\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .sm\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .sm\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .sm\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .sm\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .sm\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .sm\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .sm\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .sm\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .sm\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .sm\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  #app .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  #app .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  #app .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  #app .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  #app .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  #app .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  #app .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  #app .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  #app .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  #app .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  #app .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  #app .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  #app .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  #app .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  #app .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  #app .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  #app .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  #app .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  #app .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  #app .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  #app .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  #app .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  #app .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  #app .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  #app .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  #app .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  #app .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  #app .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  #app .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  #app .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  #app .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  #app .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  #app .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  #app .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  #app .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  #app .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  #app .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  #app .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  #app .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  #app .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  #app .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  #app .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  #app .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  #app .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  #app .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  #app .sm\:overflow-clip{
    text-overflow: clip;
  }

  #app .sm\:italic{
    font-style: italic;
  }

  #app .sm\:not-italic{
    font-style: normal;
  }

  #app .sm\:uppercase{
    text-transform: uppercase;
  }

  #app .sm\:lowercase{
    text-transform: lowercase;
  }

  #app .sm\:capitalize{
    text-transform: capitalize;
  }

  #app .sm\:normal-case{
    text-transform: none;
  }

  #app .sm\:underline{
    text-decoration: underline;
  }

  #app .sm\:line-through{
    text-decoration: line-through;
  }

  #app .sm\:no-underline{
    text-decoration: none;
  }

  #app .group:hover .sm\:group-hover\:underline{
    text-decoration: underline;
  }

  #app .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through;
  }

  #app .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none;
  }

  #app .sm\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  #app .sm\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  #app .sm\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  #app .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  #app .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  #app .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  #app .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  #app .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  #app .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  #app .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .sm\:ordinal, #app .sm\:slashed-zero, #app .sm\:lining-nums, #app .sm\:oldstyle-nums, #app .sm\:proportional-nums, #app .sm\:tabular-nums, #app .sm\:diagonal-fractions, #app .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);
  }

  #app .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  #app .sm\:ordinal{
    --tw-ordinal: ordinal;
  }

  #app .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  #app .sm\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  #app .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  #app .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  #app .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  #app .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  #app .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  #app .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  #app .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  #app .sm\:tracking-normal{
    letter-spacing: 0em;
  }

  #app .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  #app .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  #app .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  #app .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  #app .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .sm\:align-baseline{
    vertical-align: baseline;
  }

  #app .sm\:align-top{
    vertical-align: top;
  }

  #app .sm\:align-middle{
    vertical-align: middle;
  }

  #app .sm\:align-bottom{
    vertical-align: bottom;
  }

  #app .sm\:align-text-top{
    vertical-align: text-top;
  }

  #app .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  #app .sm\:visible{
    visibility: visible;
  }

  #app .sm\:invisible{
    visibility: hidden;
  }

  #app .sm\:whitespace-normal{
    white-space: normal;
  }

  #app .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  #app .sm\:whitespace-pre{
    white-space: pre;
  }

  #app .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  #app .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  #app .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .sm\:break-words{
    overflow-wrap: break-word;
  }

  #app .sm\:break-all{
    word-break: break-all;
  }

  #app .sm\:w-0{
    width: 0px;
  }

  #app .sm\:w-1{
    width: 0.25rem;
  }

  #app .sm\:w-2{
    width: 0.5rem;
  }

  #app .sm\:w-3{
    width: 0.75rem;
  }

  #app .sm\:w-4{
    width: 1rem;
  }

  #app .sm\:w-5{
    width: 1.25rem;
  }

  #app .sm\:w-6{
    width: 1.5rem;
  }

  #app .sm\:w-7{
    width: 1.75rem;
  }

  #app .sm\:w-8{
    width: 2rem;
  }

  #app .sm\:w-9{
    width: 2.25rem;
  }

  #app .sm\:w-10{
    width: 2.5rem;
  }

  #app .sm\:w-11{
    width: 2.75rem;
  }

  #app .sm\:w-12{
    width: 3rem;
  }

  #app .sm\:w-14{
    width: 3.5rem;
  }

  #app .sm\:w-16{
    width: 4rem;
  }

  #app .sm\:w-20{
    width: 5rem;
  }

  #app .sm\:w-24{
    width: 6rem;
  }

  #app .sm\:w-28{
    width: 7rem;
  }

  #app .sm\:w-32{
    width: 8rem;
  }

  #app .sm\:w-36{
    width: 9rem;
  }

  #app .sm\:w-40{
    width: 10rem;
  }

  #app .sm\:w-44{
    width: 11rem;
  }

  #app .sm\:w-48{
    width: 12rem;
  }

  #app .sm\:w-52{
    width: 13rem;
  }

  #app .sm\:w-56{
    width: 14rem;
  }

  #app .sm\:w-60{
    width: 15rem;
  }

  #app .sm\:w-64{
    width: 16rem;
  }

  #app .sm\:w-72{
    width: 18rem;
  }

  #app .sm\:w-80{
    width: 20rem;
  }

  #app .sm\:w-96{
    width: 24rem;
  }

  #app .sm\:w-auto{
    width: auto;
  }

  #app .sm\:w-px{
    width: 1px;
  }

  #app .sm\:w-0\.5{
    width: 0.125rem;
  }

  #app .sm\:w-1\.5{
    width: 0.375rem;
  }

  #app .sm\:w-2\.5{
    width: 0.625rem;
  }

  #app .sm\:w-3\.5{
    width: 0.875rem;
  }

  #app .sm\:w-1\/2{
    width: 50%;
  }

  #app .sm\:w-1\/3{
    width: 33.333333%;
  }

  #app .sm\:w-2\/3{
    width: 66.666667%;
  }

  #app .sm\:w-1\/4{
    width: 25%;
  }

  #app .sm\:w-2\/4{
    width: 50%;
  }

  #app .sm\:w-3\/4{
    width: 75%;
  }

  #app .sm\:w-1\/5{
    width: 20%;
  }

  #app .sm\:w-2\/5{
    width: 40%;
  }

  #app .sm\:w-3\/5{
    width: 60%;
  }

  #app .sm\:w-4\/5{
    width: 80%;
  }

  #app .sm\:w-1\/6{
    width: 16.666667%;
  }

  #app .sm\:w-2\/6{
    width: 33.333333%;
  }

  #app .sm\:w-3\/6{
    width: 50%;
  }

  #app .sm\:w-4\/6{
    width: 66.666667%;
  }

  #app .sm\:w-5\/6{
    width: 83.333333%;
  }

  #app .sm\:w-1\/12{
    width: 8.333333%;
  }

  #app .sm\:w-2\/12{
    width: 16.666667%;
  }

  #app .sm\:w-3\/12{
    width: 25%;
  }

  #app .sm\:w-4\/12{
    width: 33.333333%;
  }

  #app .sm\:w-5\/12{
    width: 41.666667%;
  }

  #app .sm\:w-6\/12{
    width: 50%;
  }

  #app .sm\:w-7\/12{
    width: 58.333333%;
  }

  #app .sm\:w-8\/12{
    width: 66.666667%;
  }

  #app .sm\:w-9\/12{
    width: 75%;
  }

  #app .sm\:w-10\/12{
    width: 83.333333%;
  }

  #app .sm\:w-11\/12{
    width: 91.666667%;
  }

  #app .sm\:w-full{
    width: 100%;
  }

  #app .sm\:w-screen{
    width: 100vw;
  }

  #app .sm\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  #app .sm\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #app .sm\:z-0{
    z-index: 0;
  }

  #app .sm\:z-10{
    z-index: 10;
  }

  #app .sm\:z-20{
    z-index: 20;
  }

  #app .sm\:z-30{
    z-index: 30;
  }

  #app .sm\:z-40{
    z-index: 40;
  }

  #app .sm\:z-50{
    z-index: 50;
  }

  #app .sm\:z-auto{
    z-index: auto;
  }

  #app .sm\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  #app .sm\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  #app .sm\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  #app .sm\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  #app .sm\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  #app .sm\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  #app .sm\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  #app .sm\:focus\:z-0:focus{
    z-index: 0;
  }

  #app .sm\:focus\:z-10:focus{
    z-index: 10;
  }

  #app .sm\:focus\:z-20:focus{
    z-index: 20;
  }

  #app .sm\:focus\:z-30:focus{
    z-index: 30;
  }

  #app .sm\:focus\:z-40:focus{
    z-index: 40;
  }

  #app .sm\:focus\:z-50:focus{
    z-index: 50;
  }

  #app .sm\:focus\:z-auto:focus{
    z-index: auto;
  }

  #app .sm\:gap-0{
    gap: 0px;
  }

  #app .sm\:gap-1{
    gap: 0.25rem;
  }

  #app .sm\:gap-2{
    gap: 0.5rem;
  }

  #app .sm\:gap-3{
    gap: 0.75rem;
  }

  #app .sm\:gap-4{
    gap: 1rem;
  }

  #app .sm\:gap-5{
    gap: 1.25rem;
  }

  #app .sm\:gap-6{
    gap: 1.5rem;
  }

  #app .sm\:gap-7{
    gap: 1.75rem;
  }

  #app .sm\:gap-8{
    gap: 2rem;
  }

  #app .sm\:gap-9{
    gap: 2.25rem;
  }

  #app .sm\:gap-10{
    gap: 2.5rem;
  }

  #app .sm\:gap-11{
    gap: 2.75rem;
  }

  #app .sm\:gap-12{
    gap: 3rem;
  }

  #app .sm\:gap-14{
    gap: 3.5rem;
  }

  #app .sm\:gap-16{
    gap: 4rem;
  }

  #app .sm\:gap-20{
    gap: 5rem;
  }

  #app .sm\:gap-24{
    gap: 6rem;
  }

  #app .sm\:gap-28{
    gap: 7rem;
  }

  #app .sm\:gap-32{
    gap: 8rem;
  }

  #app .sm\:gap-36{
    gap: 9rem;
  }

  #app .sm\:gap-40{
    gap: 10rem;
  }

  #app .sm\:gap-44{
    gap: 11rem;
  }

  #app .sm\:gap-48{
    gap: 12rem;
  }

  #app .sm\:gap-52{
    gap: 13rem;
  }

  #app .sm\:gap-56{
    gap: 14rem;
  }

  #app .sm\:gap-60{
    gap: 15rem;
  }

  #app .sm\:gap-64{
    gap: 16rem;
  }

  #app .sm\:gap-72{
    gap: 18rem;
  }

  #app .sm\:gap-80{
    gap: 20rem;
  }

  #app .sm\:gap-96{
    gap: 24rem;
  }

  #app .sm\:gap-px{
    gap: 1px;
  }

  #app .sm\:gap-0\.5{
    gap: 0.125rem;
  }

  #app .sm\:gap-1\.5{
    gap: 0.375rem;
  }

  #app .sm\:gap-2\.5{
    gap: 0.625rem;
  }

  #app .sm\:gap-3\.5{
    gap: 0.875rem;
  }

  #app .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  #app .sm\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  #app .sm\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  #app .sm\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  #app .sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  #app .sm\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  #app .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  #app .sm\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  #app .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  #app .sm\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  #app .sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  #app .sm\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  #app .sm\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  #app .sm\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  #app .sm\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  #app .sm\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  #app .sm\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  #app .sm\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  #app .sm\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  #app .sm\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  #app .sm\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  #app .sm\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  #app .sm\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  #app .sm\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  #app .sm\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  #app .sm\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  #app .sm\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  #app .sm\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  #app .sm\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  #app .sm\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  #app .sm\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  #app .sm\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  #app .sm\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  #app .sm\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  #app .sm\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  #app .sm\:gap-y-0{
    row-gap: 0px;
  }

  #app .sm\:gap-y-1{
    row-gap: 0.25rem;
  }

  #app .sm\:gap-y-2{
    row-gap: 0.5rem;
  }

  #app .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

  #app .sm\:gap-y-4{
    row-gap: 1rem;
  }

  #app .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  #app .sm\:gap-y-6{
    row-gap: 1.5rem;
  }

  #app .sm\:gap-y-7{
    row-gap: 1.75rem;
  }

  #app .sm\:gap-y-8{
    row-gap: 2rem;
  }

  #app .sm\:gap-y-9{
    row-gap: 2.25rem;
  }

  #app .sm\:gap-y-10{
    row-gap: 2.5rem;
  }

  #app .sm\:gap-y-11{
    row-gap: 2.75rem;
  }

  #app .sm\:gap-y-12{
    row-gap: 3rem;
  }

  #app .sm\:gap-y-14{
    row-gap: 3.5rem;
  }

  #app .sm\:gap-y-16{
    row-gap: 4rem;
  }

  #app .sm\:gap-y-20{
    row-gap: 5rem;
  }

  #app .sm\:gap-y-24{
    row-gap: 6rem;
  }

  #app .sm\:gap-y-28{
    row-gap: 7rem;
  }

  #app .sm\:gap-y-32{
    row-gap: 8rem;
  }

  #app .sm\:gap-y-36{
    row-gap: 9rem;
  }

  #app .sm\:gap-y-40{
    row-gap: 10rem;
  }

  #app .sm\:gap-y-44{
    row-gap: 11rem;
  }

  #app .sm\:gap-y-48{
    row-gap: 12rem;
  }

  #app .sm\:gap-y-52{
    row-gap: 13rem;
  }

  #app .sm\:gap-y-56{
    row-gap: 14rem;
  }

  #app .sm\:gap-y-60{
    row-gap: 15rem;
  }

  #app .sm\:gap-y-64{
    row-gap: 16rem;
  }

  #app .sm\:gap-y-72{
    row-gap: 18rem;
  }

  #app .sm\:gap-y-80{
    row-gap: 20rem;
  }

  #app .sm\:gap-y-96{
    row-gap: 24rem;
  }

  #app .sm\:gap-y-px{
    row-gap: 1px;
  }

  #app .sm\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  #app .sm\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  #app .sm\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  #app .sm\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  #app .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  #app .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  #app .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  #app .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  #app .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  #app .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  #app .sm\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  #app .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  #app .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  #app .sm\:col-auto{
    grid-column: auto;
  }

  #app .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  #app .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  #app .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  #app .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  #app .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  #app .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  #app .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  #app .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  #app .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  #app .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  #app .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  #app .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  #app .sm\:col-span-full{
    grid-column: 1 / -1;
  }

  #app .sm\:col-start-1{
    grid-column-start: 1;
  }

  #app .sm\:col-start-2{
    grid-column-start: 2;
  }

  #app .sm\:col-start-3{
    grid-column-start: 3;
  }

  #app .sm\:col-start-4{
    grid-column-start: 4;
  }

  #app .sm\:col-start-5{
    grid-column-start: 5;
  }

  #app .sm\:col-start-6{
    grid-column-start: 6;
  }

  #app .sm\:col-start-7{
    grid-column-start: 7;
  }

  #app .sm\:col-start-8{
    grid-column-start: 8;
  }

  #app .sm\:col-start-9{
    grid-column-start: 9;
  }

  #app .sm\:col-start-10{
    grid-column-start: 10;
  }

  #app .sm\:col-start-11{
    grid-column-start: 11;
  }

  #app .sm\:col-start-12{
    grid-column-start: 12;
  }

  #app .sm\:col-start-13{
    grid-column-start: 13;
  }

  #app .sm\:col-start-auto{
    grid-column-start: auto;
  }

  #app .sm\:col-end-1{
    grid-column-end: 1;
  }

  #app .sm\:col-end-2{
    grid-column-end: 2;
  }

  #app .sm\:col-end-3{
    grid-column-end: 3;
  }

  #app .sm\:col-end-4{
    grid-column-end: 4;
  }

  #app .sm\:col-end-5{
    grid-column-end: 5;
  }

  #app .sm\:col-end-6{
    grid-column-end: 6;
  }

  #app .sm\:col-end-7{
    grid-column-end: 7;
  }

  #app .sm\:col-end-8{
    grid-column-end: 8;
  }

  #app .sm\:col-end-9{
    grid-column-end: 9;
  }

  #app .sm\:col-end-10{
    grid-column-end: 10;
  }

  #app .sm\:col-end-11{
    grid-column-end: 11;
  }

  #app .sm\:col-end-12{
    grid-column-end: 12;
  }

  #app .sm\:col-end-13{
    grid-column-end: 13;
  }

  #app .sm\:col-end-auto{
    grid-column-end: auto;
  }

  #app .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  #app .sm\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  #app .sm\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  #app .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  #app .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  #app .sm\:row-auto{
    grid-row: auto;
  }

  #app .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  #app .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  #app .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  #app .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  #app .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  #app .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  #app .sm\:row-span-full{
    grid-row: 1 / -1;
  }

  #app .sm\:row-start-1{
    grid-row-start: 1;
  }

  #app .sm\:row-start-2{
    grid-row-start: 2;
  }

  #app .sm\:row-start-3{
    grid-row-start: 3;
  }

  #app .sm\:row-start-4{
    grid-row-start: 4;
  }

  #app .sm\:row-start-5{
    grid-row-start: 5;
  }

  #app .sm\:row-start-6{
    grid-row-start: 6;
  }

  #app .sm\:row-start-7{
    grid-row-start: 7;
  }

  #app .sm\:row-start-auto{
    grid-row-start: auto;
  }

  #app .sm\:row-end-1{
    grid-row-end: 1;
  }

  #app .sm\:row-end-2{
    grid-row-end: 2;
  }

  #app .sm\:row-end-3{
    grid-row-end: 3;
  }

  #app .sm\:row-end-4{
    grid-row-end: 4;
  }

  #app .sm\:row-end-5{
    grid-row-end: 5;
  }

  #app .sm\:row-end-6{
    grid-row-end: 6;
  }

  #app .sm\:row-end-7{
    grid-row-end: 7;
  }

  #app .sm\:row-end-auto{
    grid-row-end: auto;
  }

  #app .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));
  }

  #app .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));
  }

  #app .sm\:transform-none{
    transform: none;
  }

  #app .sm\:origin-center{
    transform-origin: center;
  }

  #app .sm\:origin-top{
    transform-origin: top;
  }

  #app .sm\:origin-top-right{
    transform-origin: top right;
  }

  #app .sm\:origin-right{
    transform-origin: right;
  }

  #app .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  #app .sm\:origin-bottom{
    transform-origin: bottom;
  }

  #app .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  #app .sm\:origin-left{
    transform-origin: left;
  }

  #app .sm\:origin-top-left{
    transform-origin: top left;
  }

  #app .sm\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .sm\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .sm\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .sm\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .sm\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .sm\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .sm\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .sm\:scale-x-0{
    --tw-scale-x: 0;
  }

  #app .sm\:scale-x-50{
    --tw-scale-x: .5;
  }

  #app .sm\:scale-x-75{
    --tw-scale-x: .75;
  }

  #app .sm\:scale-x-90{
    --tw-scale-x: .9;
  }

  #app .sm\:scale-x-95{
    --tw-scale-x: .95;
  }

  #app .sm\:scale-x-100{
    --tw-scale-x: 1;
  }

  #app .sm\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  #app .sm\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  #app .sm\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  #app .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  #app .sm\:scale-y-0{
    --tw-scale-y: 0;
  }

  #app .sm\:scale-y-50{
    --tw-scale-y: .5;
  }

  #app .sm\:scale-y-75{
    --tw-scale-y: .75;
  }

  #app .sm\:scale-y-90{
    --tw-scale-y: .9;
  }

  #app .sm\:scale-y-95{
    --tw-scale-y: .95;
  }

  #app .sm\:scale-y-100{
    --tw-scale-y: 1;
  }

  #app .sm\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  #app .sm\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  #app .sm\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  #app .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  #app .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  #app .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  #app .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  #app .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  #app .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  #app .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  #app .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  #app .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  #app .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  #app .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  #app .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  #app .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  #app .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  #app .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  #app .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  #app .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  #app .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  #app .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  #app .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  #app .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  #app .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  #app .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  #app .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  #app .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  #app .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  #app .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  #app .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  #app .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  #app .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  #app .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  #app .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  #app .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  #app .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  #app .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  #app .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  #app .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  #app .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  #app .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  #app .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  #app .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  #app .sm\:rotate-0{
    --tw-rotate: 0deg;
  }

  #app .sm\:rotate-1{
    --tw-rotate: 1deg;
  }

  #app .sm\:rotate-2{
    --tw-rotate: 2deg;
  }

  #app .sm\:rotate-3{
    --tw-rotate: 3deg;
  }

  #app .sm\:rotate-6{
    --tw-rotate: 6deg;
  }

  #app .sm\:rotate-12{
    --tw-rotate: 12deg;
  }

  #app .sm\:rotate-45{
    --tw-rotate: 45deg;
  }

  #app .sm\:rotate-90{
    --tw-rotate: 90deg;
  }

  #app .sm\:rotate-180{
    --tw-rotate: 180deg;
  }

  #app .sm\:-rotate-180{
    --tw-rotate: -180deg;
  }

  #app .sm\:-rotate-90{
    --tw-rotate: -90deg;
  }

  #app .sm\:-rotate-45{
    --tw-rotate: -45deg;
  }

  #app .sm\:-rotate-12{
    --tw-rotate: -12deg;
  }

  #app .sm\:-rotate-6{
    --tw-rotate: -6deg;
  }

  #app .sm\:-rotate-3{
    --tw-rotate: -3deg;
  }

  #app .sm\:-rotate-2{
    --tw-rotate: -2deg;
  }

  #app .sm\:-rotate-1{
    --tw-rotate: -1deg;
  }

  #app .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  #app .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  #app .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  #app .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  #app .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  #app .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  #app .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  #app .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  #app .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  #app .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  #app .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  #app .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  #app .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  #app .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  #app .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  #app .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  #app .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  #app .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  #app .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  #app .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  #app .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  #app .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  #app .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  #app .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  #app .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  #app .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  #app .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  #app .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  #app .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  #app .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  #app .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  #app .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  #app .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  #app .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  #app .sm\:translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .sm\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  #app .sm\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  #app .sm\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  #app .sm\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  #app .sm\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  #app .sm\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  #app .sm\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  #app .sm\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  #app .sm\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  #app .sm\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  #app .sm\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  #app .sm\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  #app .sm\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  #app .sm\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  #app .sm\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  #app .sm\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  #app .sm\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  #app .sm\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  #app .sm\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  #app .sm\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  #app .sm\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  #app .sm\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  #app .sm\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  #app .sm\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  #app .sm\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  #app .sm\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  #app .sm\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  #app .sm\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  #app .sm\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  #app .sm\:translate-x-px{
    --tw-translate-x: 1px;
  }

  #app .sm\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  #app .sm\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  #app .sm\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  #app .sm\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  #app .sm\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  #app .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  #app .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  #app .sm\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  #app .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  #app .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  #app .sm\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  #app .sm\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  #app .sm\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  #app .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  #app .sm\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  #app .sm\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  #app .sm\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  #app .sm\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  #app .sm\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  #app .sm\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  #app .sm\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  #app .sm\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  #app .sm\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  #app .sm\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  #app .sm\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  #app .sm\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  #app .sm\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  #app .sm\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  #app .sm\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  #app .sm\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  #app .sm\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  #app .sm\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  #app .sm\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  #app .sm\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  #app .sm\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  #app .sm\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  #app .sm\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  #app .sm\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  #app .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  #app .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  #app .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  #app .sm\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  #app .sm\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  #app .sm\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  #app .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  #app .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  #app .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  #app .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  #app .sm\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  #app .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  #app .sm\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  #app .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  #app .sm\:translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .sm\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  #app .sm\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  #app .sm\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  #app .sm\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  #app .sm\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  #app .sm\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  #app .sm\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  #app .sm\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  #app .sm\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  #app .sm\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  #app .sm\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  #app .sm\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  #app .sm\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  #app .sm\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  #app .sm\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  #app .sm\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  #app .sm\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  #app .sm\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  #app .sm\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  #app .sm\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  #app .sm\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  #app .sm\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  #app .sm\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  #app .sm\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  #app .sm\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  #app .sm\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  #app .sm\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  #app .sm\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  #app .sm\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  #app .sm\:translate-y-px{
    --tw-translate-y: 1px;
  }

  #app .sm\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  #app .sm\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  #app .sm\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  #app .sm\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  #app .sm\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  #app .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  #app .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  #app .sm\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  #app .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  #app .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  #app .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  #app .sm\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  #app .sm\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  #app .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  #app .sm\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  #app .sm\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  #app .sm\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  #app .sm\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  #app .sm\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  #app .sm\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  #app .sm\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  #app .sm\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  #app .sm\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  #app .sm\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  #app .sm\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  #app .sm\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  #app .sm\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  #app .sm\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  #app .sm\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  #app .sm\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  #app .sm\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  #app .sm\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  #app .sm\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  #app .sm\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  #app .sm\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  #app .sm\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  #app .sm\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  #app .sm\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  #app .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  #app .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  #app .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  #app .sm\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  #app .sm\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  #app .sm\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  #app .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  #app .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  #app .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  #app .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  #app .sm\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  #app .sm\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  #app .sm\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  #app .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  #app .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  #app .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  #app .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  #app .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  #app .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  #app .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  #app .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  #app .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  #app .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  #app .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  #app .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  #app .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  #app .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  #app .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  #app .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  #app .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  #app .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  #app .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  #app .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  #app .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  #app .sm\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  #app .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  #app .sm\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  #app .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  #app .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  #app .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  #app .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  #app .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  #app .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  #app .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  #app .sm\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  #app .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  #app .sm\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  #app .sm\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  #app .sm\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  #app .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  #app .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  #app .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  #app .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  #app .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  #app .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  #app .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  #app .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  #app .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  #app .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  #app .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  #app .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  #app .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  #app .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  #app .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  #app .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  #app .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  #app .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  #app .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  #app .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  #app .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  #app .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  #app .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  #app .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  #app .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  #app .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  #app .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  #app .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  #app .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  #app .sm\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  #app .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  #app .sm\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  #app .sm\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  #app .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  #app .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  #app .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  #app .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  #app .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  #app .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  #app .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  #app .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  #app .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  #app .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  #app .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  #app .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  #app .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  #app .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  #app .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  #app .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  #app .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  #app .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  #app .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  #app .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  #app .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  #app .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  #app .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  #app .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  #app .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  #app .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  #app .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  #app .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  #app .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  #app .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  #app .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  #app .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  #app .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  #app .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  #app .sm\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  #app .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  #app .sm\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  #app .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  #app .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  #app .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  #app .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  #app .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  #app .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  #app .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  #app .sm\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  #app .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  #app .sm\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  #app .sm\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  #app .sm\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  #app .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  #app .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  #app .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  #app .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  #app .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  #app .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  #app .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  #app .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  #app .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  #app .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  #app .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  #app .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  #app .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  #app .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  #app .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  #app .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  #app .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  #app .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  #app .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  #app .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  #app .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  #app .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  #app .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  #app .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  #app .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  #app .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  #app .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  #app .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  #app .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  #app .sm\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  #app .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  #app .sm\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  #app .sm\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  #app .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  #app .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  #app .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  #app .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  #app .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  #app .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  #app .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  #app .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  #app .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  #app .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  #app .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  #app .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  #app .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  #app .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  #app .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  #app .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  #app .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  #app .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  #app .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  #app .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  #app .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  #app .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  #app .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  #app .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  #app .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  #app .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  #app .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  #app .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  #app .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  #app .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  #app .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  #app .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  #app .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  #app .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  #app .sm\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  #app .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  #app .sm\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  #app .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  #app .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  #app .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  #app .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  #app .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  #app .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  #app .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  #app .sm\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  #app .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  #app .sm\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  #app .sm\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  #app .sm\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  #app .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  #app .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  #app .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  #app .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  #app .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  #app .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  #app .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  #app .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  #app .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  #app .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  #app .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  #app .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  #app .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  #app .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  #app .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  #app .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  #app .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  #app .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  #app .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  #app .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  #app .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  #app .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  #app .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  #app .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  #app .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  #app .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  #app .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  #app .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  #app .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  #app .sm\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  #app .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  #app .sm\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  #app .sm\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  #app .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  #app .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  #app .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  #app .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  #app .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  #app .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  #app .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  #app .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  #app .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  #app .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  #app .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  #app .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  #app .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  #app .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  #app .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  #app .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  #app .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  #app .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  #app .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  #app .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  #app .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  #app .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  #app .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  #app .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  #app .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  #app .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  #app .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  #app .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  #app .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  #app .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  #app .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  #app .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  #app .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  #app .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  #app .sm\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  #app .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  #app .sm\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  #app .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  #app .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  #app .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  #app .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  #app .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  #app .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  #app .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  #app .sm\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  #app .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  #app .sm\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  #app .sm\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  #app .sm\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  #app .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  #app .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  #app .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  #app .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  #app .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  #app .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  #app .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  #app .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  #app .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  #app .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  #app .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  #app .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  #app .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  #app .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  #app .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  #app .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  #app .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  #app .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  #app .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  #app .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  #app .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  #app .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  #app .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  #app .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  #app .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  #app .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  #app .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  #app .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  #app .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  #app .sm\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  #app .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  #app .sm\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  #app .sm\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  #app .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  #app .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  #app .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  #app .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  #app .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  #app .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  #app .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  #app .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  #app .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  #app .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  #app .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  #app .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  #app .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  #app .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  #app .sm\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  #app .sm\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  #app .sm\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  #app .sm\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  #app .sm\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  #app .sm\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  #app .sm\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  #app .sm\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  #app .sm\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  #app .sm\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  #app .sm\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  #app .sm\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  #app .sm\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  #app .sm\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  #app .sm\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  #app .sm\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  #app .sm\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  #app .sm\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  #app .sm\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  #app .sm\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  #app .sm\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  #app .sm\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  #app .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  #app .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  #app .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  #app .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  #app .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  #app .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  #app .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  #app .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  #app .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  #app .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  #app .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  #app .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  #app .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  #app .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  #app .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  #app .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  #app .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  #app .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  #app .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  #app .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  #app .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  #app .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  #app .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  #app .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  #app .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  #app .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  #app .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  #app .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  #app .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  #app .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  #app .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  #app .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  #app .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  #app .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  #app .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  #app .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  #app .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  #app .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  #app .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  #app .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  #app .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  #app .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  #app .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  #app .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  #app .sm\:transition-none{
    transition-property: none;
  }

  #app .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .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;
  }

  #app .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .sm\:ease-linear{
    transition-timing-function: linear;
  }

  #app .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .sm\:duration-75{
    transition-duration: 75ms;
  }

  #app .sm\:duration-100{
    transition-duration: 100ms;
  }

  #app .sm\:duration-150{
    transition-duration: 150ms;
  }

  #app .sm\:duration-200{
    transition-duration: 200ms;
  }

  #app .sm\:duration-300{
    transition-duration: 300ms;
  }

  #app .sm\:duration-500{
    transition-duration: 500ms;
  }

  #app .sm\:duration-700{
    transition-duration: 700ms;
  }

  #app .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  #app .sm\:delay-75{
    transition-delay: 75ms;
  }

  #app .sm\:delay-100{
    transition-delay: 100ms;
  }

  #app .sm\:delay-150{
    transition-delay: 150ms;
  }

  #app .sm\:delay-200{
    transition-delay: 200ms;
  }

  #app .sm\:delay-300{
    transition-delay: 300ms;
  }

  #app .sm\:delay-500{
    transition-delay: 500ms;
  }

  #app .sm\:delay-700{
    transition-delay: 700ms;
  }

  #app .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  #app .sm\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  #app .sm\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  #app .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  #app .sm\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  #app .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
    }
  }
}

@media (min-width: 768px){
  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  #app .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  #app .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  #app .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  #app .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  #app .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  #app .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  #app .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  #app .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  #app .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  #app .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  #app .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  #app .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  #app .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  #app .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  #app .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  #app .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  #app .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  #app .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  #app .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  #app .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  #app .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  #app .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  #app .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  #app .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  #app .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  #app .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  #app .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  #app .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  #app .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  #app .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  #app .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  #app .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  #app .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  #app .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  #app .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;
  }

  #app .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .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;
  }

  #app .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;
  }

  #app .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;
  }

  #app .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .md\:bg-fixed{
    background-attachment: fixed;
  }

  #app .md\:bg-local{
    background-attachment: local;
  }

  #app .md\:bg-scroll{
    background-attachment: scroll;
  }

  #app .md\:bg-clip-border{
    background-clip: border-box;
  }

  #app .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  #app .md\:bg-clip-content{
    background-clip: content-box;
  }

  #app .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  #app .md\:bg-transparent{
    background-color: transparent;
  }

  #app .md\:bg-current{
    background-color: currentColor;
  }

  #app .md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .md\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .md\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .md\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .md\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .md\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .md\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .md\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .md\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  #app .md\:odd\:bg-current:nth-child(odd){
    background-color: currentColor;
  }

  #app .md\:odd\:bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-gray-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-red-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-yellow-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-green-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-blue-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-indigo-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-purple-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .md\:odd\:bg-pink-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  #app .md\:even\:bg-current:nth-child(even){
    background-color: currentColor;
  }

  #app .md\:even\:bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-gray-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-red-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-yellow-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-green-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-blue-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-indigo-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-purple-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .md\:even\:bg-pink-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  #app .group:hover .md\:group-hover\:bg-current{
    background-color: currentColor;
  }

  #app .group:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .md\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  #app .md\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  #app .md\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .md\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  #app .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  #app .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .md\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  #app .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  #app .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .md\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .md\:bg-none{
    background-image: none;
  }

  #app .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  #app .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  #app .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  #app .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  #app .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  #app .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  #app .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  #app .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  #app .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .md\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .md\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .md\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .md\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .md\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .md\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .md\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .md\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .md\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .md\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .md\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .md\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .md\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .md\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .md\:from-red-200{
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .md\:from-red-300{
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .md\:from-red-400{
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .md\:from-red-500{
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .md\:from-red-600{
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .md\:from-red-700{
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .md\:from-red-800{
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .md\:from-red-900{
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .md\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .md\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .md\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .md\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .md\:from-yellow-400{
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .md\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .md\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .md\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .md\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .md\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .md\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .md\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .md\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .md\:from-green-300{
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .md\:from-green-400{
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .md\:from-green-500{
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .md\:from-green-600{
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .md\:from-green-700{
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .md\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .md\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .md\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .md\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .md\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .md\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .md\:from-blue-400{
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .md\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .md\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .md\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .md\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .md\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .md\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .md\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .md\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .md\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .md\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .md\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .md\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .md\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .md\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .md\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .md\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .md\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .md\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .md\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .md\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .md\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .md\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .md\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .md\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .md\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .md\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .md\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .md\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .md\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .md\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .md\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .md\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .md\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .md\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .md\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .md\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .md\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .md\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .md\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .md\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .md\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .md\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .md\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .md\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .md\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .md\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .md\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .md\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .md\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .md\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .md\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .md\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .md\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .md\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .md\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .md\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .md\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .md\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .md\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .md\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .md\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .md\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .md\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .md\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .md\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .md\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .md\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .md\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .md\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .md\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .md\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .md\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .md\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .md\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .md\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .md\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .md\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .md\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .md\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .md\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .md\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .md\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .md\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .md\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .md\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .md\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .md\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .md\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .md\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .md\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .md\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .md\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .md\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .md\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .md\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .md\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .md\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .md\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .md\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .md\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .md\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .md\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .md\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .md\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .md\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .md\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .md\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .md\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .md\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .md\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .md\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .md\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .md\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .md\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  #app .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  #app .md\:to-black{
    --tw-gradient-to: #000;
  }

  #app .md\:to-white{
    --tw-gradient-to: #fff;
  }

  #app .md\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  #app .md\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  #app .md\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  #app .md\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  #app .md\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  #app .md\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  #app .md\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  #app .md\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  #app .md\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  #app .md\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  #app .md\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  #app .md\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  #app .md\:to-red-200{
    --tw-gradient-to: #fecaca;
  }

  #app .md\:to-red-300{
    --tw-gradient-to: #fca5a5;
  }

  #app .md\:to-red-400{
    --tw-gradient-to: #f87171;
  }

  #app .md\:to-red-500{
    --tw-gradient-to: #ef4444;
  }

  #app .md\:to-red-600{
    --tw-gradient-to: #dc2626;
  }

  #app .md\:to-red-700{
    --tw-gradient-to: #b91c1c;
  }

  #app .md\:to-red-800{
    --tw-gradient-to: #991b1b;
  }

  #app .md\:to-red-900{
    --tw-gradient-to: #7f1d1d;
  }

  #app .md\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  #app .md\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  #app .md\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  #app .md\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  #app .md\:to-yellow-400{
    --tw-gradient-to: #fbbf24;
  }

  #app .md\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  #app .md\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  #app .md\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  #app .md\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  #app .md\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  #app .md\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  #app .md\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  #app .md\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  #app .md\:to-green-300{
    --tw-gradient-to: #6ee7b7;
  }

  #app .md\:to-green-400{
    --tw-gradient-to: #34d399;
  }

  #app .md\:to-green-500{
    --tw-gradient-to: #10b981;
  }

  #app .md\:to-green-600{
    --tw-gradient-to: #059669;
  }

  #app .md\:to-green-700{
    --tw-gradient-to: #047857;
  }

  #app .md\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  #app .md\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  #app .md\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  #app .md\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  #app .md\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  #app .md\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  #app .md\:to-blue-400{
    --tw-gradient-to: #60a5fa;
  }

  #app .md\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  #app .md\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  #app .md\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  #app .md\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  #app .md\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  #app .md\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  #app .md\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  #app .md\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  #app .md\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  #app .md\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  #app .md\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  #app .md\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  #app .md\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  #app .md\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  #app .md\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  #app .md\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  #app .md\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  #app .md\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  #app .md\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  #app .md\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  #app .md\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  #app .md\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  #app .md\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  #app .md\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  #app .md\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  #app .md\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  #app .md\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  #app .md\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  #app .md\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  #app .md\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  #app .md\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  #app .md\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  #app .md\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  #app .md\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  #app .md\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .md\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .md\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .md\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .md\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .md\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .md\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .md\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .md\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .md\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .md\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .md\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .md\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .md\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .md\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .md\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .md\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .md\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .md\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .md\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .md\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .md\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .md\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .md\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .md\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .md\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .md\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .md\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .md\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .md\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .md\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .md\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .md\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .md\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .md\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .md\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .md\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .md\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .md\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .md\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .md\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .md\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .md\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .md\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .md\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .md\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .md\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .md\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .md\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .md\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .md\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .md\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .md\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .md\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .md\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .md\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .md\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .md\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .md\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .md\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .md\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .md\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .md\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .md\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .md\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .md\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .md\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .md\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .md\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .md\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .md\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .md\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .md\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .md\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .md\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .md\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .md\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .md\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .md\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .md\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  #app .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  #app .md\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  #app .md\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  #app .md\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  #app .md\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  #app .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  #app .md\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  #app .md\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  #app .md\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  #app .md\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  #app .md\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  #app .md\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  #app .md\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  #app .md\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  #app .md\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  #app .md\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecaca;
  }

  #app .md\:hover\:to-red-300:hover{
    --tw-gradient-to: #fca5a5;
  }

  #app .md\:hover\:to-red-400:hover{
    --tw-gradient-to: #f87171;
  }

  #app .md\:hover\:to-red-500:hover{
    --tw-gradient-to: #ef4444;
  }

  #app .md\:hover\:to-red-600:hover{
    --tw-gradient-to: #dc2626;
  }

  #app .md\:hover\:to-red-700:hover{
    --tw-gradient-to: #b91c1c;
  }

  #app .md\:hover\:to-red-800:hover{
    --tw-gradient-to: #991b1b;
  }

  #app .md\:hover\:to-red-900:hover{
    --tw-gradient-to: #7f1d1d;
  }

  #app .md\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  #app .md\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  #app .md\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  #app .md\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  #app .md\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #fbbf24;
  }

  #app .md\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  #app .md\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  #app .md\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  #app .md\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  #app .md\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  #app .md\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  #app .md\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  #app .md\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  #app .md\:hover\:to-green-300:hover{
    --tw-gradient-to: #6ee7b7;
  }

  #app .md\:hover\:to-green-400:hover{
    --tw-gradient-to: #34d399;
  }

  #app .md\:hover\:to-green-500:hover{
    --tw-gradient-to: #10b981;
  }

  #app .md\:hover\:to-green-600:hover{
    --tw-gradient-to: #059669;
  }

  #app .md\:hover\:to-green-700:hover{
    --tw-gradient-to: #047857;
  }

  #app .md\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  #app .md\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  #app .md\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  #app .md\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  #app .md\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  #app .md\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  #app .md\:hover\:to-blue-400:hover{
    --tw-gradient-to: #60a5fa;
  }

  #app .md\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  #app .md\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  #app .md\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  #app .md\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  #app .md\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  #app .md\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  #app .md\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  #app .md\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  #app .md\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  #app .md\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  #app .md\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  #app .md\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  #app .md\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  #app .md\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  #app .md\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  #app .md\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  #app .md\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  #app .md\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  #app .md\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  #app .md\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  #app .md\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  #app .md\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  #app .md\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  #app .md\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  #app .md\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  #app .md\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  #app .md\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  #app .md\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  #app .md\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  #app .md\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  #app .md\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  #app .md\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  #app .md\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  #app .md\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  #app .md\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .md\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .md\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .md\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .md\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .md\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .md\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .md\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .md\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .md\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .md\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .md\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .md\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .md\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .md\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .md\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .md\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .md\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .md\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .md\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .md\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .md\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .md\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .md\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .md\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .md\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .md\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .md\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .md\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .md\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .md\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .md\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .md\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .md\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .md\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .md\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .md\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .md\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .md\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .md\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .md\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .md\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .md\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .md\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .md\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .md\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .md\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .md\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .md\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .md\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .md\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .md\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .md\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .md\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .md\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .md\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .md\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .md\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .md\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .md\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .md\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .md\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .md\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .md\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .md\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .md\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .md\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .md\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .md\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .md\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .md\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .md\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .md\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .md\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .md\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .md\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .md\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .md\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .md\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .md\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  #app .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  #app .md\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  #app .md\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  #app .md\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  #app .md\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  #app .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  #app .md\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  #app .md\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  #app .md\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  #app .md\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  #app .md\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  #app .md\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  #app .md\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  #app .md\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  #app .md\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  #app .md\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecaca;
  }

  #app .md\:focus\:to-red-300:focus{
    --tw-gradient-to: #fca5a5;
  }

  #app .md\:focus\:to-red-400:focus{
    --tw-gradient-to: #f87171;
  }

  #app .md\:focus\:to-red-500:focus{
    --tw-gradient-to: #ef4444;
  }

  #app .md\:focus\:to-red-600:focus{
    --tw-gradient-to: #dc2626;
  }

  #app .md\:focus\:to-red-700:focus{
    --tw-gradient-to: #b91c1c;
  }

  #app .md\:focus\:to-red-800:focus{
    --tw-gradient-to: #991b1b;
  }

  #app .md\:focus\:to-red-900:focus{
    --tw-gradient-to: #7f1d1d;
  }

  #app .md\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  #app .md\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  #app .md\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  #app .md\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  #app .md\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #fbbf24;
  }

  #app .md\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  #app .md\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  #app .md\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  #app .md\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  #app .md\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  #app .md\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  #app .md\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  #app .md\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  #app .md\:focus\:to-green-300:focus{
    --tw-gradient-to: #6ee7b7;
  }

  #app .md\:focus\:to-green-400:focus{
    --tw-gradient-to: #34d399;
  }

  #app .md\:focus\:to-green-500:focus{
    --tw-gradient-to: #10b981;
  }

  #app .md\:focus\:to-green-600:focus{
    --tw-gradient-to: #059669;
  }

  #app .md\:focus\:to-green-700:focus{
    --tw-gradient-to: #047857;
  }

  #app .md\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  #app .md\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  #app .md\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  #app .md\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  #app .md\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  #app .md\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  #app .md\:focus\:to-blue-400:focus{
    --tw-gradient-to: #60a5fa;
  }

  #app .md\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  #app .md\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  #app .md\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  #app .md\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  #app .md\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  #app .md\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  #app .md\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  #app .md\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  #app .md\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  #app .md\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  #app .md\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  #app .md\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  #app .md\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  #app .md\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  #app .md\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  #app .md\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  #app .md\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  #app .md\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  #app .md\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  #app .md\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  #app .md\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  #app .md\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  #app .md\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  #app .md\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  #app .md\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  #app .md\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  #app .md\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  #app .md\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  #app .md\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  #app .md\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  #app .md\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  #app .md\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  #app .md\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  #app .md\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  #app .md\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  #app .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .md\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .md\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .md\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .md\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .md\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .md\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .md\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .md\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .md\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  #app .md\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  #app .md\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  #app .md\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  #app .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  #app .md\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  #app .md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  #app .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  #app .md\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  #app .md\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  #app .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  #app .md\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  #app .md\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  #app .md\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  #app .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  #app .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  #app .md\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  #app .md\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  #app .md\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  #app .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  #app .md\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  #app .md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  #app .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  #app .md\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  #app .md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  #app .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  #app .md\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  #app .md\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  #app .md\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  #app .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  #app .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  #app .md\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  #app .md\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  #app .md\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  #app .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  #app .md\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  #app .md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  #app .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  #app .md\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  #app .md\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  #app .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  #app .md\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  #app .md\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  #app .md\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  #app .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  #app .md\:bg-bottom{
    background-position: bottom;
  }

  #app .md\:bg-center{
    background-position: center;
  }

  #app .md\:bg-left{
    background-position: left;
  }

  #app .md\:bg-left-bottom{
    background-position: left bottom;
  }

  #app .md\:bg-left-top{
    background-position: left top;
  }

  #app .md\:bg-right{
    background-position: right;
  }

  #app .md\:bg-right-bottom{
    background-position: right bottom;
  }

  #app .md\:bg-right-top{
    background-position: right top;
  }

  #app .md\:bg-top{
    background-position: top;
  }

  #app .md\:bg-repeat{
    background-repeat: repeat;
  }

  #app .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  #app .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  #app .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  #app .md\:bg-repeat-round{
    background-repeat: round;
  }

  #app .md\:bg-repeat-space{
    background-repeat: space;
  }

  #app .md\:bg-auto{
    background-size: auto;
  }

  #app .md\:bg-cover{
    background-size: cover;
  }

  #app .md\:bg-contain{
    background-size: contain;
  }

  #app .md\:border-collapse{
    border-collapse: collapse;
  }

  #app .md\:border-separate{
    border-collapse: separate;
  }

  #app .md\:border-transparent{
    border-color: transparent;
  }

  #app .md\:border-current{
    border-color: currentColor;
  }

  #app .md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .md\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .md\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .md\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .md\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .md\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .md\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .md\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .md\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .md\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .md\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .md\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .md\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .md\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .md\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .md\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .md\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .md\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .md\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .md\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .md\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .md\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .md\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .md\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .md\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .md\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .md\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .md\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .md\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .md\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .md\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .md\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .md\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .md\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .md\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .md\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .md\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .md\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .md\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .md\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .md\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .md\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .md\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .md\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .md\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .md\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .md\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .md\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .md\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .md\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .md\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .md\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .md\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .md\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .md\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .md\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .md\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .md\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .md\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .md\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .md\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .md\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .md\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-transparent{
    border-color: transparent;
  }

  #app .group:hover .md\:group-hover\:border-current{
    border-color: currentColor;
  }

  #app .group:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .group:hover .md\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  #app .md\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  #app .md\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .md\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  #app .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  #app .md\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .md\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  #app .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  #app .md\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .md\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .md\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .md\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .md\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .md\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .md\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .md\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .md\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .md\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .md\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .md\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .group:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .group:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .group:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .group:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .group:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .group:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .group:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .group:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .group:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  #app .md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  #app .md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  #app .md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  #app .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  #app .md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  #app .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  #app .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  #app .md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  #app .md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  #app .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  #app .md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  #app .md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  #app .md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  #app .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  #app .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  #app .md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  #app .md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  #app .md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  #app .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  #app .md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  #app .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  #app .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  #app .md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  #app .md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  #app .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  #app .md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  #app .md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  #app .md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  #app .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  #app .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  #app .md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  #app .md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  #app .md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  #app .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  #app .md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  #app .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  #app .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  #app .md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  #app .md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  #app .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  #app .md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  #app .md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  #app .md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  #app .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  #app .md\:rounded-none{
    border-radius: 0px;
  }

  #app .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  #app .md\:rounded{
    border-radius: 0.25rem;
  }

  #app .md\:rounded-md{
    border-radius: 0.375rem;
  }

  #app .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  #app .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  #app .md\:rounded-2xl{
    border-radius: 1rem;
  }

  #app .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  #app .md\:rounded-full{
    border-radius: 9999px;
  }

  #app .md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .md\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .md\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .md\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .md\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .md\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  #app .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  #app .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  #app .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  #app .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  #app .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  #app .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  #app .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  #app .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  #app .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  #app .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  #app .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  #app .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  #app .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  #app .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  #app .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  #app .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  #app .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  #app .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  #app .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  #app .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  #app .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  #app .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  #app .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  #app .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  #app .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  #app .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  #app .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  #app .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  #app .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  #app .md\:first\:rounded-none:first-child{
    border-radius: 0px;
  }

  #app .md\:first\:rounded-sm:first-child{
    border-radius: 0.125rem;
  }

  #app .md\:first\:rounded:first-child{
    border-radius: 0.25rem;
  }

  #app .md\:first\:rounded-md:first-child{
    border-radius: 0.375rem;
  }

  #app .md\:first\:rounded-lg:first-child{
    border-radius: 0.5rem;
  }

  #app .md\:first\:rounded-xl:first-child{
    border-radius: 0.75rem;
  }

  #app .md\:first\:rounded-2xl:first-child{
    border-radius: 1rem;
  }

  #app .md\:first\:rounded-3xl:first-child{
    border-radius: 1.5rem;
  }

  #app .md\:first\:rounded-full:first-child{
    border-radius: 9999px;
  }

  #app .md\:first\:rounded-t-none:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .md\:first\:rounded-r-none:first-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .md\:first\:rounded-b-none:first-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .md\:first\:rounded-l-none:first-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .md\:first\:rounded-t-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .md\:first\:rounded-r-sm:first-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .md\:first\:rounded-b-sm:first-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:first\:rounded-l-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:first\:rounded-t:first-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .md\:first\:rounded-r:first-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .md\:first\:rounded-b:first-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:first\:rounded-l:first-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:first\:rounded-t-md:first-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .md\:first\:rounded-r-md:first-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .md\:first\:rounded-b-md:first-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:first\:rounded-l-md:first-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:first\:rounded-t-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .md\:first\:rounded-r-lg:first-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .md\:first\:rounded-b-lg:first-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:first\:rounded-l-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:first\:rounded-t-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .md\:first\:rounded-r-xl:first-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .md\:first\:rounded-b-xl:first-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:first\:rounded-l-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:first\:rounded-t-2xl:first-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .md\:first\:rounded-r-2xl:first-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .md\:first\:rounded-b-2xl:first-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .md\:first\:rounded-l-2xl:first-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .md\:first\:rounded-t-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .md\:first\:rounded-r-3xl:first-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .md\:first\:rounded-b-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:first\:rounded-l-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:first\:rounded-t-full:first-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .md\:first\:rounded-r-full:first-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .md\:first\:rounded-b-full:first-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .md\:first\:rounded-l-full:first-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .md\:first\:rounded-tl-none:first-child{
    border-top-left-radius: 0px;
  }

  #app .md\:first\:rounded-tr-none:first-child{
    border-top-right-radius: 0px;
  }

  #app .md\:first\:rounded-br-none:first-child{
    border-bottom-right-radius: 0px;
  }

  #app .md\:first\:rounded-bl-none:first-child{
    border-bottom-left-radius: 0px;
  }

  #app .md\:first\:rounded-tl-sm:first-child{
    border-top-left-radius: 0.125rem;
  }

  #app .md\:first\:rounded-tr-sm:first-child{
    border-top-right-radius: 0.125rem;
  }

  #app .md\:first\:rounded-br-sm:first-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .md\:first\:rounded-bl-sm:first-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:first\:rounded-tl:first-child{
    border-top-left-radius: 0.25rem;
  }

  #app .md\:first\:rounded-tr:first-child{
    border-top-right-radius: 0.25rem;
  }

  #app .md\:first\:rounded-br:first-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .md\:first\:rounded-bl:first-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:first\:rounded-tl-md:first-child{
    border-top-left-radius: 0.375rem;
  }

  #app .md\:first\:rounded-tr-md:first-child{
    border-top-right-radius: 0.375rem;
  }

  #app .md\:first\:rounded-br-md:first-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .md\:first\:rounded-bl-md:first-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:first\:rounded-tl-lg:first-child{
    border-top-left-radius: 0.5rem;
  }

  #app .md\:first\:rounded-tr-lg:first-child{
    border-top-right-radius: 0.5rem;
  }

  #app .md\:first\:rounded-br-lg:first-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .md\:first\:rounded-bl-lg:first-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:first\:rounded-tl-xl:first-child{
    border-top-left-radius: 0.75rem;
  }

  #app .md\:first\:rounded-tr-xl:first-child{
    border-top-right-radius: 0.75rem;
  }

  #app .md\:first\:rounded-br-xl:first-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .md\:first\:rounded-bl-xl:first-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:first\:rounded-tl-2xl:first-child{
    border-top-left-radius: 1rem;
  }

  #app .md\:first\:rounded-tr-2xl:first-child{
    border-top-right-radius: 1rem;
  }

  #app .md\:first\:rounded-br-2xl:first-child{
    border-bottom-right-radius: 1rem;
  }

  #app .md\:first\:rounded-bl-2xl:first-child{
    border-bottom-left-radius: 1rem;
  }

  #app .md\:first\:rounded-tl-3xl:first-child{
    border-top-left-radius: 1.5rem;
  }

  #app .md\:first\:rounded-tr-3xl:first-child{
    border-top-right-radius: 1.5rem;
  }

  #app .md\:first\:rounded-br-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .md\:first\:rounded-bl-3xl:first-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:first\:rounded-tl-full:first-child{
    border-top-left-radius: 9999px;
  }

  #app .md\:first\:rounded-tr-full:first-child{
    border-top-right-radius: 9999px;
  }

  #app .md\:first\:rounded-br-full:first-child{
    border-bottom-right-radius: 9999px;
  }

  #app .md\:first\:rounded-bl-full:first-child{
    border-bottom-left-radius: 9999px;
  }

  #app .md\:last\:rounded-none:last-child{
    border-radius: 0px;
  }

  #app .md\:last\:rounded-sm:last-child{
    border-radius: 0.125rem;
  }

  #app .md\:last\:rounded:last-child{
    border-radius: 0.25rem;
  }

  #app .md\:last\:rounded-md:last-child{
    border-radius: 0.375rem;
  }

  #app .md\:last\:rounded-lg:last-child{
    border-radius: 0.5rem;
  }

  #app .md\:last\:rounded-xl:last-child{
    border-radius: 0.75rem;
  }

  #app .md\:last\:rounded-2xl:last-child{
    border-radius: 1rem;
  }

  #app .md\:last\:rounded-3xl:last-child{
    border-radius: 1.5rem;
  }

  #app .md\:last\:rounded-full:last-child{
    border-radius: 9999px;
  }

  #app .md\:last\:rounded-t-none:last-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .md\:last\:rounded-r-none:last-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .md\:last\:rounded-b-none:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .md\:last\:rounded-l-none:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .md\:last\:rounded-t-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .md\:last\:rounded-r-sm:last-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .md\:last\:rounded-b-sm:last-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:last\:rounded-l-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:last\:rounded-t:last-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .md\:last\:rounded-r:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .md\:last\:rounded-b:last-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:last\:rounded-l:last-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:last\:rounded-t-md:last-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .md\:last\:rounded-r-md:last-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .md\:last\:rounded-b-md:last-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:last\:rounded-l-md:last-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:last\:rounded-t-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .md\:last\:rounded-r-lg:last-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .md\:last\:rounded-b-lg:last-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:last\:rounded-l-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:last\:rounded-t-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .md\:last\:rounded-r-xl:last-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .md\:last\:rounded-b-xl:last-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:last\:rounded-l-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:last\:rounded-t-2xl:last-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .md\:last\:rounded-r-2xl:last-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .md\:last\:rounded-b-2xl:last-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .md\:last\:rounded-l-2xl:last-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .md\:last\:rounded-t-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .md\:last\:rounded-r-3xl:last-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .md\:last\:rounded-b-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:last\:rounded-l-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:last\:rounded-t-full:last-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .md\:last\:rounded-r-full:last-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .md\:last\:rounded-b-full:last-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .md\:last\:rounded-l-full:last-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .md\:last\:rounded-tl-none:last-child{
    border-top-left-radius: 0px;
  }

  #app .md\:last\:rounded-tr-none:last-child{
    border-top-right-radius: 0px;
  }

  #app .md\:last\:rounded-br-none:last-child{
    border-bottom-right-radius: 0px;
  }

  #app .md\:last\:rounded-bl-none:last-child{
    border-bottom-left-radius: 0px;
  }

  #app .md\:last\:rounded-tl-sm:last-child{
    border-top-left-radius: 0.125rem;
  }

  #app .md\:last\:rounded-tr-sm:last-child{
    border-top-right-radius: 0.125rem;
  }

  #app .md\:last\:rounded-br-sm:last-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .md\:last\:rounded-bl-sm:last-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .md\:last\:rounded-tl:last-child{
    border-top-left-radius: 0.25rem;
  }

  #app .md\:last\:rounded-tr:last-child{
    border-top-right-radius: 0.25rem;
  }

  #app .md\:last\:rounded-br:last-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .md\:last\:rounded-bl:last-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .md\:last\:rounded-tl-md:last-child{
    border-top-left-radius: 0.375rem;
  }

  #app .md\:last\:rounded-tr-md:last-child{
    border-top-right-radius: 0.375rem;
  }

  #app .md\:last\:rounded-br-md:last-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .md\:last\:rounded-bl-md:last-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .md\:last\:rounded-tl-lg:last-child{
    border-top-left-radius: 0.5rem;
  }

  #app .md\:last\:rounded-tr-lg:last-child{
    border-top-right-radius: 0.5rem;
  }

  #app .md\:last\:rounded-br-lg:last-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .md\:last\:rounded-bl-lg:last-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .md\:last\:rounded-tl-xl:last-child{
    border-top-left-radius: 0.75rem;
  }

  #app .md\:last\:rounded-tr-xl:last-child{
    border-top-right-radius: 0.75rem;
  }

  #app .md\:last\:rounded-br-xl:last-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .md\:last\:rounded-bl-xl:last-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .md\:last\:rounded-tl-2xl:last-child{
    border-top-left-radius: 1rem;
  }

  #app .md\:last\:rounded-tr-2xl:last-child{
    border-top-right-radius: 1rem;
  }

  #app .md\:last\:rounded-br-2xl:last-child{
    border-bottom-right-radius: 1rem;
  }

  #app .md\:last\:rounded-bl-2xl:last-child{
    border-bottom-left-radius: 1rem;
  }

  #app .md\:last\:rounded-tl-3xl:last-child{
    border-top-left-radius: 1.5rem;
  }

  #app .md\:last\:rounded-tr-3xl:last-child{
    border-top-right-radius: 1.5rem;
  }

  #app .md\:last\:rounded-br-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .md\:last\:rounded-bl-3xl:last-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .md\:last\:rounded-tl-full:last-child{
    border-top-left-radius: 9999px;
  }

  #app .md\:last\:rounded-tr-full:last-child{
    border-top-right-radius: 9999px;
  }

  #app .md\:last\:rounded-br-full:last-child{
    border-bottom-right-radius: 9999px;
  }

  #app .md\:last\:rounded-bl-full:last-child{
    border-bottom-left-radius: 9999px;
  }

  #app .md\:border-solid{
    border-style: solid;
  }

  #app .md\:border-dashed{
    border-style: dashed;
  }

  #app .md\:border-dotted{
    border-style: dotted;
  }

  #app .md\:border-double{
    border-style: double;
  }

  #app .md\:border-none{
    border-style: none;
  }

  #app .md\:border-0{
    border-width: 0px;
  }

  #app .md\:border-2{
    border-width: 2px;
  }

  #app .md\:border-4{
    border-width: 4px;
  }

  #app .md\:border-8{
    border-width: 8px;
  }

  #app .md\:border{
    border-width: 1px;
  }

  #app .md\:border-t-0{
    border-top-width: 0px;
  }

  #app .md\:border-r-0{
    border-right-width: 0px;
  }

  #app .md\:border-b-0{
    border-bottom-width: 0px;
  }

  #app .md\:border-l-0{
    border-left-width: 0px;
  }

  #app .md\:border-t-2{
    border-top-width: 2px;
  }

  #app .md\:border-r-2{
    border-right-width: 2px;
  }

  #app .md\:border-b-2{
    border-bottom-width: 2px;
  }

  #app .md\:border-l-2{
    border-left-width: 2px;
  }

  #app .md\:border-t-4{
    border-top-width: 4px;
  }

  #app .md\:border-r-4{
    border-right-width: 4px;
  }

  #app .md\:border-b-4{
    border-bottom-width: 4px;
  }

  #app .md\:border-l-4{
    border-left-width: 4px;
  }

  #app .md\:border-t-8{
    border-top-width: 8px;
  }

  #app .md\:border-r-8{
    border-right-width: 8px;
  }

  #app .md\:border-b-8{
    border-bottom-width: 8px;
  }

  #app .md\:border-l-8{
    border-left-width: 8px;
  }

  #app .md\:border-t{
    border-top-width: 1px;
  }

  #app .md\:border-r{
    border-right-width: 1px;
  }

  #app .md\:border-b{
    border-bottom-width: 1px;
  }

  #app .md\:border-l{
    border-left-width: 1px;
  }

  #app .md\:box-border{
    box-sizing: border-box;
  }

  #app .md\:box-content{
    box-sizing: content-box;
  }

  #app .md\:cursor-auto{
    cursor: auto;
  }

  #app .md\:cursor-default{
    cursor: default;
  }

  #app .md\:cursor-pointer{
    cursor: pointer;
  }

  #app .md\:cursor-wait{
    cursor: wait;
  }

  #app .md\:cursor-text{
    cursor: text;
  }

  #app .md\:cursor-move{
    cursor: move;
  }

  #app .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  #app .md\:block{
    display: block;
  }

  #app .md\:inline-block{
    display: inline-block;
  }

  #app .md\:inline{
    display: inline;
  }

  #app .md\:flex{
    display: flex;
  }

  #app .md\:inline-flex{
    display: inline-flex;
  }

  #app .md\:table{
    display: table;
  }

  #app .md\:table-caption{
    display: table-caption;
  }

  #app .md\:table-cell{
    display: table-cell;
  }

  #app .md\:table-column{
    display: table-column;
  }

  #app .md\:table-column-group{
    display: table-column-group;
  }

  #app .md\:table-footer-group{
    display: table-footer-group;
  }

  #app .md\:table-header-group{
    display: table-header-group;
  }

  #app .md\:table-row-group{
    display: table-row-group;
  }

  #app .md\:table-row{
    display: table-row;
  }

  #app .md\:flow-root{
    display: flow-root;
  }

  #app .md\:grid{
    display: grid;
  }

  #app .md\:inline-grid{
    display: inline-grid;
  }

  #app .md\:contents{
    display: contents;
  }

  #app .md\:hidden{
    display: none;
  }

  #app .md\:flex-row{
    flex-direction: row;
  }

  #app .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  #app .md\:flex-col{
    flex-direction: column;
  }

  #app .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  #app .md\:flex-wrap{
    flex-wrap: wrap;
  }

  #app .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  #app .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  #app .md\:place-items-auto{
    place-items: auto;
  }

  #app .md\:place-items-start{
    place-items: start;
  }

  #app .md\:place-items-end{
    place-items: end;
  }

  #app .md\:place-items-center{
    place-items: center;
  }

  #app .md\:place-items-stretch{
    place-items: stretch;
  }

  #app .md\:place-content-center{
    place-content: center;
  }

  #app .md\:place-content-start{
    place-content: start;
  }

  #app .md\:place-content-end{
    place-content: end;
  }

  #app .md\:place-content-between{
    place-content: space-between;
  }

  #app .md\:place-content-around{
    place-content: space-around;
  }

  #app .md\:place-content-evenly{
    place-content: space-evenly;
  }

  #app .md\:place-content-stretch{
    place-content: stretch;
  }

  #app .md\:place-self-auto{
    place-self: auto;
  }

  #app .md\:place-self-start{
    place-self: start;
  }

  #app .md\:place-self-end{
    place-self: end;
  }

  #app .md\:place-self-center{
    place-self: center;
  }

  #app .md\:place-self-stretch{
    place-self: stretch;
  }

  #app .md\:items-start{
    align-items: flex-start;
  }

  #app .md\:items-end{
    align-items: flex-end;
  }

  #app .md\:items-center{
    align-items: center;
  }

  #app .md\:items-baseline{
    align-items: baseline;
  }

  #app .md\:items-stretch{
    align-items: stretch;
  }

  #app .md\:content-center{
    align-content: center;
  }

  #app .md\:content-start{
    align-content: flex-start;
  }

  #app .md\:content-end{
    align-content: flex-end;
  }

  #app .md\:content-between{
    align-content: space-between;
  }

  #app .md\:content-around{
    align-content: space-around;
  }

  #app .md\:content-evenly{
    align-content: space-evenly;
  }

  #app .md\:self-auto{
    align-self: auto;
  }

  #app .md\:self-start{
    align-self: flex-start;
  }

  #app .md\:self-end{
    align-self: flex-end;
  }

  #app .md\:self-center{
    align-self: center;
  }

  #app .md\:self-stretch{
    align-self: stretch;
  }

  #app .md\:justify-items-auto{
    justify-items: auto;
  }

  #app .md\:justify-items-start{
    justify-items: start;
  }

  #app .md\:justify-items-end{
    justify-items: end;
  }

  #app .md\:justify-items-center{
    justify-items: center;
  }

  #app .md\:justify-items-stretch{
    justify-items: stretch;
  }

  #app .md\:justify-start{
    justify-content: flex-start;
  }

  #app .md\:justify-end{
    justify-content: flex-end;
  }

  #app .md\:justify-center{
    justify-content: center;
  }

  #app .md\:justify-between{
    justify-content: space-between;
  }

  #app .md\:justify-around{
    justify-content: space-around;
  }

  #app .md\:justify-evenly{
    justify-content: space-evenly;
  }

  #app .md\:justify-self-auto{
    justify-self: auto;
  }

  #app .md\:justify-self-start{
    justify-self: start;
  }

  #app .md\:justify-self-end{
    justify-self: end;
  }

  #app .md\:justify-self-center{
    justify-self: center;
  }

  #app .md\:justify-self-stretch{
    justify-self: stretch;
  }

  #app .md\:flex-1{
    flex: 1 1 0%;
  }

  #app .md\:flex-auto{
    flex: 1 1 auto;
  }

  #app .md\:flex-initial{
    flex: 0 1 auto;
  }

  #app .md\:flex-none{
    flex: none;
  }

  #app .md\:flex-grow-0{
    flex-grow: 0;
  }

  #app .md\:flex-grow{
    flex-grow: 1;
  }

  #app .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  #app .md\:flex-shrink{
    flex-shrink: 1;
  }

  #app .md\:order-1{
    order: 1;
  }

  #app .md\:order-2{
    order: 2;
  }

  #app .md\:order-3{
    order: 3;
  }

  #app .md\:order-4{
    order: 4;
  }

  #app .md\:order-5{
    order: 5;
  }

  #app .md\:order-6{
    order: 6;
  }

  #app .md\:order-7{
    order: 7;
  }

  #app .md\:order-8{
    order: 8;
  }

  #app .md\:order-9{
    order: 9;
  }

  #app .md\:order-10{
    order: 10;
  }

  #app .md\:order-11{
    order: 11;
  }

  #app .md\:order-12{
    order: 12;
  }

  #app .md\:order-first{
    order: -9999;
  }

  #app .md\:order-last{
    order: 9999;
  }

  #app .md\:order-none{
    order: 0;
  }

  #app .md\:float-right{
    float: right;
  }

  #app .md\:float-left{
    float: left;
  }

  #app .md\:float-none{
    float: none;
  }

  #app .md\:clear-left{
    clear: left;
  }

  #app .md\:clear-right{
    clear: right;
  }

  #app .md\:clear-both{
    clear: both;
  }

  #app .md\:clear-none{
    clear: none;
  }

  #app .md\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .md\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .md\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .md\:font-thin{
    font-weight: 100;
  }

  #app .md\:font-extralight{
    font-weight: 200;
  }

  #app .md\:font-light{
    font-weight: 300;
  }

  #app .md\:font-normal{
    font-weight: 400;
  }

  #app .md\:font-medium{
    font-weight: 500;
  }

  #app .md\:font-semibold{
    font-weight: 600;
  }

  #app .md\:font-bold{
    font-weight: 700;
  }

  #app .md\:font-extrabold{
    font-weight: 800;
  }

  #app .md\:font-black{
    font-weight: 900;
  }

  #app .md\:h-0{
    height: 0px;
  }

  #app .md\:h-1{
    height: 0.25rem;
  }

  #app .md\:h-2{
    height: 0.5rem;
  }

  #app .md\:h-3{
    height: 0.75rem;
  }

  #app .md\:h-4{
    height: 1rem;
  }

  #app .md\:h-5{
    height: 1.25rem;
  }

  #app .md\:h-6{
    height: 1.5rem;
  }

  #app .md\:h-7{
    height: 1.75rem;
  }

  #app .md\:h-8{
    height: 2rem;
  }

  #app .md\:h-9{
    height: 2.25rem;
  }

  #app .md\:h-10{
    height: 2.5rem;
  }

  #app .md\:h-11{
    height: 2.75rem;
  }

  #app .md\:h-12{
    height: 3rem;
  }

  #app .md\:h-14{
    height: 3.5rem;
  }

  #app .md\:h-16{
    height: 4rem;
  }

  #app .md\:h-20{
    height: 5rem;
  }

  #app .md\:h-24{
    height: 6rem;
  }

  #app .md\:h-28{
    height: 7rem;
  }

  #app .md\:h-32{
    height: 8rem;
  }

  #app .md\:h-36{
    height: 9rem;
  }

  #app .md\:h-40{
    height: 10rem;
  }

  #app .md\:h-44{
    height: 11rem;
  }

  #app .md\:h-48{
    height: 12rem;
  }

  #app .md\:h-52{
    height: 13rem;
  }

  #app .md\:h-56{
    height: 14rem;
  }

  #app .md\:h-60{
    height: 15rem;
  }

  #app .md\:h-64{
    height: 16rem;
  }

  #app .md\:h-72{
    height: 18rem;
  }

  #app .md\:h-80{
    height: 20rem;
  }

  #app .md\:h-96{
    height: 24rem;
  }

  #app .md\:h-auto{
    height: auto;
  }

  #app .md\:h-px{
    height: 1px;
  }

  #app .md\:h-0\.5{
    height: 0.125rem;
  }

  #app .md\:h-1\.5{
    height: 0.375rem;
  }

  #app .md\:h-2\.5{
    height: 0.625rem;
  }

  #app .md\:h-3\.5{
    height: 0.875rem;
  }

  #app .md\:h-1\/2{
    height: 50%;
  }

  #app .md\:h-1\/3{
    height: 33.333333%;
  }

  #app .md\:h-2\/3{
    height: 66.666667%;
  }

  #app .md\:h-1\/4{
    height: 25%;
  }

  #app .md\:h-2\/4{
    height: 50%;
  }

  #app .md\:h-3\/4{
    height: 75%;
  }

  #app .md\:h-1\/5{
    height: 20%;
  }

  #app .md\:h-2\/5{
    height: 40%;
  }

  #app .md\:h-3\/5{
    height: 60%;
  }

  #app .md\:h-4\/5{
    height: 80%;
  }

  #app .md\:h-1\/6{
    height: 16.666667%;
  }

  #app .md\:h-2\/6{
    height: 33.333333%;
  }

  #app .md\:h-3\/6{
    height: 50%;
  }

  #app .md\:h-4\/6{
    height: 66.666667%;
  }

  #app .md\:h-5\/6{
    height: 83.333333%;
  }

  #app .md\:h-full{
    height: 100%;
  }

  #app .md\:h-screen{
    height: 100vh;
  }

  #app .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  #app .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #app .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #app .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  #app .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #app .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #app .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #app .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #app .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  #app .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  #app .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  #app .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  #app .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  #app .md\:leading-3{
    line-height: .75rem;
  }

  #app .md\:leading-4{
    line-height: 1rem;
  }

  #app .md\:leading-5{
    line-height: 1.25rem;
  }

  #app .md\:leading-6{
    line-height: 1.5rem;
  }

  #app .md\:leading-7{
    line-height: 1.75rem;
  }

  #app .md\:leading-8{
    line-height: 2rem;
  }

  #app .md\:leading-9{
    line-height: 2.25rem;
  }

  #app .md\:leading-10{
    line-height: 2.5rem;
  }

  #app .md\:leading-none{
    line-height: 1;
  }

  #app .md\:leading-tight{
    line-height: 1.25;
  }

  #app .md\:leading-snug{
    line-height: 1.375;
  }

  #app .md\:leading-normal{
    line-height: 1.5;
  }

  #app .md\:leading-relaxed{
    line-height: 1.625;
  }

  #app .md\:leading-loose{
    line-height: 2;
  }

  #app .md\:list-inside{
    list-style-position: inside;
  }

  #app .md\:list-outside{
    list-style-position: outside;
  }

  #app .md\:list-none{
    list-style-type: none;
  }

  #app .md\:list-disc{
    list-style-type: disc;
  }

  #app .md\:list-decimal{
    list-style-type: decimal;
  }

  #app .md\:m-0{
    margin: 0px;
  }

  #app .md\:m-1{
    margin: 0.25rem;
  }

  #app .md\:m-2{
    margin: 0.5rem;
  }

  #app .md\:m-3{
    margin: 0.75rem;
  }

  #app .md\:m-4{
    margin: 1rem;
  }

  #app .md\:m-5{
    margin: 1.25rem;
  }

  #app .md\:m-6{
    margin: 1.5rem;
  }

  #app .md\:m-7{
    margin: 1.75rem;
  }

  #app .md\:m-8{
    margin: 2rem;
  }

  #app .md\:m-9{
    margin: 2.25rem;
  }

  #app .md\:m-10{
    margin: 2.5rem;
  }

  #app .md\:m-11{
    margin: 2.75rem;
  }

  #app .md\:m-12{
    margin: 3rem;
  }

  #app .md\:m-14{
    margin: 3.5rem;
  }

  #app .md\:m-16{
    margin: 4rem;
  }

  #app .md\:m-20{
    margin: 5rem;
  }

  #app .md\:m-24{
    margin: 6rem;
  }

  #app .md\:m-28{
    margin: 7rem;
  }

  #app .md\:m-32{
    margin: 8rem;
  }

  #app .md\:m-36{
    margin: 9rem;
  }

  #app .md\:m-40{
    margin: 10rem;
  }

  #app .md\:m-44{
    margin: 11rem;
  }

  #app .md\:m-48{
    margin: 12rem;
  }

  #app .md\:m-52{
    margin: 13rem;
  }

  #app .md\:m-56{
    margin: 14rem;
  }

  #app .md\:m-60{
    margin: 15rem;
  }

  #app .md\:m-64{
    margin: 16rem;
  }

  #app .md\:m-72{
    margin: 18rem;
  }

  #app .md\:m-80{
    margin: 20rem;
  }

  #app .md\:m-96{
    margin: 24rem;
  }

  #app .md\:m-auto{
    margin: auto;
  }

  #app .md\:m-px{
    margin: 1px;
  }

  #app .md\:m-0\.5{
    margin: 0.125rem;
  }

  #app .md\:m-1\.5{
    margin: 0.375rem;
  }

  #app .md\:m-2\.5{
    margin: 0.625rem;
  }

  #app .md\:m-3\.5{
    margin: 0.875rem;
  }

  #app .md\:-m-0{
    margin: 0px;
  }

  #app .md\:-m-1{
    margin: -0.25rem;
  }

  #app .md\:-m-2{
    margin: -0.5rem;
  }

  #app .md\:-m-3{
    margin: -0.75rem;
  }

  #app .md\:-m-4{
    margin: -1rem;
  }

  #app .md\:-m-5{
    margin: -1.25rem;
  }

  #app .md\:-m-6{
    margin: -1.5rem;
  }

  #app .md\:-m-7{
    margin: -1.75rem;
  }

  #app .md\:-m-8{
    margin: -2rem;
  }

  #app .md\:-m-9{
    margin: -2.25rem;
  }

  #app .md\:-m-10{
    margin: -2.5rem;
  }

  #app .md\:-m-11{
    margin: -2.75rem;
  }

  #app .md\:-m-12{
    margin: -3rem;
  }

  #app .md\:-m-14{
    margin: -3.5rem;
  }

  #app .md\:-m-16{
    margin: -4rem;
  }

  #app .md\:-m-20{
    margin: -5rem;
  }

  #app .md\:-m-24{
    margin: -6rem;
  }

  #app .md\:-m-28{
    margin: -7rem;
  }

  #app .md\:-m-32{
    margin: -8rem;
  }

  #app .md\:-m-36{
    margin: -9rem;
  }

  #app .md\:-m-40{
    margin: -10rem;
  }

  #app .md\:-m-44{
    margin: -11rem;
  }

  #app .md\:-m-48{
    margin: -12rem;
  }

  #app .md\:-m-52{
    margin: -13rem;
  }

  #app .md\:-m-56{
    margin: -14rem;
  }

  #app .md\:-m-60{
    margin: -15rem;
  }

  #app .md\:-m-64{
    margin: -16rem;
  }

  #app .md\:-m-72{
    margin: -18rem;
  }

  #app .md\:-m-80{
    margin: -20rem;
  }

  #app .md\:-m-96{
    margin: -24rem;
  }

  #app .md\:-m-px{
    margin: -1px;
  }

  #app .md\:-m-0\.5{
    margin: -0.125rem;
  }

  #app .md\:-m-1\.5{
    margin: -0.375rem;
  }

  #app .md\:-m-2\.5{
    margin: -0.625rem;
  }

  #app .md\:-m-3\.5{
    margin: -0.875rem;
  }

  #app .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #app .md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #app .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #app .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #app .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  #app .md\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  #app .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #app .md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #app .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #app .md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #app .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .md\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #app .md\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #app .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  #app .md\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  #app .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .md\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  #app .md\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  #app .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .md\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  #app .md\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  #app .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  #app .md\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  #app .md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  #app .md\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  #app .md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  #app .md\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  #app .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  #app .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .md\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  #app .md\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  #app .md\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #app .md\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #app .md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #app .md\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #app .md\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #app .md\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #app .md\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .md\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #app .md\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #app .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .md\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  #app .md\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  #app .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  #app .md\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  #app .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  #app .md\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  #app .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  #app .md\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  #app .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .md\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  #app .md\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  #app .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  #app .md\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  #app .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .md\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  #app .md\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  #app .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .md\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  #app .md\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  #app .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  #app .md\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  #app .md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  #app .md\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  #app .md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  #app .md\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  #app .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .md\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  #app .md\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  #app .md\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  #app .md\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  #app .md\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  #app .md\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  #app .md\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  #app .md\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  #app .md\:mt-0{
    margin-top: 0px;
  }

  #app .md\:mr-0{
    margin-right: 0px;
  }

  #app .md\:mb-0{
    margin-bottom: 0px;
  }

  #app .md\:ml-0{
    margin-left: 0px;
  }

  #app .md\:mt-1{
    margin-top: 0.25rem;
  }

  #app .md\:mr-1{
    margin-right: 0.25rem;
  }

  #app .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  #app .md\:ml-1{
    margin-left: 0.25rem;
  }

  #app .md\:mt-2{
    margin-top: 0.5rem;
  }

  #app .md\:mr-2{
    margin-right: 0.5rem;
  }

  #app .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  #app .md\:ml-2{
    margin-left: 0.5rem;
  }

  #app .md\:mt-3{
    margin-top: 0.75rem;
  }

  #app .md\:mr-3{
    margin-right: 0.75rem;
  }

  #app .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  #app .md\:ml-3{
    margin-left: 0.75rem;
  }

  #app .md\:mt-4{
    margin-top: 1rem;
  }

  #app .md\:mr-4{
    margin-right: 1rem;
  }

  #app .md\:mb-4{
    margin-bottom: 1rem;
  }

  #app .md\:ml-4{
    margin-left: 1rem;
  }

  #app .md\:mt-5{
    margin-top: 1.25rem;
  }

  #app .md\:mr-5{
    margin-right: 1.25rem;
  }

  #app .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  #app .md\:ml-5{
    margin-left: 1.25rem;
  }

  #app .md\:mt-6{
    margin-top: 1.5rem;
  }

  #app .md\:mr-6{
    margin-right: 1.5rem;
  }

  #app .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  #app .md\:ml-6{
    margin-left: 1.5rem;
  }

  #app .md\:mt-7{
    margin-top: 1.75rem;
  }

  #app .md\:mr-7{
    margin-right: 1.75rem;
  }

  #app .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  #app .md\:ml-7{
    margin-left: 1.75rem;
  }

  #app .md\:mt-8{
    margin-top: 2rem;
  }

  #app .md\:mr-8{
    margin-right: 2rem;
  }

  #app .md\:mb-8{
    margin-bottom: 2rem;
  }

  #app .md\:ml-8{
    margin-left: 2rem;
  }

  #app .md\:mt-9{
    margin-top: 2.25rem;
  }

  #app .md\:mr-9{
    margin-right: 2.25rem;
  }

  #app .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  #app .md\:ml-9{
    margin-left: 2.25rem;
  }

  #app .md\:mt-10{
    margin-top: 2.5rem;
  }

  #app .md\:mr-10{
    margin-right: 2.5rem;
  }

  #app .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  #app .md\:ml-10{
    margin-left: 2.5rem;
  }

  #app .md\:mt-11{
    margin-top: 2.75rem;
  }

  #app .md\:mr-11{
    margin-right: 2.75rem;
  }

  #app .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  #app .md\:ml-11{
    margin-left: 2.75rem;
  }

  #app .md\:mt-12{
    margin-top: 3rem;
  }

  #app .md\:mr-12{
    margin-right: 3rem;
  }

  #app .md\:mb-12{
    margin-bottom: 3rem;
  }

  #app .md\:ml-12{
    margin-left: 3rem;
  }

  #app .md\:mt-14{
    margin-top: 3.5rem;
  }

  #app .md\:mr-14{
    margin-right: 3.5rem;
  }

  #app .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  #app .md\:ml-14{
    margin-left: 3.5rem;
  }

  #app .md\:mt-16{
    margin-top: 4rem;
  }

  #app .md\:mr-16{
    margin-right: 4rem;
  }

  #app .md\:mb-16{
    margin-bottom: 4rem;
  }

  #app .md\:ml-16{
    margin-left: 4rem;
  }

  #app .md\:mt-20{
    margin-top: 5rem;
  }

  #app .md\:mr-20{
    margin-right: 5rem;
  }

  #app .md\:mb-20{
    margin-bottom: 5rem;
  }

  #app .md\:ml-20{
    margin-left: 5rem;
  }

  #app .md\:mt-24{
    margin-top: 6rem;
  }

  #app .md\:mr-24{
    margin-right: 6rem;
  }

  #app .md\:mb-24{
    margin-bottom: 6rem;
  }

  #app .md\:ml-24{
    margin-left: 6rem;
  }

  #app .md\:mt-28{
    margin-top: 7rem;
  }

  #app .md\:mr-28{
    margin-right: 7rem;
  }

  #app .md\:mb-28{
    margin-bottom: 7rem;
  }

  #app .md\:ml-28{
    margin-left: 7rem;
  }

  #app .md\:mt-32{
    margin-top: 8rem;
  }

  #app .md\:mr-32{
    margin-right: 8rem;
  }

  #app .md\:mb-32{
    margin-bottom: 8rem;
  }

  #app .md\:ml-32{
    margin-left: 8rem;
  }

  #app .md\:mt-36{
    margin-top: 9rem;
  }

  #app .md\:mr-36{
    margin-right: 9rem;
  }

  #app .md\:mb-36{
    margin-bottom: 9rem;
  }

  #app .md\:ml-36{
    margin-left: 9rem;
  }

  #app .md\:mt-40{
    margin-top: 10rem;
  }

  #app .md\:mr-40{
    margin-right: 10rem;
  }

  #app .md\:mb-40{
    margin-bottom: 10rem;
  }

  #app .md\:ml-40{
    margin-left: 10rem;
  }

  #app .md\:mt-44{
    margin-top: 11rem;
  }

  #app .md\:mr-44{
    margin-right: 11rem;
  }

  #app .md\:mb-44{
    margin-bottom: 11rem;
  }

  #app .md\:ml-44{
    margin-left: 11rem;
  }

  #app .md\:mt-48{
    margin-top: 12rem;
  }

  #app .md\:mr-48{
    margin-right: 12rem;
  }

  #app .md\:mb-48{
    margin-bottom: 12rem;
  }

  #app .md\:ml-48{
    margin-left: 12rem;
  }

  #app .md\:mt-52{
    margin-top: 13rem;
  }

  #app .md\:mr-52{
    margin-right: 13rem;
  }

  #app .md\:mb-52{
    margin-bottom: 13rem;
  }

  #app .md\:ml-52{
    margin-left: 13rem;
  }

  #app .md\:mt-56{
    margin-top: 14rem;
  }

  #app .md\:mr-56{
    margin-right: 14rem;
  }

  #app .md\:mb-56{
    margin-bottom: 14rem;
  }

  #app .md\:ml-56{
    margin-left: 14rem;
  }

  #app .md\:mt-60{
    margin-top: 15rem;
  }

  #app .md\:mr-60{
    margin-right: 15rem;
  }

  #app .md\:mb-60{
    margin-bottom: 15rem;
  }

  #app .md\:ml-60{
    margin-left: 15rem;
  }

  #app .md\:mt-64{
    margin-top: 16rem;
  }

  #app .md\:mr-64{
    margin-right: 16rem;
  }

  #app .md\:mb-64{
    margin-bottom: 16rem;
  }

  #app .md\:ml-64{
    margin-left: 16rem;
  }

  #app .md\:mt-72{
    margin-top: 18rem;
  }

  #app .md\:mr-72{
    margin-right: 18rem;
  }

  #app .md\:mb-72{
    margin-bottom: 18rem;
  }

  #app .md\:ml-72{
    margin-left: 18rem;
  }

  #app .md\:mt-80{
    margin-top: 20rem;
  }

  #app .md\:mr-80{
    margin-right: 20rem;
  }

  #app .md\:mb-80{
    margin-bottom: 20rem;
  }

  #app .md\:ml-80{
    margin-left: 20rem;
  }

  #app .md\:mt-96{
    margin-top: 24rem;
  }

  #app .md\:mr-96{
    margin-right: 24rem;
  }

  #app .md\:mb-96{
    margin-bottom: 24rem;
  }

  #app .md\:ml-96{
    margin-left: 24rem;
  }

  #app .md\:mt-auto{
    margin-top: auto;
  }

  #app .md\:mr-auto{
    margin-right: auto;
  }

  #app .md\:mb-auto{
    margin-bottom: auto;
  }

  #app .md\:ml-auto{
    margin-left: auto;
  }

  #app .md\:mt-px{
    margin-top: 1px;
  }

  #app .md\:mr-px{
    margin-right: 1px;
  }

  #app .md\:mb-px{
    margin-bottom: 1px;
  }

  #app .md\:ml-px{
    margin-left: 1px;
  }

  #app .md\:mt-0\.5{
    margin-top: 0.125rem;
  }

  #app .md\:mr-0\.5{
    margin-right: 0.125rem;
  }

  #app .md\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  #app .md\:ml-0\.5{
    margin-left: 0.125rem;
  }

  #app .md\:mt-1\.5{
    margin-top: 0.375rem;
  }

  #app .md\:mr-1\.5{
    margin-right: 0.375rem;
  }

  #app .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  #app .md\:ml-1\.5{
    margin-left: 0.375rem;
  }

  #app .md\:mt-2\.5{
    margin-top: 0.625rem;
  }

  #app .md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  #app .md\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  #app .md\:ml-2\.5{
    margin-left: 0.625rem;
  }

  #app .md\:mt-3\.5{
    margin-top: 0.875rem;
  }

  #app .md\:mr-3\.5{
    margin-right: 0.875rem;
  }

  #app .md\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  #app .md\:ml-3\.5{
    margin-left: 0.875rem;
  }

  #app .md\:-mt-0{
    margin-top: 0px;
  }

  #app .md\:-mr-0{
    margin-right: 0px;
  }

  #app .md\:-mb-0{
    margin-bottom: 0px;
  }

  #app .md\:-ml-0{
    margin-left: 0px;
  }

  #app .md\:-mt-1{
    margin-top: -0.25rem;
  }

  #app .md\:-mr-1{
    margin-right: -0.25rem;
  }

  #app .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  #app .md\:-ml-1{
    margin-left: -0.25rem;
  }

  #app .md\:-mt-2{
    margin-top: -0.5rem;
  }

  #app .md\:-mr-2{
    margin-right: -0.5rem;
  }

  #app .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  #app .md\:-ml-2{
    margin-left: -0.5rem;
  }

  #app .md\:-mt-3{
    margin-top: -0.75rem;
  }

  #app .md\:-mr-3{
    margin-right: -0.75rem;
  }

  #app .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  #app .md\:-ml-3{
    margin-left: -0.75rem;
  }

  #app .md\:-mt-4{
    margin-top: -1rem;
  }

  #app .md\:-mr-4{
    margin-right: -1rem;
  }

  #app .md\:-mb-4{
    margin-bottom: -1rem;
  }

  #app .md\:-ml-4{
    margin-left: -1rem;
  }

  #app .md\:-mt-5{
    margin-top: -1.25rem;
  }

  #app .md\:-mr-5{
    margin-right: -1.25rem;
  }

  #app .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  #app .md\:-ml-5{
    margin-left: -1.25rem;
  }

  #app .md\:-mt-6{
    margin-top: -1.5rem;
  }

  #app .md\:-mr-6{
    margin-right: -1.5rem;
  }

  #app .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  #app .md\:-ml-6{
    margin-left: -1.5rem;
  }

  #app .md\:-mt-7{
    margin-top: -1.75rem;
  }

  #app .md\:-mr-7{
    margin-right: -1.75rem;
  }

  #app .md\:-mb-7{
    margin-bottom: -1.75rem;
  }

  #app .md\:-ml-7{
    margin-left: -1.75rem;
  }

  #app .md\:-mt-8{
    margin-top: -2rem;
  }

  #app .md\:-mr-8{
    margin-right: -2rem;
  }

  #app .md\:-mb-8{
    margin-bottom: -2rem;
  }

  #app .md\:-ml-8{
    margin-left: -2rem;
  }

  #app .md\:-mt-9{
    margin-top: -2.25rem;
  }

  #app .md\:-mr-9{
    margin-right: -2.25rem;
  }

  #app .md\:-mb-9{
    margin-bottom: -2.25rem;
  }

  #app .md\:-ml-9{
    margin-left: -2.25rem;
  }

  #app .md\:-mt-10{
    margin-top: -2.5rem;
  }

  #app .md\:-mr-10{
    margin-right: -2.5rem;
  }

  #app .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  #app .md\:-ml-10{
    margin-left: -2.5rem;
  }

  #app .md\:-mt-11{
    margin-top: -2.75rem;
  }

  #app .md\:-mr-11{
    margin-right: -2.75rem;
  }

  #app .md\:-mb-11{
    margin-bottom: -2.75rem;
  }

  #app .md\:-ml-11{
    margin-left: -2.75rem;
  }

  #app .md\:-mt-12{
    margin-top: -3rem;
  }

  #app .md\:-mr-12{
    margin-right: -3rem;
  }

  #app .md\:-mb-12{
    margin-bottom: -3rem;
  }

  #app .md\:-ml-12{
    margin-left: -3rem;
  }

  #app .md\:-mt-14{
    margin-top: -3.5rem;
  }

  #app .md\:-mr-14{
    margin-right: -3.5rem;
  }

  #app .md\:-mb-14{
    margin-bottom: -3.5rem;
  }

  #app .md\:-ml-14{
    margin-left: -3.5rem;
  }

  #app .md\:-mt-16{
    margin-top: -4rem;
  }

  #app .md\:-mr-16{
    margin-right: -4rem;
  }

  #app .md\:-mb-16{
    margin-bottom: -4rem;
  }

  #app .md\:-ml-16{
    margin-left: -4rem;
  }

  #app .md\:-mt-20{
    margin-top: -5rem;
  }

  #app .md\:-mr-20{
    margin-right: -5rem;
  }

  #app .md\:-mb-20{
    margin-bottom: -5rem;
  }

  #app .md\:-ml-20{
    margin-left: -5rem;
  }

  #app .md\:-mt-24{
    margin-top: -6rem;
  }

  #app .md\:-mr-24{
    margin-right: -6rem;
  }

  #app .md\:-mb-24{
    margin-bottom: -6rem;
  }

  #app .md\:-ml-24{
    margin-left: -6rem;
  }

  #app .md\:-mt-28{
    margin-top: -7rem;
  }

  #app .md\:-mr-28{
    margin-right: -7rem;
  }

  #app .md\:-mb-28{
    margin-bottom: -7rem;
  }

  #app .md\:-ml-28{
    margin-left: -7rem;
  }

  #app .md\:-mt-32{
    margin-top: -8rem;
  }

  #app .md\:-mr-32{
    margin-right: -8rem;
  }

  #app .md\:-mb-32{
    margin-bottom: -8rem;
  }

  #app .md\:-ml-32{
    margin-left: -8rem;
  }

  #app .md\:-mt-36{
    margin-top: -9rem;
  }

  #app .md\:-mr-36{
    margin-right: -9rem;
  }

  #app .md\:-mb-36{
    margin-bottom: -9rem;
  }

  #app .md\:-ml-36{
    margin-left: -9rem;
  }

  #app .md\:-mt-40{
    margin-top: -10rem;
  }

  #app .md\:-mr-40{
    margin-right: -10rem;
  }

  #app .md\:-mb-40{
    margin-bottom: -10rem;
  }

  #app .md\:-ml-40{
    margin-left: -10rem;
  }

  #app .md\:-mt-44{
    margin-top: -11rem;
  }

  #app .md\:-mr-44{
    margin-right: -11rem;
  }

  #app .md\:-mb-44{
    margin-bottom: -11rem;
  }

  #app .md\:-ml-44{
    margin-left: -11rem;
  }

  #app .md\:-mt-48{
    margin-top: -12rem;
  }

  #app .md\:-mr-48{
    margin-right: -12rem;
  }

  #app .md\:-mb-48{
    margin-bottom: -12rem;
  }

  #app .md\:-ml-48{
    margin-left: -12rem;
  }

  #app .md\:-mt-52{
    margin-top: -13rem;
  }

  #app .md\:-mr-52{
    margin-right: -13rem;
  }

  #app .md\:-mb-52{
    margin-bottom: -13rem;
  }

  #app .md\:-ml-52{
    margin-left: -13rem;
  }

  #app .md\:-mt-56{
    margin-top: -14rem;
  }

  #app .md\:-mr-56{
    margin-right: -14rem;
  }

  #app .md\:-mb-56{
    margin-bottom: -14rem;
  }

  #app .md\:-ml-56{
    margin-left: -14rem;
  }

  #app .md\:-mt-60{
    margin-top: -15rem;
  }

  #app .md\:-mr-60{
    margin-right: -15rem;
  }

  #app .md\:-mb-60{
    margin-bottom: -15rem;
  }

  #app .md\:-ml-60{
    margin-left: -15rem;
  }

  #app .md\:-mt-64{
    margin-top: -16rem;
  }

  #app .md\:-mr-64{
    margin-right: -16rem;
  }

  #app .md\:-mb-64{
    margin-bottom: -16rem;
  }

  #app .md\:-ml-64{
    margin-left: -16rem;
  }

  #app .md\:-mt-72{
    margin-top: -18rem;
  }

  #app .md\:-mr-72{
    margin-right: -18rem;
  }

  #app .md\:-mb-72{
    margin-bottom: -18rem;
  }

  #app .md\:-ml-72{
    margin-left: -18rem;
  }

  #app .md\:-mt-80{
    margin-top: -20rem;
  }

  #app .md\:-mr-80{
    margin-right: -20rem;
  }

  #app .md\:-mb-80{
    margin-bottom: -20rem;
  }

  #app .md\:-ml-80{
    margin-left: -20rem;
  }

  #app .md\:-mt-96{
    margin-top: -24rem;
  }

  #app .md\:-mr-96{
    margin-right: -24rem;
  }

  #app .md\:-mb-96{
    margin-bottom: -24rem;
  }

  #app .md\:-ml-96{
    margin-left: -24rem;
  }

  #app .md\:-mt-px{
    margin-top: -1px;
  }

  #app .md\:-mr-px{
    margin-right: -1px;
  }

  #app .md\:-mb-px{
    margin-bottom: -1px;
  }

  #app .md\:-ml-px{
    margin-left: -1px;
  }

  #app .md\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  #app .md\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  #app .md\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  #app .md\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  #app .md\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  #app .md\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  #app .md\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  #app .md\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  #app .md\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  #app .md\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  #app .md\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  #app .md\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  #app .md\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  #app .md\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  #app .md\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  #app .md\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  #app .md\:max-h-0{
    max-height: 0px;
  }

  #app .md\:max-h-1{
    max-height: 0.25rem;
  }

  #app .md\:max-h-2{
    max-height: 0.5rem;
  }

  #app .md\:max-h-3{
    max-height: 0.75rem;
  }

  #app .md\:max-h-4{
    max-height: 1rem;
  }

  #app .md\:max-h-5{
    max-height: 1.25rem;
  }

  #app .md\:max-h-6{
    max-height: 1.5rem;
  }

  #app .md\:max-h-7{
    max-height: 1.75rem;
  }

  #app .md\:max-h-8{
    max-height: 2rem;
  }

  #app .md\:max-h-9{
    max-height: 2.25rem;
  }

  #app .md\:max-h-10{
    max-height: 2.5rem;
  }

  #app .md\:max-h-11{
    max-height: 2.75rem;
  }

  #app .md\:max-h-12{
    max-height: 3rem;
  }

  #app .md\:max-h-14{
    max-height: 3.5rem;
  }

  #app .md\:max-h-16{
    max-height: 4rem;
  }

  #app .md\:max-h-20{
    max-height: 5rem;
  }

  #app .md\:max-h-24{
    max-height: 6rem;
  }

  #app .md\:max-h-28{
    max-height: 7rem;
  }

  #app .md\:max-h-32{
    max-height: 8rem;
  }

  #app .md\:max-h-36{
    max-height: 9rem;
  }

  #app .md\:max-h-40{
    max-height: 10rem;
  }

  #app .md\:max-h-44{
    max-height: 11rem;
  }

  #app .md\:max-h-48{
    max-height: 12rem;
  }

  #app .md\:max-h-52{
    max-height: 13rem;
  }

  #app .md\:max-h-56{
    max-height: 14rem;
  }

  #app .md\:max-h-60{
    max-height: 15rem;
  }

  #app .md\:max-h-64{
    max-height: 16rem;
  }

  #app .md\:max-h-72{
    max-height: 18rem;
  }

  #app .md\:max-h-80{
    max-height: 20rem;
  }

  #app .md\:max-h-96{
    max-height: 24rem;
  }

  #app .md\:max-h-px{
    max-height: 1px;
  }

  #app .md\:max-h-0\.5{
    max-height: 0.125rem;
  }

  #app .md\:max-h-1\.5{
    max-height: 0.375rem;
  }

  #app .md\:max-h-2\.5{
    max-height: 0.625rem;
  }

  #app .md\:max-h-3\.5{
    max-height: 0.875rem;
  }

  #app .md\:max-h-full{
    max-height: 100%;
  }

  #app .md\:max-h-screen{
    max-height: 100vh;
  }

  #app .md\:max-w-0{
    max-width: 0rem;
  }

  #app .md\:max-w-none{
    max-width: none;
  }

  #app .md\:max-w-xs{
    max-width: 20rem;
  }

  #app .md\:max-w-sm{
    max-width: 24rem;
  }

  #app .md\:max-w-md{
    max-width: 28rem;
  }

  #app .md\:max-w-lg{
    max-width: 32rem;
  }

  #app .md\:max-w-xl{
    max-width: 36rem;
  }

  #app .md\:max-w-2xl{
    max-width: 42rem;
  }

  #app .md\:max-w-3xl{
    max-width: 48rem;
  }

  #app .md\:max-w-4xl{
    max-width: 56rem;
  }

  #app .md\:max-w-5xl{
    max-width: 64rem;
  }

  #app .md\:max-w-6xl{
    max-width: 72rem;
  }

  #app .md\:max-w-7xl{
    max-width: 80rem;
  }

  #app .md\:max-w-full{
    max-width: 100%;
  }

  #app .md\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  #app .md\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  #app .md\:max-w-prose{
    max-width: 65ch;
  }

  #app .md\:max-w-screen-sm{
    max-width: 640px;
  }

  #app .md\:max-w-screen-md{
    max-width: 768px;
  }

  #app .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  #app .md\:max-w-screen-xl{
    max-width: 1280px;
  }

  #app .md\:max-w-screen-2xl{
    max-width: 1536px;
  }

  #app .md\:min-h-0{
    min-height: 0px;
  }

  #app .md\:min-h-full{
    min-height: 100%;
  }

  #app .md\:min-h-screen{
    min-height: 100vh;
  }

  #app .md\:min-w-0{
    min-width: 0px;
  }

  #app .md\:min-w-full{
    min-width: 100%;
  }

  #app .md\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  #app .md\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  #app .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  #app .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  #app .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  #app .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  #app .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  #app .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  #app .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  #app .md\:opacity-0{
    opacity: 0;
  }

  #app .md\:opacity-5{
    opacity: 0.05;
  }

  #app .md\:opacity-10{
    opacity: 0.1;
  }

  #app .md\:opacity-20{
    opacity: 0.2;
  }

  #app .md\:opacity-25{
    opacity: 0.25;
  }

  #app .md\:opacity-30{
    opacity: 0.3;
  }

  #app .md\:opacity-40{
    opacity: 0.4;
  }

  #app .md\:opacity-50{
    opacity: 0.5;
  }

  #app .md\:opacity-60{
    opacity: 0.6;
  }

  #app .md\:opacity-70{
    opacity: 0.7;
  }

  #app .md\:opacity-75{
    opacity: 0.75;
  }

  #app .md\:opacity-80{
    opacity: 0.8;
  }

  #app .md\:opacity-90{
    opacity: 0.9;
  }

  #app .md\:opacity-95{
    opacity: 0.95;
  }

  #app .md\:opacity-100{
    opacity: 1;
  }

  #app .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  #app .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  #app .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  #app .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  #app .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  #app .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  #app .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  #app .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  #app .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  #app .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  #app .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  #app .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  #app .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  #app .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  #app .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  #app .md\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  #app .md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  #app .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  #app .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  #app .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  #app .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  #app .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  #app .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  #app .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  #app .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  #app .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  #app .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  #app .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  #app .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  #app .md\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  #app .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  #app .md\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  #app .md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  #app .md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  #app .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  #app .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  #app .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  #app .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  #app .md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  #app .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  #app .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  #app .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  #app .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  #app .md\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  #app .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  #app .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  #app .md\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  #app .md\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  #app .md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  #app .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  #app .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  #app .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  #app .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  #app .md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  #app .md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  #app .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  #app .md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  #app .md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  #app .md\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  #app .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  #app .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .md\:overflow-auto{
    overflow: auto;
  }

  #app .md\:overflow-hidden{
    overflow: hidden;
  }

  #app .md\:overflow-visible{
    overflow: visible;
  }

  #app .md\:overflow-scroll{
    overflow: scroll;
  }

  #app .md\:overflow-x-auto{
    overflow-x: auto;
  }

  #app .md\:overflow-y-auto{
    overflow-y: auto;
  }

  #app .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  #app .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  #app .md\:overflow-x-visible{
    overflow-x: visible;
  }

  #app .md\:overflow-y-visible{
    overflow-y: visible;
  }

  #app .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  #app .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  #app .md\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  #app .md\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  #app .md\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  #app .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  #app .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  #app .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  #app .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  #app .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  #app .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  #app .md\:p-0{
    padding: 0px;
  }

  #app .md\:p-1{
    padding: 0.25rem;
  }

  #app .md\:p-2{
    padding: 0.5rem;
  }

  #app .md\:p-3{
    padding: 0.75rem;
  }

  #app .md\:p-4{
    padding: 1rem;
  }

  #app .md\:p-5{
    padding: 1.25rem;
  }

  #app .md\:p-6{
    padding: 1.5rem;
  }

  #app .md\:p-7{
    padding: 1.75rem;
  }

  #app .md\:p-8{
    padding: 2rem;
  }

  #app .md\:p-9{
    padding: 2.25rem;
  }

  #app .md\:p-10{
    padding: 2.5rem;
  }

  #app .md\:p-11{
    padding: 2.75rem;
  }

  #app .md\:p-12{
    padding: 3rem;
  }

  #app .md\:p-14{
    padding: 3.5rem;
  }

  #app .md\:p-16{
    padding: 4rem;
  }

  #app .md\:p-20{
    padding: 5rem;
  }

  #app .md\:p-24{
    padding: 6rem;
  }

  #app .md\:p-28{
    padding: 7rem;
  }

  #app .md\:p-32{
    padding: 8rem;
  }

  #app .md\:p-36{
    padding: 9rem;
  }

  #app .md\:p-40{
    padding: 10rem;
  }

  #app .md\:p-44{
    padding: 11rem;
  }

  #app .md\:p-48{
    padding: 12rem;
  }

  #app .md\:p-52{
    padding: 13rem;
  }

  #app .md\:p-56{
    padding: 14rem;
  }

  #app .md\:p-60{
    padding: 15rem;
  }

  #app .md\:p-64{
    padding: 16rem;
  }

  #app .md\:p-72{
    padding: 18rem;
  }

  #app .md\:p-80{
    padding: 20rem;
  }

  #app .md\:p-96{
    padding: 24rem;
  }

  #app .md\:p-px{
    padding: 1px;
  }

  #app .md\:p-0\.5{
    padding: 0.125rem;
  }

  #app .md\:p-1\.5{
    padding: 0.375rem;
  }

  #app .md\:p-2\.5{
    padding: 0.625rem;
  }

  #app .md\:p-3\.5{
    padding: 0.875rem;
  }

  #app .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #app .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  #app .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #app .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #app .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #app .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #app .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  #app .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  #app .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #app .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #app .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #app .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #app .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #app .md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #app .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  #app .md\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  #app .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  #app .md\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  #app .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .md\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  #app .md\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  #app .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .md\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  #app .md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  #app .md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  #app .md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  #app .md\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  #app .md\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  #app .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .md\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  #app .md\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  #app .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #app .md\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #app .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #app .md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #app .md\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #app .md\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #app .md\:pt-0{
    padding-top: 0px;
  }

  #app .md\:pr-0{
    padding-right: 0px;
  }

  #app .md\:pb-0{
    padding-bottom: 0px;
  }

  #app .md\:pl-0{
    padding-left: 0px;
  }

  #app .md\:pt-1{
    padding-top: 0.25rem;
  }

  #app .md\:pr-1{
    padding-right: 0.25rem;
  }

  #app .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  #app .md\:pl-1{
    padding-left: 0.25rem;
  }

  #app .md\:pt-2{
    padding-top: 0.5rem;
  }

  #app .md\:pr-2{
    padding-right: 0.5rem;
  }

  #app .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  #app .md\:pl-2{
    padding-left: 0.5rem;
  }

  #app .md\:pt-3{
    padding-top: 0.75rem;
  }

  #app .md\:pr-3{
    padding-right: 0.75rem;
  }

  #app .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  #app .md\:pl-3{
    padding-left: 0.75rem;
  }

  #app .md\:pt-4{
    padding-top: 1rem;
  }

  #app .md\:pr-4{
    padding-right: 1rem;
  }

  #app .md\:pb-4{
    padding-bottom: 1rem;
  }

  #app .md\:pl-4{
    padding-left: 1rem;
  }

  #app .md\:pt-5{
    padding-top: 1.25rem;
  }

  #app .md\:pr-5{
    padding-right: 1.25rem;
  }

  #app .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  #app .md\:pl-5{
    padding-left: 1.25rem;
  }

  #app .md\:pt-6{
    padding-top: 1.5rem;
  }

  #app .md\:pr-6{
    padding-right: 1.5rem;
  }

  #app .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  #app .md\:pl-6{
    padding-left: 1.5rem;
  }

  #app .md\:pt-7{
    padding-top: 1.75rem;
  }

  #app .md\:pr-7{
    padding-right: 1.75rem;
  }

  #app .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  #app .md\:pl-7{
    padding-left: 1.75rem;
  }

  #app .md\:pt-8{
    padding-top: 2rem;
  }

  #app .md\:pr-8{
    padding-right: 2rem;
  }

  #app .md\:pb-8{
    padding-bottom: 2rem;
  }

  #app .md\:pl-8{
    padding-left: 2rem;
  }

  #app .md\:pt-9{
    padding-top: 2.25rem;
  }

  #app .md\:pr-9{
    padding-right: 2.25rem;
  }

  #app .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  #app .md\:pl-9{
    padding-left: 2.25rem;
  }

  #app .md\:pt-10{
    padding-top: 2.5rem;
  }

  #app .md\:pr-10{
    padding-right: 2.5rem;
  }

  #app .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  #app .md\:pl-10{
    padding-left: 2.5rem;
  }

  #app .md\:pt-11{
    padding-top: 2.75rem;
  }

  #app .md\:pr-11{
    padding-right: 2.75rem;
  }

  #app .md\:pb-11{
    padding-bottom: 2.75rem;
  }

  #app .md\:pl-11{
    padding-left: 2.75rem;
  }

  #app .md\:pt-12{
    padding-top: 3rem;
  }

  #app .md\:pr-12{
    padding-right: 3rem;
  }

  #app .md\:pb-12{
    padding-bottom: 3rem;
  }

  #app .md\:pl-12{
    padding-left: 3rem;
  }

  #app .md\:pt-14{
    padding-top: 3.5rem;
  }

  #app .md\:pr-14{
    padding-right: 3.5rem;
  }

  #app .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  #app .md\:pl-14{
    padding-left: 3.5rem;
  }

  #app .md\:pt-16{
    padding-top: 4rem;
  }

  #app .md\:pr-16{
    padding-right: 4rem;
  }

  #app .md\:pb-16{
    padding-bottom: 4rem;
  }

  #app .md\:pl-16{
    padding-left: 4rem;
  }

  #app .md\:pt-20{
    padding-top: 5rem;
  }

  #app .md\:pr-20{
    padding-right: 5rem;
  }

  #app .md\:pb-20{
    padding-bottom: 5rem;
  }

  #app .md\:pl-20{
    padding-left: 5rem;
  }

  #app .md\:pt-24{
    padding-top: 6rem;
  }

  #app .md\:pr-24{
    padding-right: 6rem;
  }

  #app .md\:pb-24{
    padding-bottom: 6rem;
  }

  #app .md\:pl-24{
    padding-left: 6rem;
  }

  #app .md\:pt-28{
    padding-top: 7rem;
  }

  #app .md\:pr-28{
    padding-right: 7rem;
  }

  #app .md\:pb-28{
    padding-bottom: 7rem;
  }

  #app .md\:pl-28{
    padding-left: 7rem;
  }

  #app .md\:pt-32{
    padding-top: 8rem;
  }

  #app .md\:pr-32{
    padding-right: 8rem;
  }

  #app .md\:pb-32{
    padding-bottom: 8rem;
  }

  #app .md\:pl-32{
    padding-left: 8rem;
  }

  #app .md\:pt-36{
    padding-top: 9rem;
  }

  #app .md\:pr-36{
    padding-right: 9rem;
  }

  #app .md\:pb-36{
    padding-bottom: 9rem;
  }

  #app .md\:pl-36{
    padding-left: 9rem;
  }

  #app .md\:pt-40{
    padding-top: 10rem;
  }

  #app .md\:pr-40{
    padding-right: 10rem;
  }

  #app .md\:pb-40{
    padding-bottom: 10rem;
  }

  #app .md\:pl-40{
    padding-left: 10rem;
  }

  #app .md\:pt-44{
    padding-top: 11rem;
  }

  #app .md\:pr-44{
    padding-right: 11rem;
  }

  #app .md\:pb-44{
    padding-bottom: 11rem;
  }

  #app .md\:pl-44{
    padding-left: 11rem;
  }

  #app .md\:pt-48{
    padding-top: 12rem;
  }

  #app .md\:pr-48{
    padding-right: 12rem;
  }

  #app .md\:pb-48{
    padding-bottom: 12rem;
  }

  #app .md\:pl-48{
    padding-left: 12rem;
  }

  #app .md\:pt-52{
    padding-top: 13rem;
  }

  #app .md\:pr-52{
    padding-right: 13rem;
  }

  #app .md\:pb-52{
    padding-bottom: 13rem;
  }

  #app .md\:pl-52{
    padding-left: 13rem;
  }

  #app .md\:pt-56{
    padding-top: 14rem;
  }

  #app .md\:pr-56{
    padding-right: 14rem;
  }

  #app .md\:pb-56{
    padding-bottom: 14rem;
  }

  #app .md\:pl-56{
    padding-left: 14rem;
  }

  #app .md\:pt-60{
    padding-top: 15rem;
  }

  #app .md\:pr-60{
    padding-right: 15rem;
  }

  #app .md\:pb-60{
    padding-bottom: 15rem;
  }

  #app .md\:pl-60{
    padding-left: 15rem;
  }

  #app .md\:pt-64{
    padding-top: 16rem;
  }

  #app .md\:pr-64{
    padding-right: 16rem;
  }

  #app .md\:pb-64{
    padding-bottom: 16rem;
  }

  #app .md\:pl-64{
    padding-left: 16rem;
  }

  #app .md\:pt-72{
    padding-top: 18rem;
  }

  #app .md\:pr-72{
    padding-right: 18rem;
  }

  #app .md\:pb-72{
    padding-bottom: 18rem;
  }

  #app .md\:pl-72{
    padding-left: 18rem;
  }

  #app .md\:pt-80{
    padding-top: 20rem;
  }

  #app .md\:pr-80{
    padding-right: 20rem;
  }

  #app .md\:pb-80{
    padding-bottom: 20rem;
  }

  #app .md\:pl-80{
    padding-left: 20rem;
  }

  #app .md\:pt-96{
    padding-top: 24rem;
  }

  #app .md\:pr-96{
    padding-right: 24rem;
  }

  #app .md\:pb-96{
    padding-bottom: 24rem;
  }

  #app .md\:pl-96{
    padding-left: 24rem;
  }

  #app .md\:pt-px{
    padding-top: 1px;
  }

  #app .md\:pr-px{
    padding-right: 1px;
  }

  #app .md\:pb-px{
    padding-bottom: 1px;
  }

  #app .md\:pl-px{
    padding-left: 1px;
  }

  #app .md\:pt-0\.5{
    padding-top: 0.125rem;
  }

  #app .md\:pr-0\.5{
    padding-right: 0.125rem;
  }

  #app .md\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  #app .md\:pl-0\.5{
    padding-left: 0.125rem;
  }

  #app .md\:pt-1\.5{
    padding-top: 0.375rem;
  }

  #app .md\:pr-1\.5{
    padding-right: 0.375rem;
  }

  #app .md\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  #app .md\:pl-1\.5{
    padding-left: 0.375rem;
  }

  #app .md\:pt-2\.5{
    padding-top: 0.625rem;
  }

  #app .md\:pr-2\.5{
    padding-right: 0.625rem;
  }

  #app .md\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  #app .md\:pl-2\.5{
    padding-left: 0.625rem;
  }

  #app .md\:pt-3\.5{
    padding-top: 0.875rem;
  }

  #app .md\:pr-3\.5{
    padding-right: 0.875rem;
  }

  #app .md\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  #app .md\:pl-3\.5{
    padding-left: 0.875rem;
  }

  #app .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  #app .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  #app .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  #app .md\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  #app .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  #app .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  #app .md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  #app .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  #app .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  #app .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  #app .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  #app .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  #app .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .md\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .md\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .md\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .md\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .md\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .md\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .md\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .md\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .md\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .md\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .md\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .md\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .md\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .md\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .md\:pointer-events-none{
    pointer-events: none;
  }

  #app .md\:pointer-events-auto{
    pointer-events: auto;
  }

  #app .md\:static{
    position: static;
  }

  #app .md\:fixed{
    position: fixed;
  }

  #app .md\:absolute{
    position: absolute;
  }

  #app .md\:relative{
    position: relative;
  }

  #app .md\:sticky{
    position: sticky;
  }

  #app .md\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .md\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  #app .md\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  #app .md\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  #app .md\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  #app .md\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  #app .md\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  #app .md\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  #app .md\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  #app .md\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  #app .md\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  #app .md\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  #app .md\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  #app .md\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  #app .md\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  #app .md\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  #app .md\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  #app .md\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  #app .md\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  #app .md\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  #app .md\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  #app .md\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  #app .md\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  #app .md\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  #app .md\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  #app .md\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  #app .md\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  #app .md\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  #app .md\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  #app .md\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  #app .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .md\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  #app .md\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  #app .md\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  #app .md\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  #app .md\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  #app .md\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .md\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  #app .md\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #app .md\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  #app .md\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  #app .md\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  #app .md\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  #app .md\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  #app .md\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  #app .md\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  #app .md\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  #app .md\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  #app .md\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  #app .md\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  #app .md\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  #app .md\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #app .md\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  #app .md\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  #app .md\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  #app .md\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  #app .md\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  #app .md\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  #app .md\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  #app .md\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  #app .md\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  #app .md\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  #app .md\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  #app .md\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  #app .md\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  #app .md\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  #app .md\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  #app .md\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  #app .md\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  #app .md\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  #app .md\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  #app .md\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .md\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  #app .md\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  #app .md\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  #app .md\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .md\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  #app .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #app .md\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .md\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  #app .md\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  #app .md\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  #app .md\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .md\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  #app .md\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #app .md\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .md\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .md\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  #app .md\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  #app .md\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  #app .md\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  #app .md\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  #app .md\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  #app .md\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  #app .md\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  #app .md\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  #app .md\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  #app .md\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  #app .md\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  #app .md\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  #app .md\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  #app .md\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  #app .md\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  #app .md\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  #app .md\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  #app .md\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  #app .md\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  #app .md\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  #app .md\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  #app .md\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  #app .md\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  #app .md\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  #app .md\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  #app .md\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  #app .md\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  #app .md\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  #app .md\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  #app .md\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  #app .md\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  #app .md\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  #app .md\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  #app .md\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  #app .md\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  #app .md\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  #app .md\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  #app .md\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  #app .md\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  #app .md\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  #app .md\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  #app .md\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  #app .md\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  #app .md\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  #app .md\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  #app .md\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  #app .md\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  #app .md\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  #app .md\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  #app .md\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  #app .md\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  #app .md\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  #app .md\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  #app .md\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  #app .md\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  #app .md\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  #app .md\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  #app .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  #app .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  #app .md\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  #app .md\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  #app .md\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  #app .md\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  #app .md\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  #app .md\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  #app .md\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  #app .md\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  #app .md\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  #app .md\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  #app .md\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .md\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .md\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  #app .md\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  #app .md\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #app .md\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  #app .md\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  #app .md\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  #app .md\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  #app .md\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  #app .md\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  #app .md\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  #app .md\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  #app .md\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  #app .md\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  #app .md\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  #app .md\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  #app .md\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  #app .md\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  #app .md\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  #app .md\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  #app .md\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  #app .md\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  #app .md\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  #app .md\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  #app .md\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  #app .md\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  #app .md\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  #app .md\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  #app .md\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  #app .md\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  #app .md\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  #app .md\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  #app .md\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  #app .md\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  #app .md\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  #app .md\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  #app .md\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  #app .md\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  #app .md\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  #app .md\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  #app .md\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  #app .md\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  #app .md\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  #app .md\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  #app .md\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  #app .md\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  #app .md\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  #app .md\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  #app .md\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  #app .md\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  #app .md\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  #app .md\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  #app .md\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  #app .md\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  #app .md\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  #app .md\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  #app .md\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  #app .md\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  #app .md\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  #app .md\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  #app .md\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  #app .md\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  #app .md\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  #app .md\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  #app .md\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  #app .md\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  #app .md\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  #app .md\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  #app .md\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  #app .md\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  #app .md\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  #app .md\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  #app .md\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  #app .md\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  #app .md\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  #app .md\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  #app .md\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  #app .md\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  #app .md\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  #app .md\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  #app .md\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  #app .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  #app .md\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  #app .md\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  #app .md\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  #app .md\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  #app .md\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  #app .md\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  #app .md\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  #app .md\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  #app .md\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  #app .md\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  #app .md\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  #app .md\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  #app .md\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  #app .md\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  #app .md\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  #app .md\:top-0{
    top: 0px;
  }

  #app .md\:right-0{
    right: 0px;
  }

  #app .md\:bottom-0{
    bottom: 0px;
  }

  #app .md\:left-0{
    left: 0px;
  }

  #app .md\:top-1{
    top: 0.25rem;
  }

  #app .md\:right-1{
    right: 0.25rem;
  }

  #app .md\:bottom-1{
    bottom: 0.25rem;
  }

  #app .md\:left-1{
    left: 0.25rem;
  }

  #app .md\:top-2{
    top: 0.5rem;
  }

  #app .md\:right-2{
    right: 0.5rem;
  }

  #app .md\:bottom-2{
    bottom: 0.5rem;
  }

  #app .md\:left-2{
    left: 0.5rem;
  }

  #app .md\:top-3{
    top: 0.75rem;
  }

  #app .md\:right-3{
    right: 0.75rem;
  }

  #app .md\:bottom-3{
    bottom: 0.75rem;
  }

  #app .md\:left-3{
    left: 0.75rem;
  }

  #app .md\:top-4{
    top: 1rem;
  }

  #app .md\:right-4{
    right: 1rem;
  }

  #app .md\:bottom-4{
    bottom: 1rem;
  }

  #app .md\:left-4{
    left: 1rem;
  }

  #app .md\:top-5{
    top: 1.25rem;
  }

  #app .md\:right-5{
    right: 1.25rem;
  }

  #app .md\:bottom-5{
    bottom: 1.25rem;
  }

  #app .md\:left-5{
    left: 1.25rem;
  }

  #app .md\:top-6{
    top: 1.5rem;
  }

  #app .md\:right-6{
    right: 1.5rem;
  }

  #app .md\:bottom-6{
    bottom: 1.5rem;
  }

  #app .md\:left-6{
    left: 1.5rem;
  }

  #app .md\:top-7{
    top: 1.75rem;
  }

  #app .md\:right-7{
    right: 1.75rem;
  }

  #app .md\:bottom-7{
    bottom: 1.75rem;
  }

  #app .md\:left-7{
    left: 1.75rem;
  }

  #app .md\:top-8{
    top: 2rem;
  }

  #app .md\:right-8{
    right: 2rem;
  }

  #app .md\:bottom-8{
    bottom: 2rem;
  }

  #app .md\:left-8{
    left: 2rem;
  }

  #app .md\:top-9{
    top: 2.25rem;
  }

  #app .md\:right-9{
    right: 2.25rem;
  }

  #app .md\:bottom-9{
    bottom: 2.25rem;
  }

  #app .md\:left-9{
    left: 2.25rem;
  }

  #app .md\:top-10{
    top: 2.5rem;
  }

  #app .md\:right-10{
    right: 2.5rem;
  }

  #app .md\:bottom-10{
    bottom: 2.5rem;
  }

  #app .md\:left-10{
    left: 2.5rem;
  }

  #app .md\:top-11{
    top: 2.75rem;
  }

  #app .md\:right-11{
    right: 2.75rem;
  }

  #app .md\:bottom-11{
    bottom: 2.75rem;
  }

  #app .md\:left-11{
    left: 2.75rem;
  }

  #app .md\:top-12{
    top: 3rem;
  }

  #app .md\:right-12{
    right: 3rem;
  }

  #app .md\:bottom-12{
    bottom: 3rem;
  }

  #app .md\:left-12{
    left: 3rem;
  }

  #app .md\:top-14{
    top: 3.5rem;
  }

  #app .md\:right-14{
    right: 3.5rem;
  }

  #app .md\:bottom-14{
    bottom: 3.5rem;
  }

  #app .md\:left-14{
    left: 3.5rem;
  }

  #app .md\:top-16{
    top: 4rem;
  }

  #app .md\:right-16{
    right: 4rem;
  }

  #app .md\:bottom-16{
    bottom: 4rem;
  }

  #app .md\:left-16{
    left: 4rem;
  }

  #app .md\:top-20{
    top: 5rem;
  }

  #app .md\:right-20{
    right: 5rem;
  }

  #app .md\:bottom-20{
    bottom: 5rem;
  }

  #app .md\:left-20{
    left: 5rem;
  }

  #app .md\:top-24{
    top: 6rem;
  }

  #app .md\:right-24{
    right: 6rem;
  }

  #app .md\:bottom-24{
    bottom: 6rem;
  }

  #app .md\:left-24{
    left: 6rem;
  }

  #app .md\:top-28{
    top: 7rem;
  }

  #app .md\:right-28{
    right: 7rem;
  }

  #app .md\:bottom-28{
    bottom: 7rem;
  }

  #app .md\:left-28{
    left: 7rem;
  }

  #app .md\:top-32{
    top: 8rem;
  }

  #app .md\:right-32{
    right: 8rem;
  }

  #app .md\:bottom-32{
    bottom: 8rem;
  }

  #app .md\:left-32{
    left: 8rem;
  }

  #app .md\:top-36{
    top: 9rem;
  }

  #app .md\:right-36{
    right: 9rem;
  }

  #app .md\:bottom-36{
    bottom: 9rem;
  }

  #app .md\:left-36{
    left: 9rem;
  }

  #app .md\:top-40{
    top: 10rem;
  }

  #app .md\:right-40{
    right: 10rem;
  }

  #app .md\:bottom-40{
    bottom: 10rem;
  }

  #app .md\:left-40{
    left: 10rem;
  }

  #app .md\:top-44{
    top: 11rem;
  }

  #app .md\:right-44{
    right: 11rem;
  }

  #app .md\:bottom-44{
    bottom: 11rem;
  }

  #app .md\:left-44{
    left: 11rem;
  }

  #app .md\:top-48{
    top: 12rem;
  }

  #app .md\:right-48{
    right: 12rem;
  }

  #app .md\:bottom-48{
    bottom: 12rem;
  }

  #app .md\:left-48{
    left: 12rem;
  }

  #app .md\:top-52{
    top: 13rem;
  }

  #app .md\:right-52{
    right: 13rem;
  }

  #app .md\:bottom-52{
    bottom: 13rem;
  }

  #app .md\:left-52{
    left: 13rem;
  }

  #app .md\:top-56{
    top: 14rem;
  }

  #app .md\:right-56{
    right: 14rem;
  }

  #app .md\:bottom-56{
    bottom: 14rem;
  }

  #app .md\:left-56{
    left: 14rem;
  }

  #app .md\:top-60{
    top: 15rem;
  }

  #app .md\:right-60{
    right: 15rem;
  }

  #app .md\:bottom-60{
    bottom: 15rem;
  }

  #app .md\:left-60{
    left: 15rem;
  }

  #app .md\:top-64{
    top: 16rem;
  }

  #app .md\:right-64{
    right: 16rem;
  }

  #app .md\:bottom-64{
    bottom: 16rem;
  }

  #app .md\:left-64{
    left: 16rem;
  }

  #app .md\:top-72{
    top: 18rem;
  }

  #app .md\:right-72{
    right: 18rem;
  }

  #app .md\:bottom-72{
    bottom: 18rem;
  }

  #app .md\:left-72{
    left: 18rem;
  }

  #app .md\:top-80{
    top: 20rem;
  }

  #app .md\:right-80{
    right: 20rem;
  }

  #app .md\:bottom-80{
    bottom: 20rem;
  }

  #app .md\:left-80{
    left: 20rem;
  }

  #app .md\:top-96{
    top: 24rem;
  }

  #app .md\:right-96{
    right: 24rem;
  }

  #app .md\:bottom-96{
    bottom: 24rem;
  }

  #app .md\:left-96{
    left: 24rem;
  }

  #app .md\:top-auto{
    top: auto;
  }

  #app .md\:right-auto{
    right: auto;
  }

  #app .md\:bottom-auto{
    bottom: auto;
  }

  #app .md\:left-auto{
    left: auto;
  }

  #app .md\:top-px{
    top: 1px;
  }

  #app .md\:right-px{
    right: 1px;
  }

  #app .md\:bottom-px{
    bottom: 1px;
  }

  #app .md\:left-px{
    left: 1px;
  }

  #app .md\:top-0\.5{
    top: 0.125rem;
  }

  #app .md\:right-0\.5{
    right: 0.125rem;
  }

  #app .md\:bottom-0\.5{
    bottom: 0.125rem;
  }

  #app .md\:left-0\.5{
    left: 0.125rem;
  }

  #app .md\:top-1\.5{
    top: 0.375rem;
  }

  #app .md\:right-1\.5{
    right: 0.375rem;
  }

  #app .md\:bottom-1\.5{
    bottom: 0.375rem;
  }

  #app .md\:left-1\.5{
    left: 0.375rem;
  }

  #app .md\:top-2\.5{
    top: 0.625rem;
  }

  #app .md\:right-2\.5{
    right: 0.625rem;
  }

  #app .md\:bottom-2\.5{
    bottom: 0.625rem;
  }

  #app .md\:left-2\.5{
    left: 0.625rem;
  }

  #app .md\:top-3\.5{
    top: 0.875rem;
  }

  #app .md\:right-3\.5{
    right: 0.875rem;
  }

  #app .md\:bottom-3\.5{
    bottom: 0.875rem;
  }

  #app .md\:left-3\.5{
    left: 0.875rem;
  }

  #app .md\:-top-0{
    top: 0px;
  }

  #app .md\:-right-0{
    right: 0px;
  }

  #app .md\:-bottom-0{
    bottom: 0px;
  }

  #app .md\:-left-0{
    left: 0px;
  }

  #app .md\:-top-1{
    top: -0.25rem;
  }

  #app .md\:-right-1{
    right: -0.25rem;
  }

  #app .md\:-bottom-1{
    bottom: -0.25rem;
  }

  #app .md\:-left-1{
    left: -0.25rem;
  }

  #app .md\:-top-2{
    top: -0.5rem;
  }

  #app .md\:-right-2{
    right: -0.5rem;
  }

  #app .md\:-bottom-2{
    bottom: -0.5rem;
  }

  #app .md\:-left-2{
    left: -0.5rem;
  }

  #app .md\:-top-3{
    top: -0.75rem;
  }

  #app .md\:-right-3{
    right: -0.75rem;
  }

  #app .md\:-bottom-3{
    bottom: -0.75rem;
  }

  #app .md\:-left-3{
    left: -0.75rem;
  }

  #app .md\:-top-4{
    top: -1rem;
  }

  #app .md\:-right-4{
    right: -1rem;
  }

  #app .md\:-bottom-4{
    bottom: -1rem;
  }

  #app .md\:-left-4{
    left: -1rem;
  }

  #app .md\:-top-5{
    top: -1.25rem;
  }

  #app .md\:-right-5{
    right: -1.25rem;
  }

  #app .md\:-bottom-5{
    bottom: -1.25rem;
  }

  #app .md\:-left-5{
    left: -1.25rem;
  }

  #app .md\:-top-6{
    top: -1.5rem;
  }

  #app .md\:-right-6{
    right: -1.5rem;
  }

  #app .md\:-bottom-6{
    bottom: -1.5rem;
  }

  #app .md\:-left-6{
    left: -1.5rem;
  }

  #app .md\:-top-7{
    top: -1.75rem;
  }

  #app .md\:-right-7{
    right: -1.75rem;
  }

  #app .md\:-bottom-7{
    bottom: -1.75rem;
  }

  #app .md\:-left-7{
    left: -1.75rem;
  }

  #app .md\:-top-8{
    top: -2rem;
  }

  #app .md\:-right-8{
    right: -2rem;
  }

  #app .md\:-bottom-8{
    bottom: -2rem;
  }

  #app .md\:-left-8{
    left: -2rem;
  }

  #app .md\:-top-9{
    top: -2.25rem;
  }

  #app .md\:-right-9{
    right: -2.25rem;
  }

  #app .md\:-bottom-9{
    bottom: -2.25rem;
  }

  #app .md\:-left-9{
    left: -2.25rem;
  }

  #app .md\:-top-10{
    top: -2.5rem;
  }

  #app .md\:-right-10{
    right: -2.5rem;
  }

  #app .md\:-bottom-10{
    bottom: -2.5rem;
  }

  #app .md\:-left-10{
    left: -2.5rem;
  }

  #app .md\:-top-11{
    top: -2.75rem;
  }

  #app .md\:-right-11{
    right: -2.75rem;
  }

  #app .md\:-bottom-11{
    bottom: -2.75rem;
  }

  #app .md\:-left-11{
    left: -2.75rem;
  }

  #app .md\:-top-12{
    top: -3rem;
  }

  #app .md\:-right-12{
    right: -3rem;
  }

  #app .md\:-bottom-12{
    bottom: -3rem;
  }

  #app .md\:-left-12{
    left: -3rem;
  }

  #app .md\:-top-14{
    top: -3.5rem;
  }

  #app .md\:-right-14{
    right: -3.5rem;
  }

  #app .md\:-bottom-14{
    bottom: -3.5rem;
  }

  #app .md\:-left-14{
    left: -3.5rem;
  }

  #app .md\:-top-16{
    top: -4rem;
  }

  #app .md\:-right-16{
    right: -4rem;
  }

  #app .md\:-bottom-16{
    bottom: -4rem;
  }

  #app .md\:-left-16{
    left: -4rem;
  }

  #app .md\:-top-20{
    top: -5rem;
  }

  #app .md\:-right-20{
    right: -5rem;
  }

  #app .md\:-bottom-20{
    bottom: -5rem;
  }

  #app .md\:-left-20{
    left: -5rem;
  }

  #app .md\:-top-24{
    top: -6rem;
  }

  #app .md\:-right-24{
    right: -6rem;
  }

  #app .md\:-bottom-24{
    bottom: -6rem;
  }

  #app .md\:-left-24{
    left: -6rem;
  }

  #app .md\:-top-28{
    top: -7rem;
  }

  #app .md\:-right-28{
    right: -7rem;
  }

  #app .md\:-bottom-28{
    bottom: -7rem;
  }

  #app .md\:-left-28{
    left: -7rem;
  }

  #app .md\:-top-32{
    top: -8rem;
  }

  #app .md\:-right-32{
    right: -8rem;
  }

  #app .md\:-bottom-32{
    bottom: -8rem;
  }

  #app .md\:-left-32{
    left: -8rem;
  }

  #app .md\:-top-36{
    top: -9rem;
  }

  #app .md\:-right-36{
    right: -9rem;
  }

  #app .md\:-bottom-36{
    bottom: -9rem;
  }

  #app .md\:-left-36{
    left: -9rem;
  }

  #app .md\:-top-40{
    top: -10rem;
  }

  #app .md\:-right-40{
    right: -10rem;
  }

  #app .md\:-bottom-40{
    bottom: -10rem;
  }

  #app .md\:-left-40{
    left: -10rem;
  }

  #app .md\:-top-44{
    top: -11rem;
  }

  #app .md\:-right-44{
    right: -11rem;
  }

  #app .md\:-bottom-44{
    bottom: -11rem;
  }

  #app .md\:-left-44{
    left: -11rem;
  }

  #app .md\:-top-48{
    top: -12rem;
  }

  #app .md\:-right-48{
    right: -12rem;
  }

  #app .md\:-bottom-48{
    bottom: -12rem;
  }

  #app .md\:-left-48{
    left: -12rem;
  }

  #app .md\:-top-52{
    top: -13rem;
  }

  #app .md\:-right-52{
    right: -13rem;
  }

  #app .md\:-bottom-52{
    bottom: -13rem;
  }

  #app .md\:-left-52{
    left: -13rem;
  }

  #app .md\:-top-56{
    top: -14rem;
  }

  #app .md\:-right-56{
    right: -14rem;
  }

  #app .md\:-bottom-56{
    bottom: -14rem;
  }

  #app .md\:-left-56{
    left: -14rem;
  }

  #app .md\:-top-60{
    top: -15rem;
  }

  #app .md\:-right-60{
    right: -15rem;
  }

  #app .md\:-bottom-60{
    bottom: -15rem;
  }

  #app .md\:-left-60{
    left: -15rem;
  }

  #app .md\:-top-64{
    top: -16rem;
  }

  #app .md\:-right-64{
    right: -16rem;
  }

  #app .md\:-bottom-64{
    bottom: -16rem;
  }

  #app .md\:-left-64{
    left: -16rem;
  }

  #app .md\:-top-72{
    top: -18rem;
  }

  #app .md\:-right-72{
    right: -18rem;
  }

  #app .md\:-bottom-72{
    bottom: -18rem;
  }

  #app .md\:-left-72{
    left: -18rem;
  }

  #app .md\:-top-80{
    top: -20rem;
  }

  #app .md\:-right-80{
    right: -20rem;
  }

  #app .md\:-bottom-80{
    bottom: -20rem;
  }

  #app .md\:-left-80{
    left: -20rem;
  }

  #app .md\:-top-96{
    top: -24rem;
  }

  #app .md\:-right-96{
    right: -24rem;
  }

  #app .md\:-bottom-96{
    bottom: -24rem;
  }

  #app .md\:-left-96{
    left: -24rem;
  }

  #app .md\:-top-px{
    top: -1px;
  }

  #app .md\:-right-px{
    right: -1px;
  }

  #app .md\:-bottom-px{
    bottom: -1px;
  }

  #app .md\:-left-px{
    left: -1px;
  }

  #app .md\:-top-0\.5{
    top: -0.125rem;
  }

  #app .md\:-right-0\.5{
    right: -0.125rem;
  }

  #app .md\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  #app .md\:-left-0\.5{
    left: -0.125rem;
  }

  #app .md\:-top-1\.5{
    top: -0.375rem;
  }

  #app .md\:-right-1\.5{
    right: -0.375rem;
  }

  #app .md\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  #app .md\:-left-1\.5{
    left: -0.375rem;
  }

  #app .md\:-top-2\.5{
    top: -0.625rem;
  }

  #app .md\:-right-2\.5{
    right: -0.625rem;
  }

  #app .md\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  #app .md\:-left-2\.5{
    left: -0.625rem;
  }

  #app .md\:-top-3\.5{
    top: -0.875rem;
  }

  #app .md\:-right-3\.5{
    right: -0.875rem;
  }

  #app .md\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  #app .md\:-left-3\.5{
    left: -0.875rem;
  }

  #app .md\:top-1\/2{
    top: 50%;
  }

  #app .md\:right-1\/2{
    right: 50%;
  }

  #app .md\:bottom-1\/2{
    bottom: 50%;
  }

  #app .md\:left-1\/2{
    left: 50%;
  }

  #app .md\:top-1\/3{
    top: 33.333333%;
  }

  #app .md\:right-1\/3{
    right: 33.333333%;
  }

  #app .md\:bottom-1\/3{
    bottom: 33.333333%;
  }

  #app .md\:left-1\/3{
    left: 33.333333%;
  }

  #app .md\:top-2\/3{
    top: 66.666667%;
  }

  #app .md\:right-2\/3{
    right: 66.666667%;
  }

  #app .md\:bottom-2\/3{
    bottom: 66.666667%;
  }

  #app .md\:left-2\/3{
    left: 66.666667%;
  }

  #app .md\:top-1\/4{
    top: 25%;
  }

  #app .md\:right-1\/4{
    right: 25%;
  }

  #app .md\:bottom-1\/4{
    bottom: 25%;
  }

  #app .md\:left-1\/4{
    left: 25%;
  }

  #app .md\:top-2\/4{
    top: 50%;
  }

  #app .md\:right-2\/4{
    right: 50%;
  }

  #app .md\:bottom-2\/4{
    bottom: 50%;
  }

  #app .md\:left-2\/4{
    left: 50%;
  }

  #app .md\:top-3\/4{
    top: 75%;
  }

  #app .md\:right-3\/4{
    right: 75%;
  }

  #app .md\:bottom-3\/4{
    bottom: 75%;
  }

  #app .md\:left-3\/4{
    left: 75%;
  }

  #app .md\:top-full{
    top: 100%;
  }

  #app .md\:right-full{
    right: 100%;
  }

  #app .md\:bottom-full{
    bottom: 100%;
  }

  #app .md\:left-full{
    left: 100%;
  }

  #app .md\:-top-1\/2{
    top: -50%;
  }

  #app .md\:-right-1\/2{
    right: -50%;
  }

  #app .md\:-bottom-1\/2{
    bottom: -50%;
  }

  #app .md\:-left-1\/2{
    left: -50%;
  }

  #app .md\:-top-1\/3{
    top: -33.333333%;
  }

  #app .md\:-right-1\/3{
    right: -33.333333%;
  }

  #app .md\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  #app .md\:-left-1\/3{
    left: -33.333333%;
  }

  #app .md\:-top-2\/3{
    top: -66.666667%;
  }

  #app .md\:-right-2\/3{
    right: -66.666667%;
  }

  #app .md\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  #app .md\:-left-2\/3{
    left: -66.666667%;
  }

  #app .md\:-top-1\/4{
    top: -25%;
  }

  #app .md\:-right-1\/4{
    right: -25%;
  }

  #app .md\:-bottom-1\/4{
    bottom: -25%;
  }

  #app .md\:-left-1\/4{
    left: -25%;
  }

  #app .md\:-top-2\/4{
    top: -50%;
  }

  #app .md\:-right-2\/4{
    right: -50%;
  }

  #app .md\:-bottom-2\/4{
    bottom: -50%;
  }

  #app .md\:-left-2\/4{
    left: -50%;
  }

  #app .md\:-top-3\/4{
    top: -75%;
  }

  #app .md\:-right-3\/4{
    right: -75%;
  }

  #app .md\:-bottom-3\/4{
    bottom: -75%;
  }

  #app .md\:-left-3\/4{
    left: -75%;
  }

  #app .md\:-top-full{
    top: -100%;
  }

  #app .md\:-right-full{
    right: -100%;
  }

  #app .md\:-bottom-full{
    bottom: -100%;
  }

  #app .md\:-left-full{
    left: -100%;
  }

  #app .md\:resize-none{
    resize: none;
  }

  #app .md\:resize-y{
    resize: vertical;
  }

  #app .md\:resize-x{
    resize: horizontal;
  }

  #app .md\:resize{
    resize: both;
  }

  #app .md\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .md\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .md\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .md\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .md\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  #app .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  #app .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  #app .md\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  #app .md\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  #app .md\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .md\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .md\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .md\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .md\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  #app .md\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  #app .md\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  #app .md\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  #app .md\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  #app .md\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .md\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .md\:ring-offset-red-200{
    --tw-ring-offset-color: #fecaca;
  }

  #app .md\:ring-offset-red-300{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .md\:ring-offset-red-400{
    --tw-ring-offset-color: #f87171;
  }

  #app .md\:ring-offset-red-500{
    --tw-ring-offset-color: #ef4444;
  }

  #app .md\:ring-offset-red-600{
    --tw-ring-offset-color: #dc2626;
  }

  #app .md\:ring-offset-red-700{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .md\:ring-offset-red-800{
    --tw-ring-offset-color: #991b1b;
  }

  #app .md\:ring-offset-red-900{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .md\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .md\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .md\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  #app .md\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .md\:ring-offset-yellow-400{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .md\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .md\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  #app .md\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  #app .md\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  #app .md\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  #app .md\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .md\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .md\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .md\:ring-offset-green-300{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .md\:ring-offset-green-400{
    --tw-ring-offset-color: #34d399;
  }

  #app .md\:ring-offset-green-500{
    --tw-ring-offset-color: #10b981;
  }

  #app .md\:ring-offset-green-600{
    --tw-ring-offset-color: #059669;
  }

  #app .md\:ring-offset-green-700{
    --tw-ring-offset-color: #047857;
  }

  #app .md\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  #app .md\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  #app .md\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .md\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .md\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .md\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .md\:ring-offset-blue-400{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .md\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .md\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  #app .md\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .md\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  #app .md\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .md\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .md\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .md\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .md\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .md\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  #app .md\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  #app .md\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .md\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  #app .md\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  #app .md\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  #app .md\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .md\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .md\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .md\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .md\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .md\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .md\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .md\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .md\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .md\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .md\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .md\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .md\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .md\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .md\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  #app .md\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  #app .md\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  #app .md\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  #app .md\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  #app .md\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  #app .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  #app .md\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  #app .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  #app .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  #app .md\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .md\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .md\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .md\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .md\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  #app .md\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  #app .md\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  #app .md\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  #app .md\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  #app .md\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .md\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .md\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecaca;
  }

  #app .md\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .md\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #f87171;
  }

  #app .md\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #ef4444;
  }

  #app .md\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #dc2626;
  }

  #app .md\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .md\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #991b1b;
  }

  #app .md\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .md\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .md\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .md\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  #app .md\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .md\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .md\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .md\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  #app .md\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  #app .md\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  #app .md\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  #app .md\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .md\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .md\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .md\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .md\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #34d399;
  }

  #app .md\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #10b981;
  }

  #app .md\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #059669;
  }

  #app .md\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #047857;
  }

  #app .md\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  #app .md\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  #app .md\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .md\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .md\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .md\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .md\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .md\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .md\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  #app .md\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .md\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  #app .md\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .md\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .md\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .md\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .md\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .md\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  #app .md\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  #app .md\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .md\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  #app .md\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  #app .md\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  #app .md\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .md\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .md\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .md\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .md\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .md\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .md\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .md\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .md\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .md\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .md\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .md\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .md\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .md\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .md\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  #app .md\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  #app .md\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  #app .md\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  #app .md\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  #app .md\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  #app .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  #app .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  #app .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  #app .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  #app .md\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .md\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .md\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .md\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .md\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  #app .md\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  #app .md\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  #app .md\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  #app .md\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  #app .md\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .md\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .md\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecaca;
  }

  #app .md\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .md\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #f87171;
  }

  #app .md\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #ef4444;
  }

  #app .md\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #dc2626;
  }

  #app .md\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .md\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #991b1b;
  }

  #app .md\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .md\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .md\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .md\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  #app .md\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .md\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .md\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .md\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  #app .md\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  #app .md\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  #app .md\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  #app .md\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .md\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .md\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .md\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .md\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #34d399;
  }

  #app .md\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #10b981;
  }

  #app .md\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #059669;
  }

  #app .md\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #047857;
  }

  #app .md\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  #app .md\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  #app .md\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .md\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .md\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .md\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .md\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .md\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .md\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  #app .md\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .md\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  #app .md\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .md\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .md\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .md\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .md\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .md\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  #app .md\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  #app .md\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .md\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  #app .md\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  #app .md\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  #app .md\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .md\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .md\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .md\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .md\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .md\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .md\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .md\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .md\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .md\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .md\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .md\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .md\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .md\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .md\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  #app .md\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  #app .md\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  #app .md\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  #app .md\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  #app .md\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  #app .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  #app .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  #app .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  #app .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  #app .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  #app .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  #app .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  #app .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  #app .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  #app .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  #app .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  #app .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  #app .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  #app .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  #app .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  #app .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  #app .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  #app .md\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .md\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .md\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .md\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .md\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .md\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .md\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .md\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .md\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .md\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  #app .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  #app .md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .md\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  #app .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  #app .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .md\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  #app .md\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  #app .md\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  #app .md\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  #app .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  #app .md\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  #app .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  #app .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  #app .md\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  #app .md\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  #app .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  #app .md\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  #app .md\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  #app .md\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  #app .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  #app .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  #app .md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  #app .md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  #app .md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  #app .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  #app .md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  #app .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  #app .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  #app .md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  #app .md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  #app .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  #app .md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  #app .md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  #app .md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  #app .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  #app .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  #app .md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  #app .md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  #app .md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  #app .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  #app .md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  #app .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  #app .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  #app .md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  #app .md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  #app .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  #app .md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  #app .md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  #app .md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  #app .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  #app .md\:fill-current{
    fill: currentColor;
  }

  #app .md\:stroke-current{
    stroke: currentColor;
  }

  #app .md\:stroke-0{
    stroke-width: 0;
  }

  #app .md\:stroke-1{
    stroke-width: 1;
  }

  #app .md\:stroke-2{
    stroke-width: 2;
  }

  #app .md\:table-auto{
    table-layout: auto;
  }

  #app .md\:table-fixed{
    table-layout: fixed;
  }

  #app .md\:text-left{
    text-align: left;
  }

  #app .md\:text-center{
    text-align: center;
  }

  #app .md\:text-right{
    text-align: right;
  }

  #app .md\:text-justify{
    text-align: justify;
  }

  #app .md\:text-transparent{
    color: transparent;
  }

  #app .md\:text-current{
    color: currentColor;
  }

  #app .md\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .md\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .md\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .md\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .md\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .md\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .md\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .md\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .md\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .md\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .md\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .md\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .md\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .md\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .md\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .md\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .md\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .md\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .md\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .md\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .md\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .md\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .md\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .md\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .md\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .md\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .md\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .md\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .md\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .md\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .md\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .md\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .md\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .md\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .md\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .md\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .md\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .md\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .md\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .md\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .md\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .md\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .md\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .md\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .md\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .md\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .md\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .md\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .md\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .md\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .md\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .md\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .md\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .md\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .md\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .md\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .md\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .md\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .md\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .md\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .md\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .md\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .md\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-transparent{
    color: transparent;
  }

  #app .group:hover .md\:group-hover\:text-current{
    color: currentColor;
  }

  #app .group:hover .md\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .group:hover .md\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  #app .md\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  #app .md\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .md\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  #app .md\:hover\:text-current:hover{
    color: currentColor;
  }

  #app .md\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .md\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  #app .md\:focus\:text-current:focus{
    color: currentColor;
  }

  #app .md\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .md\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .md\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .md\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .md\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .md\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .md\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .md\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .md\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .md\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .md\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .md\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .group:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .group:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .group:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .group:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .group:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .group:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .group:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .group:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .group:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  #app .md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  #app .md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  #app .md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  #app .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  #app .md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  #app .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  #app .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  #app .md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  #app .md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  #app .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  #app .md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  #app .md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  #app .md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  #app .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  #app .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  #app .md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  #app .md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  #app .md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  #app .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  #app .md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  #app .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  #app .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  #app .md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  #app .md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  #app .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  #app .md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  #app .md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  #app .md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  #app .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  #app .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  #app .md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  #app .md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  #app .md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  #app .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  #app .md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  #app .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  #app .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  #app .md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  #app .md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  #app .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  #app .md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  #app .md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  #app .md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  #app .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  #app .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  #app .md\:overflow-clip{
    text-overflow: clip;
  }

  #app .md\:italic{
    font-style: italic;
  }

  #app .md\:not-italic{
    font-style: normal;
  }

  #app .md\:uppercase{
    text-transform: uppercase;
  }

  #app .md\:lowercase{
    text-transform: lowercase;
  }

  #app .md\:capitalize{
    text-transform: capitalize;
  }

  #app .md\:normal-case{
    text-transform: none;
  }

  #app .md\:underline{
    text-decoration: underline;
  }

  #app .md\:line-through{
    text-decoration: line-through;
  }

  #app .md\:no-underline{
    text-decoration: none;
  }

  #app .group:hover .md\:group-hover\:underline{
    text-decoration: underline;
  }

  #app .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  #app .group:hover .md\:group-hover\:no-underline{
    text-decoration: none;
  }

  #app .md\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  #app .md\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  #app .md\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  #app .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  #app .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  #app .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  #app .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  #app .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  #app .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  #app .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .md\:ordinal, #app .md\:slashed-zero, #app .md\:lining-nums, #app .md\:oldstyle-nums, #app .md\:proportional-nums, #app .md\:tabular-nums, #app .md\:diagonal-fractions, #app .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);
  }

  #app .md\:normal-nums{
    font-variant-numeric: normal;
  }

  #app .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  #app .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  #app .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  #app .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  #app .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  #app .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  #app .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  #app .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  #app .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  #app .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  #app .md\:tracking-normal{
    letter-spacing: 0em;
  }

  #app .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  #app .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  #app .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  #app .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  #app .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .md\:align-baseline{
    vertical-align: baseline;
  }

  #app .md\:align-top{
    vertical-align: top;
  }

  #app .md\:align-middle{
    vertical-align: middle;
  }

  #app .md\:align-bottom{
    vertical-align: bottom;
  }

  #app .md\:align-text-top{
    vertical-align: text-top;
  }

  #app .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  #app .md\:visible{
    visibility: visible;
  }

  #app .md\:invisible{
    visibility: hidden;
  }

  #app .md\:whitespace-normal{
    white-space: normal;
  }

  #app .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  #app .md\:whitespace-pre{
    white-space: pre;
  }

  #app .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  #app .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  #app .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .md\:break-words{
    overflow-wrap: break-word;
  }

  #app .md\:break-all{
    word-break: break-all;
  }

  #app .md\:w-0{
    width: 0px;
  }

  #app .md\:w-1{
    width: 0.25rem;
  }

  #app .md\:w-2{
    width: 0.5rem;
  }

  #app .md\:w-3{
    width: 0.75rem;
  }

  #app .md\:w-4{
    width: 1rem;
  }

  #app .md\:w-5{
    width: 1.25rem;
  }

  #app .md\:w-6{
    width: 1.5rem;
  }

  #app .md\:w-7{
    width: 1.75rem;
  }

  #app .md\:w-8{
    width: 2rem;
  }

  #app .md\:w-9{
    width: 2.25rem;
  }

  #app .md\:w-10{
    width: 2.5rem;
  }

  #app .md\:w-11{
    width: 2.75rem;
  }

  #app .md\:w-12{
    width: 3rem;
  }

  #app .md\:w-14{
    width: 3.5rem;
  }

  #app .md\:w-16{
    width: 4rem;
  }

  #app .md\:w-20{
    width: 5rem;
  }

  #app .md\:w-24{
    width: 6rem;
  }

  #app .md\:w-28{
    width: 7rem;
  }

  #app .md\:w-32{
    width: 8rem;
  }

  #app .md\:w-36{
    width: 9rem;
  }

  #app .md\:w-40{
    width: 10rem;
  }

  #app .md\:w-44{
    width: 11rem;
  }

  #app .md\:w-48{
    width: 12rem;
  }

  #app .md\:w-52{
    width: 13rem;
  }

  #app .md\:w-56{
    width: 14rem;
  }

  #app .md\:w-60{
    width: 15rem;
  }

  #app .md\:w-64{
    width: 16rem;
  }

  #app .md\:w-72{
    width: 18rem;
  }

  #app .md\:w-80{
    width: 20rem;
  }

  #app .md\:w-96{
    width: 24rem;
  }

  #app .md\:w-auto{
    width: auto;
  }

  #app .md\:w-px{
    width: 1px;
  }

  #app .md\:w-0\.5{
    width: 0.125rem;
  }

  #app .md\:w-1\.5{
    width: 0.375rem;
  }

  #app .md\:w-2\.5{
    width: 0.625rem;
  }

  #app .md\:w-3\.5{
    width: 0.875rem;
  }

  #app .md\:w-1\/2{
    width: 50%;
  }

  #app .md\:w-1\/3{
    width: 33.333333%;
  }

  #app .md\:w-2\/3{
    width: 66.666667%;
  }

  #app .md\:w-1\/4{
    width: 25%;
  }

  #app .md\:w-2\/4{
    width: 50%;
  }

  #app .md\:w-3\/4{
    width: 75%;
  }

  #app .md\:w-1\/5{
    width: 20%;
  }

  #app .md\:w-2\/5{
    width: 40%;
  }

  #app .md\:w-3\/5{
    width: 60%;
  }

  #app .md\:w-4\/5{
    width: 80%;
  }

  #app .md\:w-1\/6{
    width: 16.666667%;
  }

  #app .md\:w-2\/6{
    width: 33.333333%;
  }

  #app .md\:w-3\/6{
    width: 50%;
  }

  #app .md\:w-4\/6{
    width: 66.666667%;
  }

  #app .md\:w-5\/6{
    width: 83.333333%;
  }

  #app .md\:w-1\/12{
    width: 8.333333%;
  }

  #app .md\:w-2\/12{
    width: 16.666667%;
  }

  #app .md\:w-3\/12{
    width: 25%;
  }

  #app .md\:w-4\/12{
    width: 33.333333%;
  }

  #app .md\:w-5\/12{
    width: 41.666667%;
  }

  #app .md\:w-6\/12{
    width: 50%;
  }

  #app .md\:w-7\/12{
    width: 58.333333%;
  }

  #app .md\:w-8\/12{
    width: 66.666667%;
  }

  #app .md\:w-9\/12{
    width: 75%;
  }

  #app .md\:w-10\/12{
    width: 83.333333%;
  }

  #app .md\:w-11\/12{
    width: 91.666667%;
  }

  #app .md\:w-full{
    width: 100%;
  }

  #app .md\:w-screen{
    width: 100vw;
  }

  #app .md\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  #app .md\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #app .md\:z-0{
    z-index: 0;
  }

  #app .md\:z-10{
    z-index: 10;
  }

  #app .md\:z-20{
    z-index: 20;
  }

  #app .md\:z-30{
    z-index: 30;
  }

  #app .md\:z-40{
    z-index: 40;
  }

  #app .md\:z-50{
    z-index: 50;
  }

  #app .md\:z-auto{
    z-index: auto;
  }

  #app .md\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  #app .md\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  #app .md\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  #app .md\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  #app .md\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  #app .md\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  #app .md\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  #app .md\:focus\:z-0:focus{
    z-index: 0;
  }

  #app .md\:focus\:z-10:focus{
    z-index: 10;
  }

  #app .md\:focus\:z-20:focus{
    z-index: 20;
  }

  #app .md\:focus\:z-30:focus{
    z-index: 30;
  }

  #app .md\:focus\:z-40:focus{
    z-index: 40;
  }

  #app .md\:focus\:z-50:focus{
    z-index: 50;
  }

  #app .md\:focus\:z-auto:focus{
    z-index: auto;
  }

  #app .md\:gap-0{
    gap: 0px;
  }

  #app .md\:gap-1{
    gap: 0.25rem;
  }

  #app .md\:gap-2{
    gap: 0.5rem;
  }

  #app .md\:gap-3{
    gap: 0.75rem;
  }

  #app .md\:gap-4{
    gap: 1rem;
  }

  #app .md\:gap-5{
    gap: 1.25rem;
  }

  #app .md\:gap-6{
    gap: 1.5rem;
  }

  #app .md\:gap-7{
    gap: 1.75rem;
  }

  #app .md\:gap-8{
    gap: 2rem;
  }

  #app .md\:gap-9{
    gap: 2.25rem;
  }

  #app .md\:gap-10{
    gap: 2.5rem;
  }

  #app .md\:gap-11{
    gap: 2.75rem;
  }

  #app .md\:gap-12{
    gap: 3rem;
  }

  #app .md\:gap-14{
    gap: 3.5rem;
  }

  #app .md\:gap-16{
    gap: 4rem;
  }

  #app .md\:gap-20{
    gap: 5rem;
  }

  #app .md\:gap-24{
    gap: 6rem;
  }

  #app .md\:gap-28{
    gap: 7rem;
  }

  #app .md\:gap-32{
    gap: 8rem;
  }

  #app .md\:gap-36{
    gap: 9rem;
  }

  #app .md\:gap-40{
    gap: 10rem;
  }

  #app .md\:gap-44{
    gap: 11rem;
  }

  #app .md\:gap-48{
    gap: 12rem;
  }

  #app .md\:gap-52{
    gap: 13rem;
  }

  #app .md\:gap-56{
    gap: 14rem;
  }

  #app .md\:gap-60{
    gap: 15rem;
  }

  #app .md\:gap-64{
    gap: 16rem;
  }

  #app .md\:gap-72{
    gap: 18rem;
  }

  #app .md\:gap-80{
    gap: 20rem;
  }

  #app .md\:gap-96{
    gap: 24rem;
  }

  #app .md\:gap-px{
    gap: 1px;
  }

  #app .md\:gap-0\.5{
    gap: 0.125rem;
  }

  #app .md\:gap-1\.5{
    gap: 0.375rem;
  }

  #app .md\:gap-2\.5{
    gap: 0.625rem;
  }

  #app .md\:gap-3\.5{
    gap: 0.875rem;
  }

  #app .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  #app .md\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  #app .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  #app .md\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  #app .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  #app .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  #app .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  #app .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  #app .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  #app .md\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  #app .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  #app .md\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  #app .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  #app .md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  #app .md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  #app .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  #app .md\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  #app .md\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  #app .md\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  #app .md\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  #app .md\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  #app .md\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  #app .md\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  #app .md\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  #app .md\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  #app .md\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  #app .md\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  #app .md\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  #app .md\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  #app .md\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  #app .md\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  #app .md\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  #app .md\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  #app .md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  #app .md\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  #app .md\:gap-y-0{
    row-gap: 0px;
  }

  #app .md\:gap-y-1{
    row-gap: 0.25rem;
  }

  #app .md\:gap-y-2{
    row-gap: 0.5rem;
  }

  #app .md\:gap-y-3{
    row-gap: 0.75rem;
  }

  #app .md\:gap-y-4{
    row-gap: 1rem;
  }

  #app .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  #app .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  #app .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  #app .md\:gap-y-8{
    row-gap: 2rem;
  }

  #app .md\:gap-y-9{
    row-gap: 2.25rem;
  }

  #app .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  #app .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  #app .md\:gap-y-12{
    row-gap: 3rem;
  }

  #app .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  #app .md\:gap-y-16{
    row-gap: 4rem;
  }

  #app .md\:gap-y-20{
    row-gap: 5rem;
  }

  #app .md\:gap-y-24{
    row-gap: 6rem;
  }

  #app .md\:gap-y-28{
    row-gap: 7rem;
  }

  #app .md\:gap-y-32{
    row-gap: 8rem;
  }

  #app .md\:gap-y-36{
    row-gap: 9rem;
  }

  #app .md\:gap-y-40{
    row-gap: 10rem;
  }

  #app .md\:gap-y-44{
    row-gap: 11rem;
  }

  #app .md\:gap-y-48{
    row-gap: 12rem;
  }

  #app .md\:gap-y-52{
    row-gap: 13rem;
  }

  #app .md\:gap-y-56{
    row-gap: 14rem;
  }

  #app .md\:gap-y-60{
    row-gap: 15rem;
  }

  #app .md\:gap-y-64{
    row-gap: 16rem;
  }

  #app .md\:gap-y-72{
    row-gap: 18rem;
  }

  #app .md\:gap-y-80{
    row-gap: 20rem;
  }

  #app .md\:gap-y-96{
    row-gap: 24rem;
  }

  #app .md\:gap-y-px{
    row-gap: 1px;
  }

  #app .md\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  #app .md\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  #app .md\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  #app .md\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  #app .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  #app .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  #app .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  #app .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  #app .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .md\:grid-cols-none{
    grid-template-columns: none;
  }

  #app .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  #app .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  #app .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  #app .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  #app .md\:col-auto{
    grid-column: auto;
  }

  #app .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  #app .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  #app .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  #app .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  #app .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  #app .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  #app .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  #app .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  #app .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  #app .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  #app .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  #app .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  #app .md\:col-span-full{
    grid-column: 1 / -1;
  }

  #app .md\:col-start-1{
    grid-column-start: 1;
  }

  #app .md\:col-start-2{
    grid-column-start: 2;
  }

  #app .md\:col-start-3{
    grid-column-start: 3;
  }

  #app .md\:col-start-4{
    grid-column-start: 4;
  }

  #app .md\:col-start-5{
    grid-column-start: 5;
  }

  #app .md\:col-start-6{
    grid-column-start: 6;
  }

  #app .md\:col-start-7{
    grid-column-start: 7;
  }

  #app .md\:col-start-8{
    grid-column-start: 8;
  }

  #app .md\:col-start-9{
    grid-column-start: 9;
  }

  #app .md\:col-start-10{
    grid-column-start: 10;
  }

  #app .md\:col-start-11{
    grid-column-start: 11;
  }

  #app .md\:col-start-12{
    grid-column-start: 12;
  }

  #app .md\:col-start-13{
    grid-column-start: 13;
  }

  #app .md\:col-start-auto{
    grid-column-start: auto;
  }

  #app .md\:col-end-1{
    grid-column-end: 1;
  }

  #app .md\:col-end-2{
    grid-column-end: 2;
  }

  #app .md\:col-end-3{
    grid-column-end: 3;
  }

  #app .md\:col-end-4{
    grid-column-end: 4;
  }

  #app .md\:col-end-5{
    grid-column-end: 5;
  }

  #app .md\:col-end-6{
    grid-column-end: 6;
  }

  #app .md\:col-end-7{
    grid-column-end: 7;
  }

  #app .md\:col-end-8{
    grid-column-end: 8;
  }

  #app .md\:col-end-9{
    grid-column-end: 9;
  }

  #app .md\:col-end-10{
    grid-column-end: 10;
  }

  #app .md\:col-end-11{
    grid-column-end: 11;
  }

  #app .md\:col-end-12{
    grid-column-end: 12;
  }

  #app .md\:col-end-13{
    grid-column-end: 13;
  }

  #app .md\:col-end-auto{
    grid-column-end: auto;
  }

  #app .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .md\:grid-rows-none{
    grid-template-rows: none;
  }

  #app .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  #app .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  #app .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  #app .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  #app .md\:row-auto{
    grid-row: auto;
  }

  #app .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  #app .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  #app .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  #app .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  #app .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  #app .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  #app .md\:row-span-full{
    grid-row: 1 / -1;
  }

  #app .md\:row-start-1{
    grid-row-start: 1;
  }

  #app .md\:row-start-2{
    grid-row-start: 2;
  }

  #app .md\:row-start-3{
    grid-row-start: 3;
  }

  #app .md\:row-start-4{
    grid-row-start: 4;
  }

  #app .md\:row-start-5{
    grid-row-start: 5;
  }

  #app .md\:row-start-6{
    grid-row-start: 6;
  }

  #app .md\:row-start-7{
    grid-row-start: 7;
  }

  #app .md\:row-start-auto{
    grid-row-start: auto;
  }

  #app .md\:row-end-1{
    grid-row-end: 1;
  }

  #app .md\:row-end-2{
    grid-row-end: 2;
  }

  #app .md\:row-end-3{
    grid-row-end: 3;
  }

  #app .md\:row-end-4{
    grid-row-end: 4;
  }

  #app .md\:row-end-5{
    grid-row-end: 5;
  }

  #app .md\:row-end-6{
    grid-row-end: 6;
  }

  #app .md\:row-end-7{
    grid-row-end: 7;
  }

  #app .md\:row-end-auto{
    grid-row-end: auto;
  }

  #app .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));
  }

  #app .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));
  }

  #app .md\:transform-none{
    transform: none;
  }

  #app .md\:origin-center{
    transform-origin: center;
  }

  #app .md\:origin-top{
    transform-origin: top;
  }

  #app .md\:origin-top-right{
    transform-origin: top right;
  }

  #app .md\:origin-right{
    transform-origin: right;
  }

  #app .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  #app .md\:origin-bottom{
    transform-origin: bottom;
  }

  #app .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  #app .md\:origin-left{
    transform-origin: left;
  }

  #app .md\:origin-top-left{
    transform-origin: top left;
  }

  #app .md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .md\:scale-x-0{
    --tw-scale-x: 0;
  }

  #app .md\:scale-x-50{
    --tw-scale-x: .5;
  }

  #app .md\:scale-x-75{
    --tw-scale-x: .75;
  }

  #app .md\:scale-x-90{
    --tw-scale-x: .9;
  }

  #app .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  #app .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  #app .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  #app .md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  #app .md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  #app .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  #app .md\:scale-y-0{
    --tw-scale-y: 0;
  }

  #app .md\:scale-y-50{
    --tw-scale-y: .5;
  }

  #app .md\:scale-y-75{
    --tw-scale-y: .75;
  }

  #app .md\:scale-y-90{
    --tw-scale-y: .9;
  }

  #app .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  #app .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  #app .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  #app .md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  #app .md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  #app .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  #app .md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  #app .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  #app .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  #app .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  #app .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  #app .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  #app .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  #app .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  #app .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  #app .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  #app .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  #app .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  #app .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  #app .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  #app .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  #app .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  #app .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  #app .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  #app .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  #app .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  #app .md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  #app .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  #app .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  #app .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  #app .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  #app .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  #app .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  #app .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  #app .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  #app .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  #app .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  #app .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  #app .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  #app .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  #app .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  #app .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  #app .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  #app .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  #app .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  #app .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  #app .md\:rotate-0{
    --tw-rotate: 0deg;
  }

  #app .md\:rotate-1{
    --tw-rotate: 1deg;
  }

  #app .md\:rotate-2{
    --tw-rotate: 2deg;
  }

  #app .md\:rotate-3{
    --tw-rotate: 3deg;
  }

  #app .md\:rotate-6{
    --tw-rotate: 6deg;
  }

  #app .md\:rotate-12{
    --tw-rotate: 12deg;
  }

  #app .md\:rotate-45{
    --tw-rotate: 45deg;
  }

  #app .md\:rotate-90{
    --tw-rotate: 90deg;
  }

  #app .md\:rotate-180{
    --tw-rotate: 180deg;
  }

  #app .md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  #app .md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  #app .md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  #app .md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  #app .md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  #app .md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  #app .md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  #app .md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  #app .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  #app .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  #app .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  #app .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  #app .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  #app .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  #app .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  #app .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  #app .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  #app .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  #app .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  #app .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  #app .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  #app .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  #app .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  #app .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  #app .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  #app .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  #app .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  #app .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  #app .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  #app .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  #app .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  #app .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  #app .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  #app .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  #app .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  #app .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  #app .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  #app .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  #app .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  #app .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  #app .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  #app .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  #app .md\:translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .md\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  #app .md\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  #app .md\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  #app .md\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  #app .md\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  #app .md\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  #app .md\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  #app .md\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  #app .md\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  #app .md\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  #app .md\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  #app .md\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  #app .md\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  #app .md\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  #app .md\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  #app .md\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  #app .md\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  #app .md\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  #app .md\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  #app .md\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  #app .md\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  #app .md\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  #app .md\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  #app .md\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  #app .md\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  #app .md\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  #app .md\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  #app .md\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  #app .md\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  #app .md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  #app .md\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  #app .md\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  #app .md\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  #app .md\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  #app .md\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .md\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  #app .md\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  #app .md\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  #app .md\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  #app .md\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  #app .md\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  #app .md\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  #app .md\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  #app .md\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  #app .md\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  #app .md\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  #app .md\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  #app .md\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  #app .md\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  #app .md\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  #app .md\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  #app .md\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  #app .md\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  #app .md\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  #app .md\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  #app .md\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  #app .md\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  #app .md\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  #app .md\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  #app .md\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  #app .md\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  #app .md\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  #app .md\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  #app .md\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  #app .md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  #app .md\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  #app .md\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  #app .md\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  #app .md\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  #app .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  #app .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  #app .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  #app .md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  #app .md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  #app .md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  #app .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  #app .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  #app .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  #app .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  #app .md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  #app .md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  #app .md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  #app .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  #app .md\:translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .md\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  #app .md\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  #app .md\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  #app .md\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  #app .md\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  #app .md\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  #app .md\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  #app .md\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  #app .md\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  #app .md\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  #app .md\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  #app .md\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  #app .md\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  #app .md\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  #app .md\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  #app .md\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  #app .md\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  #app .md\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  #app .md\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  #app .md\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  #app .md\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  #app .md\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  #app .md\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  #app .md\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  #app .md\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  #app .md\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  #app .md\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  #app .md\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  #app .md\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  #app .md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  #app .md\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  #app .md\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  #app .md\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  #app .md\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  #app .md\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .md\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  #app .md\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  #app .md\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  #app .md\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  #app .md\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  #app .md\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  #app .md\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  #app .md\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  #app .md\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  #app .md\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  #app .md\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  #app .md\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  #app .md\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  #app .md\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  #app .md\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  #app .md\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  #app .md\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  #app .md\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  #app .md\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  #app .md\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  #app .md\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  #app .md\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  #app .md\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  #app .md\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  #app .md\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  #app .md\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  #app .md\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  #app .md\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  #app .md\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  #app .md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  #app .md\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  #app .md\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  #app .md\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  #app .md\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  #app .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  #app .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  #app .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  #app .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  #app .md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  #app .md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  #app .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  #app .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  #app .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  #app .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  #app .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  #app .md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  #app .md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  #app .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  #app .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  #app .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  #app .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  #app .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  #app .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  #app .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  #app .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  #app .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  #app .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  #app .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  #app .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  #app .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  #app .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  #app .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  #app .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  #app .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  #app .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  #app .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  #app .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  #app .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  #app .md\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  #app .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  #app .md\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  #app .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  #app .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  #app .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  #app .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  #app .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  #app .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  #app .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  #app .md\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  #app .md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  #app .md\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  #app .md\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  #app .md\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  #app .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  #app .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  #app .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  #app .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  #app .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  #app .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  #app .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  #app .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  #app .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  #app .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  #app .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  #app .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  #app .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  #app .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  #app .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  #app .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  #app .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  #app .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  #app .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  #app .md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  #app .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  #app .md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  #app .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  #app .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  #app .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  #app .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  #app .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  #app .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  #app .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  #app .md\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  #app .md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  #app .md\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  #app .md\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  #app .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  #app .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  #app .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  #app .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  #app .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  #app .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  #app .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  #app .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  #app .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  #app .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  #app .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  #app .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  #app .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  #app .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  #app .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  #app .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  #app .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  #app .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  #app .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  #app .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  #app .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  #app .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  #app .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  #app .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  #app .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  #app .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  #app .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  #app .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  #app .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  #app .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  #app .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  #app .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  #app .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  #app .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  #app .md\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  #app .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  #app .md\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  #app .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  #app .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  #app .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  #app .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  #app .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  #app .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  #app .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  #app .md\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  #app .md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  #app .md\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  #app .md\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  #app .md\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  #app .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  #app .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  #app .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  #app .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  #app .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  #app .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  #app .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  #app .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  #app .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  #app .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  #app .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  #app .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  #app .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  #app .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  #app .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  #app .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  #app .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  #app .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  #app .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  #app .md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  #app .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  #app .md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  #app .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  #app .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  #app .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  #app .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  #app .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  #app .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  #app .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  #app .md\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  #app .md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  #app .md\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  #app .md\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  #app .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  #app .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  #app .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  #app .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  #app .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  #app .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  #app .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  #app .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  #app .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  #app .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  #app .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  #app .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  #app .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  #app .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  #app .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  #app .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  #app .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  #app .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  #app .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  #app .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  #app .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  #app .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  #app .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  #app .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  #app .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  #app .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  #app .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  #app .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  #app .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  #app .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  #app .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  #app .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  #app .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  #app .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  #app .md\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  #app .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  #app .md\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  #app .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  #app .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  #app .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  #app .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  #app .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  #app .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  #app .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  #app .md\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  #app .md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  #app .md\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  #app .md\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  #app .md\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  #app .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  #app .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  #app .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  #app .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  #app .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  #app .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  #app .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  #app .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  #app .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  #app .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  #app .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  #app .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  #app .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  #app .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  #app .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  #app .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  #app .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  #app .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  #app .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  #app .md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  #app .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  #app .md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  #app .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  #app .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  #app .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  #app .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  #app .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  #app .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  #app .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  #app .md\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  #app .md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  #app .md\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  #app .md\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  #app .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  #app .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  #app .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  #app .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  #app .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  #app .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  #app .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  #app .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  #app .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  #app .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  #app .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  #app .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  #app .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  #app .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  #app .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  #app .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  #app .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  #app .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  #app .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  #app .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  #app .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  #app .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  #app .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  #app .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  #app .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  #app .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  #app .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  #app .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  #app .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  #app .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  #app .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  #app .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  #app .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  #app .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  #app .md\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  #app .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  #app .md\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  #app .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  #app .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  #app .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  #app .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  #app .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  #app .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  #app .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  #app .md\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  #app .md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  #app .md\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  #app .md\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  #app .md\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  #app .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  #app .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  #app .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  #app .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  #app .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  #app .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  #app .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  #app .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  #app .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  #app .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  #app .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  #app .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  #app .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  #app .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  #app .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  #app .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  #app .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  #app .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  #app .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  #app .md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  #app .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  #app .md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  #app .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  #app .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  #app .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  #app .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  #app .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  #app .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  #app .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  #app .md\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  #app .md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  #app .md\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  #app .md\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  #app .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  #app .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  #app .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  #app .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  #app .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  #app .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  #app .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  #app .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  #app .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  #app .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  #app .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  #app .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  #app .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  #app .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  #app .md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  #app .md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  #app .md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  #app .md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  #app .md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  #app .md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  #app .md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  #app .md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  #app .md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  #app .md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  #app .md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  #app .md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  #app .md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  #app .md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  #app .md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  #app .md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  #app .md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  #app .md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  #app .md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  #app .md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  #app .md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  #app .md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  #app .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  #app .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  #app .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  #app .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  #app .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  #app .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  #app .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  #app .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  #app .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  #app .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  #app .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  #app .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  #app .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  #app .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  #app .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  #app .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  #app .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  #app .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  #app .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  #app .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  #app .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  #app .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  #app .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  #app .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  #app .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  #app .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  #app .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  #app .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  #app .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  #app .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  #app .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  #app .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  #app .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  #app .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  #app .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  #app .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  #app .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  #app .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  #app .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  #app .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  #app .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  #app .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  #app .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  #app .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  #app .md\:transition-none{
    transition-property: none;
  }

  #app .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .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;
  }

  #app .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .md\:ease-linear{
    transition-timing-function: linear;
  }

  #app .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .md\:duration-75{
    transition-duration: 75ms;
  }

  #app .md\:duration-100{
    transition-duration: 100ms;
  }

  #app .md\:duration-150{
    transition-duration: 150ms;
  }

  #app .md\:duration-200{
    transition-duration: 200ms;
  }

  #app .md\:duration-300{
    transition-duration: 300ms;
  }

  #app .md\:duration-500{
    transition-duration: 500ms;
  }

  #app .md\:duration-700{
    transition-duration: 700ms;
  }

  #app .md\:duration-1000{
    transition-duration: 1000ms;
  }

  #app .md\:delay-75{
    transition-delay: 75ms;
  }

  #app .md\:delay-100{
    transition-delay: 100ms;
  }

  #app .md\:delay-150{
    transition-delay: 150ms;
  }

  #app .md\:delay-200{
    transition-delay: 200ms;
  }

  #app .md\:delay-300{
    transition-delay: 300ms;
  }

  #app .md\:delay-500{
    transition-delay: 500ms;
  }

  #app .md\:delay-700{
    transition-delay: 700ms;
  }

  #app .md\:delay-1000{
    transition-delay: 1000ms;
  }

  #app .md\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  #app .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  #app .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  #app .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  #app .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }
}

@media (min-width: 1024px){
  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  #app .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  #app .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  #app .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  #app .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  #app .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  #app .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  #app .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  #app .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  #app .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  #app .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  #app .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  #app .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  #app .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  #app .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  #app .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  #app .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  #app .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  #app .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  #app .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  #app .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  #app .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  #app .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  #app .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  #app .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  #app .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  #app .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  #app .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  #app .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  #app .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  #app .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  #app .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  #app .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  #app .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  #app .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  #app .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;
  }

  #app .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .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;
  }

  #app .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;
  }

  #app .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;
  }

  #app .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .lg\:bg-fixed{
    background-attachment: fixed;
  }

  #app .lg\:bg-local{
    background-attachment: local;
  }

  #app .lg\:bg-scroll{
    background-attachment: scroll;
  }

  #app .lg\:bg-clip-border{
    background-clip: border-box;
  }

  #app .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  #app .lg\:bg-clip-content{
    background-clip: content-box;
  }

  #app .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  #app .lg\:bg-transparent{
    background-color: transparent;
  }

  #app .lg\:bg-current{
    background-color: currentColor;
  }

  #app .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .lg\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .lg\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .lg\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .lg\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .lg\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .lg\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .lg\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .lg\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  #app .lg\:odd\:bg-current:nth-child(odd){
    background-color: currentColor;
  }

  #app .lg\:odd\:bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-gray-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-red-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-yellow-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-green-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-blue-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-indigo-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-purple-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .lg\:odd\:bg-pink-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  #app .lg\:even\:bg-current:nth-child(even){
    background-color: currentColor;
  }

  #app .lg\:even\:bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-gray-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-red-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-yellow-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-green-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-blue-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-indigo-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-purple-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .lg\:even\:bg-pink-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  #app .group:hover .lg\:group-hover\:bg-current{
    background-color: currentColor;
  }

  #app .group:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .lg\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  #app .lg\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  #app .lg\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .lg\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  #app .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  #app .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .lg\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  #app .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  #app .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .lg\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .lg\:bg-none{
    background-image: none;
  }

  #app .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  #app .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  #app .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  #app .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  #app .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  #app .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  #app .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  #app .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  #app .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .lg\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .lg\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .lg\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .lg\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .lg\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .lg\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .lg\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .lg\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .lg\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .lg\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .lg\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .lg\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .lg\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .lg\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .lg\:from-red-200{
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .lg\:from-red-300{
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .lg\:from-red-400{
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .lg\:from-red-500{
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .lg\:from-red-600{
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .lg\:from-red-700{
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .lg\:from-red-800{
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .lg\:from-red-900{
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .lg\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .lg\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .lg\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .lg\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .lg\:from-yellow-400{
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .lg\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .lg\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .lg\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .lg\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .lg\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .lg\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .lg\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .lg\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .lg\:from-green-300{
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .lg\:from-green-400{
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .lg\:from-green-500{
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .lg\:from-green-600{
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .lg\:from-green-700{
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .lg\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .lg\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .lg\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .lg\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .lg\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .lg\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .lg\:from-blue-400{
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .lg\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .lg\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .lg\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .lg\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .lg\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .lg\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .lg\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .lg\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .lg\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .lg\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .lg\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .lg\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .lg\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .lg\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .lg\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .lg\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .lg\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .lg\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .lg\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .lg\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .lg\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .lg\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .lg\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .lg\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .lg\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .lg\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .lg\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .lg\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .lg\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .lg\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .lg\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .lg\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .lg\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .lg\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .lg\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .lg\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .lg\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .lg\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .lg\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .lg\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .lg\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .lg\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .lg\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .lg\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .lg\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .lg\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .lg\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .lg\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .lg\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .lg\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .lg\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .lg\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .lg\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .lg\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .lg\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .lg\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .lg\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .lg\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .lg\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .lg\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .lg\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .lg\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .lg\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .lg\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .lg\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .lg\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .lg\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .lg\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .lg\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .lg\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .lg\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .lg\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .lg\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .lg\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .lg\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .lg\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .lg\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .lg\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .lg\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .lg\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .lg\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .lg\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .lg\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .lg\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .lg\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .lg\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .lg\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .lg\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .lg\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .lg\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .lg\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .lg\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .lg\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .lg\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .lg\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .lg\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .lg\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .lg\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .lg\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .lg\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .lg\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .lg\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .lg\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .lg\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .lg\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .lg\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .lg\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .lg\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .lg\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .lg\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .lg\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .lg\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .lg\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .lg\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  #app .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  #app .lg\:to-black{
    --tw-gradient-to: #000;
  }

  #app .lg\:to-white{
    --tw-gradient-to: #fff;
  }

  #app .lg\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  #app .lg\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  #app .lg\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  #app .lg\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  #app .lg\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  #app .lg\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  #app .lg\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  #app .lg\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  #app .lg\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  #app .lg\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  #app .lg\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  #app .lg\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  #app .lg\:to-red-200{
    --tw-gradient-to: #fecaca;
  }

  #app .lg\:to-red-300{
    --tw-gradient-to: #fca5a5;
  }

  #app .lg\:to-red-400{
    --tw-gradient-to: #f87171;
  }

  #app .lg\:to-red-500{
    --tw-gradient-to: #ef4444;
  }

  #app .lg\:to-red-600{
    --tw-gradient-to: #dc2626;
  }

  #app .lg\:to-red-700{
    --tw-gradient-to: #b91c1c;
  }

  #app .lg\:to-red-800{
    --tw-gradient-to: #991b1b;
  }

  #app .lg\:to-red-900{
    --tw-gradient-to: #7f1d1d;
  }

  #app .lg\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  #app .lg\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  #app .lg\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  #app .lg\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  #app .lg\:to-yellow-400{
    --tw-gradient-to: #fbbf24;
  }

  #app .lg\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  #app .lg\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  #app .lg\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  #app .lg\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  #app .lg\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  #app .lg\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  #app .lg\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  #app .lg\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  #app .lg\:to-green-300{
    --tw-gradient-to: #6ee7b7;
  }

  #app .lg\:to-green-400{
    --tw-gradient-to: #34d399;
  }

  #app .lg\:to-green-500{
    --tw-gradient-to: #10b981;
  }

  #app .lg\:to-green-600{
    --tw-gradient-to: #059669;
  }

  #app .lg\:to-green-700{
    --tw-gradient-to: #047857;
  }

  #app .lg\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  #app .lg\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  #app .lg\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  #app .lg\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  #app .lg\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  #app .lg\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  #app .lg\:to-blue-400{
    --tw-gradient-to: #60a5fa;
  }

  #app .lg\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  #app .lg\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  #app .lg\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  #app .lg\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  #app .lg\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  #app .lg\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  #app .lg\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  #app .lg\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  #app .lg\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  #app .lg\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  #app .lg\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  #app .lg\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  #app .lg\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  #app .lg\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  #app .lg\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  #app .lg\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  #app .lg\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  #app .lg\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  #app .lg\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  #app .lg\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  #app .lg\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  #app .lg\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  #app .lg\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  #app .lg\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  #app .lg\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  #app .lg\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  #app .lg\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  #app .lg\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  #app .lg\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  #app .lg\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  #app .lg\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  #app .lg\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  #app .lg\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  #app .lg\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  #app .lg\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .lg\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .lg\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .lg\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .lg\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .lg\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .lg\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .lg\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .lg\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .lg\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .lg\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .lg\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .lg\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .lg\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .lg\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .lg\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .lg\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .lg\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .lg\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .lg\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .lg\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .lg\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .lg\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .lg\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .lg\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .lg\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .lg\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .lg\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .lg\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .lg\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .lg\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .lg\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .lg\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .lg\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .lg\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .lg\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .lg\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .lg\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .lg\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .lg\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .lg\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .lg\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .lg\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .lg\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .lg\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .lg\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .lg\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .lg\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .lg\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .lg\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .lg\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .lg\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .lg\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .lg\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .lg\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .lg\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .lg\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .lg\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .lg\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .lg\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .lg\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .lg\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .lg\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .lg\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .lg\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .lg\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .lg\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .lg\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .lg\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .lg\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .lg\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .lg\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .lg\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .lg\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .lg\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .lg\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .lg\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .lg\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .lg\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .lg\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  #app .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  #app .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  #app .lg\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  #app .lg\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  #app .lg\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  #app .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  #app .lg\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  #app .lg\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  #app .lg\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  #app .lg\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  #app .lg\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  #app .lg\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  #app .lg\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  #app .lg\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  #app .lg\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  #app .lg\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecaca;
  }

  #app .lg\:hover\:to-red-300:hover{
    --tw-gradient-to: #fca5a5;
  }

  #app .lg\:hover\:to-red-400:hover{
    --tw-gradient-to: #f87171;
  }

  #app .lg\:hover\:to-red-500:hover{
    --tw-gradient-to: #ef4444;
  }

  #app .lg\:hover\:to-red-600:hover{
    --tw-gradient-to: #dc2626;
  }

  #app .lg\:hover\:to-red-700:hover{
    --tw-gradient-to: #b91c1c;
  }

  #app .lg\:hover\:to-red-800:hover{
    --tw-gradient-to: #991b1b;
  }

  #app .lg\:hover\:to-red-900:hover{
    --tw-gradient-to: #7f1d1d;
  }

  #app .lg\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  #app .lg\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  #app .lg\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  #app .lg\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  #app .lg\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #fbbf24;
  }

  #app .lg\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  #app .lg\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  #app .lg\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  #app .lg\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  #app .lg\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  #app .lg\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  #app .lg\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  #app .lg\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  #app .lg\:hover\:to-green-300:hover{
    --tw-gradient-to: #6ee7b7;
  }

  #app .lg\:hover\:to-green-400:hover{
    --tw-gradient-to: #34d399;
  }

  #app .lg\:hover\:to-green-500:hover{
    --tw-gradient-to: #10b981;
  }

  #app .lg\:hover\:to-green-600:hover{
    --tw-gradient-to: #059669;
  }

  #app .lg\:hover\:to-green-700:hover{
    --tw-gradient-to: #047857;
  }

  #app .lg\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  #app .lg\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  #app .lg\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  #app .lg\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  #app .lg\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  #app .lg\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  #app .lg\:hover\:to-blue-400:hover{
    --tw-gradient-to: #60a5fa;
  }

  #app .lg\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  #app .lg\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  #app .lg\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  #app .lg\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  #app .lg\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  #app .lg\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  #app .lg\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  #app .lg\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  #app .lg\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  #app .lg\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  #app .lg\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  #app .lg\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  #app .lg\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  #app .lg\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  #app .lg\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  #app .lg\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  #app .lg\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  #app .lg\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  #app .lg\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  #app .lg\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  #app .lg\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  #app .lg\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  #app .lg\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  #app .lg\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  #app .lg\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  #app .lg\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  #app .lg\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  #app .lg\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  #app .lg\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  #app .lg\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  #app .lg\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  #app .lg\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  #app .lg\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  #app .lg\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  #app .lg\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .lg\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .lg\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .lg\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .lg\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .lg\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .lg\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .lg\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .lg\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .lg\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .lg\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .lg\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .lg\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .lg\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .lg\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .lg\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .lg\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .lg\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .lg\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .lg\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .lg\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .lg\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .lg\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .lg\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .lg\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .lg\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .lg\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .lg\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .lg\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .lg\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .lg\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .lg\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .lg\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .lg\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .lg\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .lg\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .lg\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .lg\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .lg\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .lg\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .lg\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .lg\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .lg\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .lg\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .lg\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .lg\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .lg\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .lg\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .lg\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .lg\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .lg\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .lg\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .lg\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .lg\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .lg\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .lg\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .lg\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .lg\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .lg\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .lg\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .lg\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .lg\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .lg\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .lg\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .lg\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .lg\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .lg\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .lg\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .lg\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .lg\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .lg\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .lg\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .lg\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .lg\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .lg\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .lg\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .lg\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .lg\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .lg\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .lg\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  #app .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  #app .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  #app .lg\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  #app .lg\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  #app .lg\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  #app .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  #app .lg\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  #app .lg\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  #app .lg\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  #app .lg\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  #app .lg\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  #app .lg\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  #app .lg\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  #app .lg\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  #app .lg\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  #app .lg\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecaca;
  }

  #app .lg\:focus\:to-red-300:focus{
    --tw-gradient-to: #fca5a5;
  }

  #app .lg\:focus\:to-red-400:focus{
    --tw-gradient-to: #f87171;
  }

  #app .lg\:focus\:to-red-500:focus{
    --tw-gradient-to: #ef4444;
  }

  #app .lg\:focus\:to-red-600:focus{
    --tw-gradient-to: #dc2626;
  }

  #app .lg\:focus\:to-red-700:focus{
    --tw-gradient-to: #b91c1c;
  }

  #app .lg\:focus\:to-red-800:focus{
    --tw-gradient-to: #991b1b;
  }

  #app .lg\:focus\:to-red-900:focus{
    --tw-gradient-to: #7f1d1d;
  }

  #app .lg\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  #app .lg\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  #app .lg\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  #app .lg\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  #app .lg\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #fbbf24;
  }

  #app .lg\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  #app .lg\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  #app .lg\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  #app .lg\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  #app .lg\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  #app .lg\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  #app .lg\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  #app .lg\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  #app .lg\:focus\:to-green-300:focus{
    --tw-gradient-to: #6ee7b7;
  }

  #app .lg\:focus\:to-green-400:focus{
    --tw-gradient-to: #34d399;
  }

  #app .lg\:focus\:to-green-500:focus{
    --tw-gradient-to: #10b981;
  }

  #app .lg\:focus\:to-green-600:focus{
    --tw-gradient-to: #059669;
  }

  #app .lg\:focus\:to-green-700:focus{
    --tw-gradient-to: #047857;
  }

  #app .lg\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  #app .lg\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  #app .lg\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  #app .lg\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  #app .lg\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  #app .lg\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  #app .lg\:focus\:to-blue-400:focus{
    --tw-gradient-to: #60a5fa;
  }

  #app .lg\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  #app .lg\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  #app .lg\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  #app .lg\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  #app .lg\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  #app .lg\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  #app .lg\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  #app .lg\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  #app .lg\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  #app .lg\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  #app .lg\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  #app .lg\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  #app .lg\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  #app .lg\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  #app .lg\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  #app .lg\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  #app .lg\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  #app .lg\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  #app .lg\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  #app .lg\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  #app .lg\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  #app .lg\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  #app .lg\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  #app .lg\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  #app .lg\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  #app .lg\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  #app .lg\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  #app .lg\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  #app .lg\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  #app .lg\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  #app .lg\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  #app .lg\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  #app .lg\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  #app .lg\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  #app .lg\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  #app .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .lg\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .lg\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .lg\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .lg\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .lg\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .lg\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .lg\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .lg\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  #app .lg\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  #app .lg\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  #app .lg\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  #app .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  #app .lg\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  #app .lg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  #app .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  #app .lg\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  #app .lg\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  #app .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  #app .lg\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  #app .lg\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  #app .lg\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  #app .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  #app .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  #app .lg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  #app .lg\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  #app .lg\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  #app .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  #app .lg\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  #app .lg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  #app .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  #app .lg\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  #app .lg\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  #app .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  #app .lg\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  #app .lg\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  #app .lg\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  #app .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  #app .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  #app .lg\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  #app .lg\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  #app .lg\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  #app .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  #app .lg\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  #app .lg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  #app .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  #app .lg\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  #app .lg\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  #app .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  #app .lg\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  #app .lg\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  #app .lg\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  #app .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  #app .lg\:bg-bottom{
    background-position: bottom;
  }

  #app .lg\:bg-center{
    background-position: center;
  }

  #app .lg\:bg-left{
    background-position: left;
  }

  #app .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  #app .lg\:bg-left-top{
    background-position: left top;
  }

  #app .lg\:bg-right{
    background-position: right;
  }

  #app .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  #app .lg\:bg-right-top{
    background-position: right top;
  }

  #app .lg\:bg-top{
    background-position: top;
  }

  #app .lg\:bg-repeat{
    background-repeat: repeat;
  }

  #app .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  #app .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  #app .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  #app .lg\:bg-repeat-round{
    background-repeat: round;
  }

  #app .lg\:bg-repeat-space{
    background-repeat: space;
  }

  #app .lg\:bg-auto{
    background-size: auto;
  }

  #app .lg\:bg-cover{
    background-size: cover;
  }

  #app .lg\:bg-contain{
    background-size: contain;
  }

  #app .lg\:border-collapse{
    border-collapse: collapse;
  }

  #app .lg\:border-separate{
    border-collapse: separate;
  }

  #app .lg\:border-transparent{
    border-color: transparent;
  }

  #app .lg\:border-current{
    border-color: currentColor;
  }

  #app .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .lg\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .lg\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .lg\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .lg\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .lg\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .lg\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .lg\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .lg\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .lg\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .lg\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .lg\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .lg\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .lg\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .lg\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .lg\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .lg\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .lg\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .lg\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .lg\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .lg\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .lg\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .lg\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .lg\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .lg\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .lg\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .lg\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-transparent{
    border-color: transparent;
  }

  #app .group:hover .lg\:group-hover\:border-current{
    border-color: currentColor;
  }

  #app .group:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .group:hover .lg\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  #app .lg\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  #app .lg\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .lg\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  #app .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  #app .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .lg\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  #app .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  #app .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .lg\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .lg\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .lg\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .lg\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .lg\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .lg\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .lg\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .lg\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .lg\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .lg\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .lg\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  #app .lg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  #app .lg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  #app .lg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  #app .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  #app .lg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  #app .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  #app .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  #app .lg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  #app .lg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  #app .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  #app .lg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  #app .lg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  #app .lg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  #app .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  #app .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  #app .lg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  #app .lg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  #app .lg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  #app .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  #app .lg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  #app .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  #app .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  #app .lg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  #app .lg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  #app .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  #app .lg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  #app .lg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  #app .lg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  #app .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  #app .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  #app .lg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  #app .lg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  #app .lg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  #app .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  #app .lg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  #app .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  #app .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  #app .lg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  #app .lg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  #app .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  #app .lg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  #app .lg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  #app .lg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  #app .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  #app .lg\:rounded-none{
    border-radius: 0px;
  }

  #app .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  #app .lg\:rounded{
    border-radius: 0.25rem;
  }

  #app .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  #app .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  #app .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  #app .lg\:rounded-2xl{
    border-radius: 1rem;
  }

  #app .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  #app .lg\:rounded-full{
    border-radius: 9999px;
  }

  #app .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  #app .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  #app .lg\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  #app .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  #app .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  #app .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  #app .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  #app .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  #app .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  #app .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  #app .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  #app .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  #app .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  #app .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  #app .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  #app .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  #app .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  #app .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  #app .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  #app .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  #app .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  #app .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  #app .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  #app .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  #app .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  #app .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  #app .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  #app .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  #app .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:first\:rounded-none:first-child{
    border-radius: 0px;
  }

  #app .lg\:first\:rounded-sm:first-child{
    border-radius: 0.125rem;
  }

  #app .lg\:first\:rounded:first-child{
    border-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-md:first-child{
    border-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-lg:first-child{
    border-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-xl:first-child{
    border-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-2xl:first-child{
    border-radius: 1rem;
  }

  #app .lg\:first\:rounded-3xl:first-child{
    border-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-full:first-child{
    border-radius: 9999px;
  }

  #app .lg\:first\:rounded-t-none:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .lg\:first\:rounded-r-none:first-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .lg\:first\:rounded-b-none:first-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .lg\:first\:rounded-l-none:first-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .lg\:first\:rounded-t-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .lg\:first\:rounded-r-sm:first-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .lg\:first\:rounded-b-sm:first-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:first\:rounded-l-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:first\:rounded-t:first-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-r:first-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-b:first-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-l:first-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-t-md:first-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-r-md:first-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-b-md:first-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-l-md:first-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-t-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-r-lg:first-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-b-lg:first-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-l-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-t-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-r-xl:first-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-b-xl:first-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-l-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-t-2xl:first-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .lg\:first\:rounded-r-2xl:first-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .lg\:first\:rounded-b-2xl:first-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:first\:rounded-l-2xl:first-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:first\:rounded-t-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-r-3xl:first-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-b-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-l-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-t-full:first-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .lg\:first\:rounded-r-full:first-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .lg\:first\:rounded-b-full:first-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:first\:rounded-l-full:first-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:first\:rounded-tl-none:first-child{
    border-top-left-radius: 0px;
  }

  #app .lg\:first\:rounded-tr-none:first-child{
    border-top-right-radius: 0px;
  }

  #app .lg\:first\:rounded-br-none:first-child{
    border-bottom-right-radius: 0px;
  }

  #app .lg\:first\:rounded-bl-none:first-child{
    border-bottom-left-radius: 0px;
  }

  #app .lg\:first\:rounded-tl-sm:first-child{
    border-top-left-radius: 0.125rem;
  }

  #app .lg\:first\:rounded-tr-sm:first-child{
    border-top-right-radius: 0.125rem;
  }

  #app .lg\:first\:rounded-br-sm:first-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .lg\:first\:rounded-bl-sm:first-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:first\:rounded-tl:first-child{
    border-top-left-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-tr:first-child{
    border-top-right-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-br:first-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-bl:first-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:first\:rounded-tl-md:first-child{
    border-top-left-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-tr-md:first-child{
    border-top-right-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-br-md:first-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-bl-md:first-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:first\:rounded-tl-lg:first-child{
    border-top-left-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-tr-lg:first-child{
    border-top-right-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-br-lg:first-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-bl-lg:first-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:first\:rounded-tl-xl:first-child{
    border-top-left-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-tr-xl:first-child{
    border-top-right-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-br-xl:first-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-bl-xl:first-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:first\:rounded-tl-2xl:first-child{
    border-top-left-radius: 1rem;
  }

  #app .lg\:first\:rounded-tr-2xl:first-child{
    border-top-right-radius: 1rem;
  }

  #app .lg\:first\:rounded-br-2xl:first-child{
    border-bottom-right-radius: 1rem;
  }

  #app .lg\:first\:rounded-bl-2xl:first-child{
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:first\:rounded-tl-3xl:first-child{
    border-top-left-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-tr-3xl:first-child{
    border-top-right-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-br-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-bl-3xl:first-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:first\:rounded-tl-full:first-child{
    border-top-left-radius: 9999px;
  }

  #app .lg\:first\:rounded-tr-full:first-child{
    border-top-right-radius: 9999px;
  }

  #app .lg\:first\:rounded-br-full:first-child{
    border-bottom-right-radius: 9999px;
  }

  #app .lg\:first\:rounded-bl-full:first-child{
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:last\:rounded-none:last-child{
    border-radius: 0px;
  }

  #app .lg\:last\:rounded-sm:last-child{
    border-radius: 0.125rem;
  }

  #app .lg\:last\:rounded:last-child{
    border-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-md:last-child{
    border-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-lg:last-child{
    border-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-xl:last-child{
    border-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-2xl:last-child{
    border-radius: 1rem;
  }

  #app .lg\:last\:rounded-3xl:last-child{
    border-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-full:last-child{
    border-radius: 9999px;
  }

  #app .lg\:last\:rounded-t-none:last-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .lg\:last\:rounded-r-none:last-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .lg\:last\:rounded-b-none:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .lg\:last\:rounded-l-none:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .lg\:last\:rounded-t-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .lg\:last\:rounded-r-sm:last-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .lg\:last\:rounded-b-sm:last-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:last\:rounded-l-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:last\:rounded-t:last-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-r:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-b:last-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-l:last-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-t-md:last-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-r-md:last-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-b-md:last-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-l-md:last-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-t-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-r-lg:last-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-b-lg:last-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-l-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-t-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-r-xl:last-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-b-xl:last-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-l-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-t-2xl:last-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .lg\:last\:rounded-r-2xl:last-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .lg\:last\:rounded-b-2xl:last-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:last\:rounded-l-2xl:last-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:last\:rounded-t-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-r-3xl:last-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-b-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-l-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-t-full:last-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .lg\:last\:rounded-r-full:last-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .lg\:last\:rounded-b-full:last-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:last\:rounded-l-full:last-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:last\:rounded-tl-none:last-child{
    border-top-left-radius: 0px;
  }

  #app .lg\:last\:rounded-tr-none:last-child{
    border-top-right-radius: 0px;
  }

  #app .lg\:last\:rounded-br-none:last-child{
    border-bottom-right-radius: 0px;
  }

  #app .lg\:last\:rounded-bl-none:last-child{
    border-bottom-left-radius: 0px;
  }

  #app .lg\:last\:rounded-tl-sm:last-child{
    border-top-left-radius: 0.125rem;
  }

  #app .lg\:last\:rounded-tr-sm:last-child{
    border-top-right-radius: 0.125rem;
  }

  #app .lg\:last\:rounded-br-sm:last-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .lg\:last\:rounded-bl-sm:last-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .lg\:last\:rounded-tl:last-child{
    border-top-left-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-tr:last-child{
    border-top-right-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-br:last-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-bl:last-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .lg\:last\:rounded-tl-md:last-child{
    border-top-left-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-tr-md:last-child{
    border-top-right-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-br-md:last-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-bl-md:last-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .lg\:last\:rounded-tl-lg:last-child{
    border-top-left-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-tr-lg:last-child{
    border-top-right-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-br-lg:last-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-bl-lg:last-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .lg\:last\:rounded-tl-xl:last-child{
    border-top-left-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-tr-xl:last-child{
    border-top-right-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-br-xl:last-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-bl-xl:last-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .lg\:last\:rounded-tl-2xl:last-child{
    border-top-left-radius: 1rem;
  }

  #app .lg\:last\:rounded-tr-2xl:last-child{
    border-top-right-radius: 1rem;
  }

  #app .lg\:last\:rounded-br-2xl:last-child{
    border-bottom-right-radius: 1rem;
  }

  #app .lg\:last\:rounded-bl-2xl:last-child{
    border-bottom-left-radius: 1rem;
  }

  #app .lg\:last\:rounded-tl-3xl:last-child{
    border-top-left-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-tr-3xl:last-child{
    border-top-right-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-br-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-bl-3xl:last-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .lg\:last\:rounded-tl-full:last-child{
    border-top-left-radius: 9999px;
  }

  #app .lg\:last\:rounded-tr-full:last-child{
    border-top-right-radius: 9999px;
  }

  #app .lg\:last\:rounded-br-full:last-child{
    border-bottom-right-radius: 9999px;
  }

  #app .lg\:last\:rounded-bl-full:last-child{
    border-bottom-left-radius: 9999px;
  }

  #app .lg\:border-solid{
    border-style: solid;
  }

  #app .lg\:border-dashed{
    border-style: dashed;
  }

  #app .lg\:border-dotted{
    border-style: dotted;
  }

  #app .lg\:border-double{
    border-style: double;
  }

  #app .lg\:border-none{
    border-style: none;
  }

  #app .lg\:border-0{
    border-width: 0px;
  }

  #app .lg\:border-2{
    border-width: 2px;
  }

  #app .lg\:border-4{
    border-width: 4px;
  }

  #app .lg\:border-8{
    border-width: 8px;
  }

  #app .lg\:border{
    border-width: 1px;
  }

  #app .lg\:border-t-0{
    border-top-width: 0px;
  }

  #app .lg\:border-r-0{
    border-right-width: 0px;
  }

  #app .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  #app .lg\:border-l-0{
    border-left-width: 0px;
  }

  #app .lg\:border-t-2{
    border-top-width: 2px;
  }

  #app .lg\:border-r-2{
    border-right-width: 2px;
  }

  #app .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  #app .lg\:border-l-2{
    border-left-width: 2px;
  }

  #app .lg\:border-t-4{
    border-top-width: 4px;
  }

  #app .lg\:border-r-4{
    border-right-width: 4px;
  }

  #app .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  #app .lg\:border-l-4{
    border-left-width: 4px;
  }

  #app .lg\:border-t-8{
    border-top-width: 8px;
  }

  #app .lg\:border-r-8{
    border-right-width: 8px;
  }

  #app .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  #app .lg\:border-l-8{
    border-left-width: 8px;
  }

  #app .lg\:border-t{
    border-top-width: 1px;
  }

  #app .lg\:border-r{
    border-right-width: 1px;
  }

  #app .lg\:border-b{
    border-bottom-width: 1px;
  }

  #app .lg\:border-l{
    border-left-width: 1px;
  }

  #app .lg\:box-border{
    box-sizing: border-box;
  }

  #app .lg\:box-content{
    box-sizing: content-box;
  }

  #app .lg\:cursor-auto{
    cursor: auto;
  }

  #app .lg\:cursor-default{
    cursor: default;
  }

  #app .lg\:cursor-pointer{
    cursor: pointer;
  }

  #app .lg\:cursor-wait{
    cursor: wait;
  }

  #app .lg\:cursor-text{
    cursor: text;
  }

  #app .lg\:cursor-move{
    cursor: move;
  }

  #app .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  #app .lg\:block{
    display: block;
  }

  #app .lg\:inline-block{
    display: inline-block;
  }

  #app .lg\:inline{
    display: inline;
  }

  #app .lg\:flex{
    display: flex;
  }

  #app .lg\:inline-flex{
    display: inline-flex;
  }

  #app .lg\:table{
    display: table;
  }

  #app .lg\:table-caption{
    display: table-caption;
  }

  #app .lg\:table-cell{
    display: table-cell;
  }

  #app .lg\:table-column{
    display: table-column;
  }

  #app .lg\:table-column-group{
    display: table-column-group;
  }

  #app .lg\:table-footer-group{
    display: table-footer-group;
  }

  #app .lg\:table-header-group{
    display: table-header-group;
  }

  #app .lg\:table-row-group{
    display: table-row-group;
  }

  #app .lg\:table-row{
    display: table-row;
  }

  #app .lg\:flow-root{
    display: flow-root;
  }

  #app .lg\:grid{
    display: grid;
  }

  #app .lg\:inline-grid{
    display: inline-grid;
  }

  #app .lg\:contents{
    display: contents;
  }

  #app .lg\:hidden{
    display: none;
  }

  #app .lg\:flex-row{
    flex-direction: row;
  }

  #app .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  #app .lg\:flex-col{
    flex-direction: column;
  }

  #app .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  #app .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  #app .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  #app .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  #app .lg\:place-items-auto{
    place-items: auto;
  }

  #app .lg\:place-items-start{
    place-items: start;
  }

  #app .lg\:place-items-end{
    place-items: end;
  }

  #app .lg\:place-items-center{
    place-items: center;
  }

  #app .lg\:place-items-stretch{
    place-items: stretch;
  }

  #app .lg\:place-content-center{
    place-content: center;
  }

  #app .lg\:place-content-start{
    place-content: start;
  }

  #app .lg\:place-content-end{
    place-content: end;
  }

  #app .lg\:place-content-between{
    place-content: space-between;
  }

  #app .lg\:place-content-around{
    place-content: space-around;
  }

  #app .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  #app .lg\:place-content-stretch{
    place-content: stretch;
  }

  #app .lg\:place-self-auto{
    place-self: auto;
  }

  #app .lg\:place-self-start{
    place-self: start;
  }

  #app .lg\:place-self-end{
    place-self: end;
  }

  #app .lg\:place-self-center{
    place-self: center;
  }

  #app .lg\:place-self-stretch{
    place-self: stretch;
  }

  #app .lg\:items-start{
    align-items: flex-start;
  }

  #app .lg\:items-end{
    align-items: flex-end;
  }

  #app .lg\:items-center{
    align-items: center;
  }

  #app .lg\:items-baseline{
    align-items: baseline;
  }

  #app .lg\:items-stretch{
    align-items: stretch;
  }

  #app .lg\:content-center{
    align-content: center;
  }

  #app .lg\:content-start{
    align-content: flex-start;
  }

  #app .lg\:content-end{
    align-content: flex-end;
  }

  #app .lg\:content-between{
    align-content: space-between;
  }

  #app .lg\:content-around{
    align-content: space-around;
  }

  #app .lg\:content-evenly{
    align-content: space-evenly;
  }

  #app .lg\:self-auto{
    align-self: auto;
  }

  #app .lg\:self-start{
    align-self: flex-start;
  }

  #app .lg\:self-end{
    align-self: flex-end;
  }

  #app .lg\:self-center{
    align-self: center;
  }

  #app .lg\:self-stretch{
    align-self: stretch;
  }

  #app .lg\:justify-items-auto{
    justify-items: auto;
  }

  #app .lg\:justify-items-start{
    justify-items: start;
  }

  #app .lg\:justify-items-end{
    justify-items: end;
  }

  #app .lg\:justify-items-center{
    justify-items: center;
  }

  #app .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  #app .lg\:justify-start{
    justify-content: flex-start;
  }

  #app .lg\:justify-end{
    justify-content: flex-end;
  }

  #app .lg\:justify-center{
    justify-content: center;
  }

  #app .lg\:justify-between{
    justify-content: space-between;
  }

  #app .lg\:justify-around{
    justify-content: space-around;
  }

  #app .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  #app .lg\:justify-self-auto{
    justify-self: auto;
  }

  #app .lg\:justify-self-start{
    justify-self: start;
  }

  #app .lg\:justify-self-end{
    justify-self: end;
  }

  #app .lg\:justify-self-center{
    justify-self: center;
  }

  #app .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  #app .lg\:flex-1{
    flex: 1 1 0%;
  }

  #app .lg\:flex-auto{
    flex: 1 1 auto;
  }

  #app .lg\:flex-initial{
    flex: 0 1 auto;
  }

  #app .lg\:flex-none{
    flex: none;
  }

  #app .lg\:flex-grow-0{
    flex-grow: 0;
  }

  #app .lg\:flex-grow{
    flex-grow: 1;
  }

  #app .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  #app .lg\:flex-shrink{
    flex-shrink: 1;
  }

  #app .lg\:order-1{
    order: 1;
  }

  #app .lg\:order-2{
    order: 2;
  }

  #app .lg\:order-3{
    order: 3;
  }

  #app .lg\:order-4{
    order: 4;
  }

  #app .lg\:order-5{
    order: 5;
  }

  #app .lg\:order-6{
    order: 6;
  }

  #app .lg\:order-7{
    order: 7;
  }

  #app .lg\:order-8{
    order: 8;
  }

  #app .lg\:order-9{
    order: 9;
  }

  #app .lg\:order-10{
    order: 10;
  }

  #app .lg\:order-11{
    order: 11;
  }

  #app .lg\:order-12{
    order: 12;
  }

  #app .lg\:order-first{
    order: -9999;
  }

  #app .lg\:order-last{
    order: 9999;
  }

  #app .lg\:order-none{
    order: 0;
  }

  #app .lg\:float-right{
    float: right;
  }

  #app .lg\:float-left{
    float: left;
  }

  #app .lg\:float-none{
    float: none;
  }

  #app .lg\:clear-left{
    clear: left;
  }

  #app .lg\:clear-right{
    clear: right;
  }

  #app .lg\:clear-both{
    clear: both;
  }

  #app .lg\:clear-none{
    clear: none;
  }

  #app .lg\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .lg\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .lg\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .lg\:font-thin{
    font-weight: 100;
  }

  #app .lg\:font-extralight{
    font-weight: 200;
  }

  #app .lg\:font-light{
    font-weight: 300;
  }

  #app .lg\:font-normal{
    font-weight: 400;
  }

  #app .lg\:font-medium{
    font-weight: 500;
  }

  #app .lg\:font-semibold{
    font-weight: 600;
  }

  #app .lg\:font-bold{
    font-weight: 700;
  }

  #app .lg\:font-extrabold{
    font-weight: 800;
  }

  #app .lg\:font-black{
    font-weight: 900;
  }

  #app .lg\:h-0{
    height: 0px;
  }

  #app .lg\:h-1{
    height: 0.25rem;
  }

  #app .lg\:h-2{
    height: 0.5rem;
  }

  #app .lg\:h-3{
    height: 0.75rem;
  }

  #app .lg\:h-4{
    height: 1rem;
  }

  #app .lg\:h-5{
    height: 1.25rem;
  }

  #app .lg\:h-6{
    height: 1.5rem;
  }

  #app .lg\:h-7{
    height: 1.75rem;
  }

  #app .lg\:h-8{
    height: 2rem;
  }

  #app .lg\:h-9{
    height: 2.25rem;
  }

  #app .lg\:h-10{
    height: 2.5rem;
  }

  #app .lg\:h-11{
    height: 2.75rem;
  }

  #app .lg\:h-12{
    height: 3rem;
  }

  #app .lg\:h-14{
    height: 3.5rem;
  }

  #app .lg\:h-16{
    height: 4rem;
  }

  #app .lg\:h-20{
    height: 5rem;
  }

  #app .lg\:h-24{
    height: 6rem;
  }

  #app .lg\:h-28{
    height: 7rem;
  }

  #app .lg\:h-32{
    height: 8rem;
  }

  #app .lg\:h-36{
    height: 9rem;
  }

  #app .lg\:h-40{
    height: 10rem;
  }

  #app .lg\:h-44{
    height: 11rem;
  }

  #app .lg\:h-48{
    height: 12rem;
  }

  #app .lg\:h-52{
    height: 13rem;
  }

  #app .lg\:h-56{
    height: 14rem;
  }

  #app .lg\:h-60{
    height: 15rem;
  }

  #app .lg\:h-64{
    height: 16rem;
  }

  #app .lg\:h-72{
    height: 18rem;
  }

  #app .lg\:h-80{
    height: 20rem;
  }

  #app .lg\:h-96{
    height: 24rem;
  }

  #app .lg\:h-auto{
    height: auto;
  }

  #app .lg\:h-px{
    height: 1px;
  }

  #app .lg\:h-0\.5{
    height: 0.125rem;
  }

  #app .lg\:h-1\.5{
    height: 0.375rem;
  }

  #app .lg\:h-2\.5{
    height: 0.625rem;
  }

  #app .lg\:h-3\.5{
    height: 0.875rem;
  }

  #app .lg\:h-1\/2{
    height: 50%;
  }

  #app .lg\:h-1\/3{
    height: 33.333333%;
  }

  #app .lg\:h-2\/3{
    height: 66.666667%;
  }

  #app .lg\:h-1\/4{
    height: 25%;
  }

  #app .lg\:h-2\/4{
    height: 50%;
  }

  #app .lg\:h-3\/4{
    height: 75%;
  }

  #app .lg\:h-1\/5{
    height: 20%;
  }

  #app .lg\:h-2\/5{
    height: 40%;
  }

  #app .lg\:h-3\/5{
    height: 60%;
  }

  #app .lg\:h-4\/5{
    height: 80%;
  }

  #app .lg\:h-1\/6{
    height: 16.666667%;
  }

  #app .lg\:h-2\/6{
    height: 33.333333%;
  }

  #app .lg\:h-3\/6{
    height: 50%;
  }

  #app .lg\:h-4\/6{
    height: 66.666667%;
  }

  #app .lg\:h-5\/6{
    height: 83.333333%;
  }

  #app .lg\:h-full{
    height: 100%;
  }

  #app .lg\:h-screen{
    height: 100vh;
  }

  #app .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  #app .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #app .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #app .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  #app .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #app .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #app .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #app .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #app .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  #app .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  #app .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  #app .lg\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  #app .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  #app .lg\:leading-3{
    line-height: .75rem;
  }

  #app .lg\:leading-4{
    line-height: 1rem;
  }

  #app .lg\:leading-5{
    line-height: 1.25rem;
  }

  #app .lg\:leading-6{
    line-height: 1.5rem;
  }

  #app .lg\:leading-7{
    line-height: 1.75rem;
  }

  #app .lg\:leading-8{
    line-height: 2rem;
  }

  #app .lg\:leading-9{
    line-height: 2.25rem;
  }

  #app .lg\:leading-10{
    line-height: 2.5rem;
  }

  #app .lg\:leading-none{
    line-height: 1;
  }

  #app .lg\:leading-tight{
    line-height: 1.25;
  }

  #app .lg\:leading-snug{
    line-height: 1.375;
  }

  #app .lg\:leading-normal{
    line-height: 1.5;
  }

  #app .lg\:leading-relaxed{
    line-height: 1.625;
  }

  #app .lg\:leading-loose{
    line-height: 2;
  }

  #app .lg\:list-inside{
    list-style-position: inside;
  }

  #app .lg\:list-outside{
    list-style-position: outside;
  }

  #app .lg\:list-none{
    list-style-type: none;
  }

  #app .lg\:list-disc{
    list-style-type: disc;
  }

  #app .lg\:list-decimal{
    list-style-type: decimal;
  }

  #app .lg\:m-0{
    margin: 0px;
  }

  #app .lg\:m-1{
    margin: 0.25rem;
  }

  #app .lg\:m-2{
    margin: 0.5rem;
  }

  #app .lg\:m-3{
    margin: 0.75rem;
  }

  #app .lg\:m-4{
    margin: 1rem;
  }

  #app .lg\:m-5{
    margin: 1.25rem;
  }

  #app .lg\:m-6{
    margin: 1.5rem;
  }

  #app .lg\:m-7{
    margin: 1.75rem;
  }

  #app .lg\:m-8{
    margin: 2rem;
  }

  #app .lg\:m-9{
    margin: 2.25rem;
  }

  #app .lg\:m-10{
    margin: 2.5rem;
  }

  #app .lg\:m-11{
    margin: 2.75rem;
  }

  #app .lg\:m-12{
    margin: 3rem;
  }

  #app .lg\:m-14{
    margin: 3.5rem;
  }

  #app .lg\:m-16{
    margin: 4rem;
  }

  #app .lg\:m-20{
    margin: 5rem;
  }

  #app .lg\:m-24{
    margin: 6rem;
  }

  #app .lg\:m-28{
    margin: 7rem;
  }

  #app .lg\:m-32{
    margin: 8rem;
  }

  #app .lg\:m-36{
    margin: 9rem;
  }

  #app .lg\:m-40{
    margin: 10rem;
  }

  #app .lg\:m-44{
    margin: 11rem;
  }

  #app .lg\:m-48{
    margin: 12rem;
  }

  #app .lg\:m-52{
    margin: 13rem;
  }

  #app .lg\:m-56{
    margin: 14rem;
  }

  #app .lg\:m-60{
    margin: 15rem;
  }

  #app .lg\:m-64{
    margin: 16rem;
  }

  #app .lg\:m-72{
    margin: 18rem;
  }

  #app .lg\:m-80{
    margin: 20rem;
  }

  #app .lg\:m-96{
    margin: 24rem;
  }

  #app .lg\:m-auto{
    margin: auto;
  }

  #app .lg\:m-px{
    margin: 1px;
  }

  #app .lg\:m-0\.5{
    margin: 0.125rem;
  }

  #app .lg\:m-1\.5{
    margin: 0.375rem;
  }

  #app .lg\:m-2\.5{
    margin: 0.625rem;
  }

  #app .lg\:m-3\.5{
    margin: 0.875rem;
  }

  #app .lg\:-m-0{
    margin: 0px;
  }

  #app .lg\:-m-1{
    margin: -0.25rem;
  }

  #app .lg\:-m-2{
    margin: -0.5rem;
  }

  #app .lg\:-m-3{
    margin: -0.75rem;
  }

  #app .lg\:-m-4{
    margin: -1rem;
  }

  #app .lg\:-m-5{
    margin: -1.25rem;
  }

  #app .lg\:-m-6{
    margin: -1.5rem;
  }

  #app .lg\:-m-7{
    margin: -1.75rem;
  }

  #app .lg\:-m-8{
    margin: -2rem;
  }

  #app .lg\:-m-9{
    margin: -2.25rem;
  }

  #app .lg\:-m-10{
    margin: -2.5rem;
  }

  #app .lg\:-m-11{
    margin: -2.75rem;
  }

  #app .lg\:-m-12{
    margin: -3rem;
  }

  #app .lg\:-m-14{
    margin: -3.5rem;
  }

  #app .lg\:-m-16{
    margin: -4rem;
  }

  #app .lg\:-m-20{
    margin: -5rem;
  }

  #app .lg\:-m-24{
    margin: -6rem;
  }

  #app .lg\:-m-28{
    margin: -7rem;
  }

  #app .lg\:-m-32{
    margin: -8rem;
  }

  #app .lg\:-m-36{
    margin: -9rem;
  }

  #app .lg\:-m-40{
    margin: -10rem;
  }

  #app .lg\:-m-44{
    margin: -11rem;
  }

  #app .lg\:-m-48{
    margin: -12rem;
  }

  #app .lg\:-m-52{
    margin: -13rem;
  }

  #app .lg\:-m-56{
    margin: -14rem;
  }

  #app .lg\:-m-60{
    margin: -15rem;
  }

  #app .lg\:-m-64{
    margin: -16rem;
  }

  #app .lg\:-m-72{
    margin: -18rem;
  }

  #app .lg\:-m-80{
    margin: -20rem;
  }

  #app .lg\:-m-96{
    margin: -24rem;
  }

  #app .lg\:-m-px{
    margin: -1px;
  }

  #app .lg\:-m-0\.5{
    margin: -0.125rem;
  }

  #app .lg\:-m-1\.5{
    margin: -0.375rem;
  }

  #app .lg\:-m-2\.5{
    margin: -0.625rem;
  }

  #app .lg\:-m-3\.5{
    margin: -0.875rem;
  }

  #app .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .lg\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #app .lg\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #app .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #app .lg\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #app .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .lg\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  #app .lg\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  #app .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #app .lg\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #app .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #app .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #app .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .lg\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #app .lg\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #app .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .lg\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  #app .lg\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  #app .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .lg\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  #app .lg\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  #app .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .lg\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  #app .lg\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  #app .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .lg\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  #app .lg\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  #app .lg\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  #app .lg\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  #app .lg\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  #app .lg\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  #app .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  #app .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .lg\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  #app .lg\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  #app .lg\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #app .lg\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #app .lg\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #app .lg\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #app .lg\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #app .lg\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #app .lg\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .lg\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .lg\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #app .lg\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #app .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .lg\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  #app .lg\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  #app .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .lg\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  #app .lg\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  #app .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .lg\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  #app .lg\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  #app .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .lg\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  #app .lg\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  #app .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .lg\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  #app .lg\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  #app .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .lg\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  #app .lg\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  #app .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .lg\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  #app .lg\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  #app .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .lg\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  #app .lg\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  #app .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .lg\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  #app .lg\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  #app .lg\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  #app .lg\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  #app .lg\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  #app .lg\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  #app .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .lg\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  #app .lg\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  #app .lg\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  #app .lg\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  #app .lg\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  #app .lg\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  #app .lg\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  #app .lg\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  #app .lg\:mt-0{
    margin-top: 0px;
  }

  #app .lg\:mr-0{
    margin-right: 0px;
  }

  #app .lg\:mb-0{
    margin-bottom: 0px;
  }

  #app .lg\:ml-0{
    margin-left: 0px;
  }

  #app .lg\:mt-1{
    margin-top: 0.25rem;
  }

  #app .lg\:mr-1{
    margin-right: 0.25rem;
  }

  #app .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  #app .lg\:ml-1{
    margin-left: 0.25rem;
  }

  #app .lg\:mt-2{
    margin-top: 0.5rem;
  }

  #app .lg\:mr-2{
    margin-right: 0.5rem;
  }

  #app .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  #app .lg\:ml-2{
    margin-left: 0.5rem;
  }

  #app .lg\:mt-3{
    margin-top: 0.75rem;
  }

  #app .lg\:mr-3{
    margin-right: 0.75rem;
  }

  #app .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  #app .lg\:ml-3{
    margin-left: 0.75rem;
  }

  #app .lg\:mt-4{
    margin-top: 1rem;
  }

  #app .lg\:mr-4{
    margin-right: 1rem;
  }

  #app .lg\:mb-4{
    margin-bottom: 1rem;
  }

  #app .lg\:ml-4{
    margin-left: 1rem;
  }

  #app .lg\:mt-5{
    margin-top: 1.25rem;
  }

  #app .lg\:mr-5{
    margin-right: 1.25rem;
  }

  #app .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  #app .lg\:ml-5{
    margin-left: 1.25rem;
  }

  #app .lg\:mt-6{
    margin-top: 1.5rem;
  }

  #app .lg\:mr-6{
    margin-right: 1.5rem;
  }

  #app .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  #app .lg\:ml-6{
    margin-left: 1.5rem;
  }

  #app .lg\:mt-7{
    margin-top: 1.75rem;
  }

  #app .lg\:mr-7{
    margin-right: 1.75rem;
  }

  #app .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  #app .lg\:ml-7{
    margin-left: 1.75rem;
  }

  #app .lg\:mt-8{
    margin-top: 2rem;
  }

  #app .lg\:mr-8{
    margin-right: 2rem;
  }

  #app .lg\:mb-8{
    margin-bottom: 2rem;
  }

  #app .lg\:ml-8{
    margin-left: 2rem;
  }

  #app .lg\:mt-9{
    margin-top: 2.25rem;
  }

  #app .lg\:mr-9{
    margin-right: 2.25rem;
  }

  #app .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  #app .lg\:ml-9{
    margin-left: 2.25rem;
  }

  #app .lg\:mt-10{
    margin-top: 2.5rem;
  }

  #app .lg\:mr-10{
    margin-right: 2.5rem;
  }

  #app .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  #app .lg\:ml-10{
    margin-left: 2.5rem;
  }

  #app .lg\:mt-11{
    margin-top: 2.75rem;
  }

  #app .lg\:mr-11{
    margin-right: 2.75rem;
  }

  #app .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  #app .lg\:ml-11{
    margin-left: 2.75rem;
  }

  #app .lg\:mt-12{
    margin-top: 3rem;
  }

  #app .lg\:mr-12{
    margin-right: 3rem;
  }

  #app .lg\:mb-12{
    margin-bottom: 3rem;
  }

  #app .lg\:ml-12{
    margin-left: 3rem;
  }

  #app .lg\:mt-14{
    margin-top: 3.5rem;
  }

  #app .lg\:mr-14{
    margin-right: 3.5rem;
  }

  #app .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  #app .lg\:ml-14{
    margin-left: 3.5rem;
  }

  #app .lg\:mt-16{
    margin-top: 4rem;
  }

  #app .lg\:mr-16{
    margin-right: 4rem;
  }

  #app .lg\:mb-16{
    margin-bottom: 4rem;
  }

  #app .lg\:ml-16{
    margin-left: 4rem;
  }

  #app .lg\:mt-20{
    margin-top: 5rem;
  }

  #app .lg\:mr-20{
    margin-right: 5rem;
  }

  #app .lg\:mb-20{
    margin-bottom: 5rem;
  }

  #app .lg\:ml-20{
    margin-left: 5rem;
  }

  #app .lg\:mt-24{
    margin-top: 6rem;
  }

  #app .lg\:mr-24{
    margin-right: 6rem;
  }

  #app .lg\:mb-24{
    margin-bottom: 6rem;
  }

  #app .lg\:ml-24{
    margin-left: 6rem;
  }

  #app .lg\:mt-28{
    margin-top: 7rem;
  }

  #app .lg\:mr-28{
    margin-right: 7rem;
  }

  #app .lg\:mb-28{
    margin-bottom: 7rem;
  }

  #app .lg\:ml-28{
    margin-left: 7rem;
  }

  #app .lg\:mt-32{
    margin-top: 8rem;
  }

  #app .lg\:mr-32{
    margin-right: 8rem;
  }

  #app .lg\:mb-32{
    margin-bottom: 8rem;
  }

  #app .lg\:ml-32{
    margin-left: 8rem;
  }

  #app .lg\:mt-36{
    margin-top: 9rem;
  }

  #app .lg\:mr-36{
    margin-right: 9rem;
  }

  #app .lg\:mb-36{
    margin-bottom: 9rem;
  }

  #app .lg\:ml-36{
    margin-left: 9rem;
  }

  #app .lg\:mt-40{
    margin-top: 10rem;
  }

  #app .lg\:mr-40{
    margin-right: 10rem;
  }

  #app .lg\:mb-40{
    margin-bottom: 10rem;
  }

  #app .lg\:ml-40{
    margin-left: 10rem;
  }

  #app .lg\:mt-44{
    margin-top: 11rem;
  }

  #app .lg\:mr-44{
    margin-right: 11rem;
  }

  #app .lg\:mb-44{
    margin-bottom: 11rem;
  }

  #app .lg\:ml-44{
    margin-left: 11rem;
  }

  #app .lg\:mt-48{
    margin-top: 12rem;
  }

  #app .lg\:mr-48{
    margin-right: 12rem;
  }

  #app .lg\:mb-48{
    margin-bottom: 12rem;
  }

  #app .lg\:ml-48{
    margin-left: 12rem;
  }

  #app .lg\:mt-52{
    margin-top: 13rem;
  }

  #app .lg\:mr-52{
    margin-right: 13rem;
  }

  #app .lg\:mb-52{
    margin-bottom: 13rem;
  }

  #app .lg\:ml-52{
    margin-left: 13rem;
  }

  #app .lg\:mt-56{
    margin-top: 14rem;
  }

  #app .lg\:mr-56{
    margin-right: 14rem;
  }

  #app .lg\:mb-56{
    margin-bottom: 14rem;
  }

  #app .lg\:ml-56{
    margin-left: 14rem;
  }

  #app .lg\:mt-60{
    margin-top: 15rem;
  }

  #app .lg\:mr-60{
    margin-right: 15rem;
  }

  #app .lg\:mb-60{
    margin-bottom: 15rem;
  }

  #app .lg\:ml-60{
    margin-left: 15rem;
  }

  #app .lg\:mt-64{
    margin-top: 16rem;
  }

  #app .lg\:mr-64{
    margin-right: 16rem;
  }

  #app .lg\:mb-64{
    margin-bottom: 16rem;
  }

  #app .lg\:ml-64{
    margin-left: 16rem;
  }

  #app .lg\:mt-72{
    margin-top: 18rem;
  }

  #app .lg\:mr-72{
    margin-right: 18rem;
  }

  #app .lg\:mb-72{
    margin-bottom: 18rem;
  }

  #app .lg\:ml-72{
    margin-left: 18rem;
  }

  #app .lg\:mt-80{
    margin-top: 20rem;
  }

  #app .lg\:mr-80{
    margin-right: 20rem;
  }

  #app .lg\:mb-80{
    margin-bottom: 20rem;
  }

  #app .lg\:ml-80{
    margin-left: 20rem;
  }

  #app .lg\:mt-96{
    margin-top: 24rem;
  }

  #app .lg\:mr-96{
    margin-right: 24rem;
  }

  #app .lg\:mb-96{
    margin-bottom: 24rem;
  }

  #app .lg\:ml-96{
    margin-left: 24rem;
  }

  #app .lg\:mt-auto{
    margin-top: auto;
  }

  #app .lg\:mr-auto{
    margin-right: auto;
  }

  #app .lg\:mb-auto{
    margin-bottom: auto;
  }

  #app .lg\:ml-auto{
    margin-left: auto;
  }

  #app .lg\:mt-px{
    margin-top: 1px;
  }

  #app .lg\:mr-px{
    margin-right: 1px;
  }

  #app .lg\:mb-px{
    margin-bottom: 1px;
  }

  #app .lg\:ml-px{
    margin-left: 1px;
  }

  #app .lg\:mt-0\.5{
    margin-top: 0.125rem;
  }

  #app .lg\:mr-0\.5{
    margin-right: 0.125rem;
  }

  #app .lg\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  #app .lg\:ml-0\.5{
    margin-left: 0.125rem;
  }

  #app .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }

  #app .lg\:mr-1\.5{
    margin-right: 0.375rem;
  }

  #app .lg\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  #app .lg\:ml-1\.5{
    margin-left: 0.375rem;
  }

  #app .lg\:mt-2\.5{
    margin-top: 0.625rem;
  }

  #app .lg\:mr-2\.5{
    margin-right: 0.625rem;
  }

  #app .lg\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  #app .lg\:ml-2\.5{
    margin-left: 0.625rem;
  }

  #app .lg\:mt-3\.5{
    margin-top: 0.875rem;
  }

  #app .lg\:mr-3\.5{
    margin-right: 0.875rem;
  }

  #app .lg\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  #app .lg\:ml-3\.5{
    margin-left: 0.875rem;
  }

  #app .lg\:-mt-0{
    margin-top: 0px;
  }

  #app .lg\:-mr-0{
    margin-right: 0px;
  }

  #app .lg\:-mb-0{
    margin-bottom: 0px;
  }

  #app .lg\:-ml-0{
    margin-left: 0px;
  }

  #app .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  #app .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  #app .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  #app .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  #app .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  #app .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  #app .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  #app .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  #app .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  #app .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  #app .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  #app .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  #app .lg\:-mt-4{
    margin-top: -1rem;
  }

  #app .lg\:-mr-4{
    margin-right: -1rem;
  }

  #app .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  #app .lg\:-ml-4{
    margin-left: -1rem;
  }

  #app .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  #app .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  #app .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  #app .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  #app .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  #app .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  #app .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  #app .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  #app .lg\:-mt-7{
    margin-top: -1.75rem;
  }

  #app .lg\:-mr-7{
    margin-right: -1.75rem;
  }

  #app .lg\:-mb-7{
    margin-bottom: -1.75rem;
  }

  #app .lg\:-ml-7{
    margin-left: -1.75rem;
  }

  #app .lg\:-mt-8{
    margin-top: -2rem;
  }

  #app .lg\:-mr-8{
    margin-right: -2rem;
  }

  #app .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  #app .lg\:-ml-8{
    margin-left: -2rem;
  }

  #app .lg\:-mt-9{
    margin-top: -2.25rem;
  }

  #app .lg\:-mr-9{
    margin-right: -2.25rem;
  }

  #app .lg\:-mb-9{
    margin-bottom: -2.25rem;
  }

  #app .lg\:-ml-9{
    margin-left: -2.25rem;
  }

  #app .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  #app .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  #app .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  #app .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  #app .lg\:-mt-11{
    margin-top: -2.75rem;
  }

  #app .lg\:-mr-11{
    margin-right: -2.75rem;
  }

  #app .lg\:-mb-11{
    margin-bottom: -2.75rem;
  }

  #app .lg\:-ml-11{
    margin-left: -2.75rem;
  }

  #app .lg\:-mt-12{
    margin-top: -3rem;
  }

  #app .lg\:-mr-12{
    margin-right: -3rem;
  }

  #app .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  #app .lg\:-ml-12{
    margin-left: -3rem;
  }

  #app .lg\:-mt-14{
    margin-top: -3.5rem;
  }

  #app .lg\:-mr-14{
    margin-right: -3.5rem;
  }

  #app .lg\:-mb-14{
    margin-bottom: -3.5rem;
  }

  #app .lg\:-ml-14{
    margin-left: -3.5rem;
  }

  #app .lg\:-mt-16{
    margin-top: -4rem;
  }

  #app .lg\:-mr-16{
    margin-right: -4rem;
  }

  #app .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  #app .lg\:-ml-16{
    margin-left: -4rem;
  }

  #app .lg\:-mt-20{
    margin-top: -5rem;
  }

  #app .lg\:-mr-20{
    margin-right: -5rem;
  }

  #app .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  #app .lg\:-ml-20{
    margin-left: -5rem;
  }

  #app .lg\:-mt-24{
    margin-top: -6rem;
  }

  #app .lg\:-mr-24{
    margin-right: -6rem;
  }

  #app .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  #app .lg\:-ml-24{
    margin-left: -6rem;
  }

  #app .lg\:-mt-28{
    margin-top: -7rem;
  }

  #app .lg\:-mr-28{
    margin-right: -7rem;
  }

  #app .lg\:-mb-28{
    margin-bottom: -7rem;
  }

  #app .lg\:-ml-28{
    margin-left: -7rem;
  }

  #app .lg\:-mt-32{
    margin-top: -8rem;
  }

  #app .lg\:-mr-32{
    margin-right: -8rem;
  }

  #app .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  #app .lg\:-ml-32{
    margin-left: -8rem;
  }

  #app .lg\:-mt-36{
    margin-top: -9rem;
  }

  #app .lg\:-mr-36{
    margin-right: -9rem;
  }

  #app .lg\:-mb-36{
    margin-bottom: -9rem;
  }

  #app .lg\:-ml-36{
    margin-left: -9rem;
  }

  #app .lg\:-mt-40{
    margin-top: -10rem;
  }

  #app .lg\:-mr-40{
    margin-right: -10rem;
  }

  #app .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  #app .lg\:-ml-40{
    margin-left: -10rem;
  }

  #app .lg\:-mt-44{
    margin-top: -11rem;
  }

  #app .lg\:-mr-44{
    margin-right: -11rem;
  }

  #app .lg\:-mb-44{
    margin-bottom: -11rem;
  }

  #app .lg\:-ml-44{
    margin-left: -11rem;
  }

  #app .lg\:-mt-48{
    margin-top: -12rem;
  }

  #app .lg\:-mr-48{
    margin-right: -12rem;
  }

  #app .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  #app .lg\:-ml-48{
    margin-left: -12rem;
  }

  #app .lg\:-mt-52{
    margin-top: -13rem;
  }

  #app .lg\:-mr-52{
    margin-right: -13rem;
  }

  #app .lg\:-mb-52{
    margin-bottom: -13rem;
  }

  #app .lg\:-ml-52{
    margin-left: -13rem;
  }

  #app .lg\:-mt-56{
    margin-top: -14rem;
  }

  #app .lg\:-mr-56{
    margin-right: -14rem;
  }

  #app .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  #app .lg\:-ml-56{
    margin-left: -14rem;
  }

  #app .lg\:-mt-60{
    margin-top: -15rem;
  }

  #app .lg\:-mr-60{
    margin-right: -15rem;
  }

  #app .lg\:-mb-60{
    margin-bottom: -15rem;
  }

  #app .lg\:-ml-60{
    margin-left: -15rem;
  }

  #app .lg\:-mt-64{
    margin-top: -16rem;
  }

  #app .lg\:-mr-64{
    margin-right: -16rem;
  }

  #app .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  #app .lg\:-ml-64{
    margin-left: -16rem;
  }

  #app .lg\:-mt-72{
    margin-top: -18rem;
  }

  #app .lg\:-mr-72{
    margin-right: -18rem;
  }

  #app .lg\:-mb-72{
    margin-bottom: -18rem;
  }

  #app .lg\:-ml-72{
    margin-left: -18rem;
  }

  #app .lg\:-mt-80{
    margin-top: -20rem;
  }

  #app .lg\:-mr-80{
    margin-right: -20rem;
  }

  #app .lg\:-mb-80{
    margin-bottom: -20rem;
  }

  #app .lg\:-ml-80{
    margin-left: -20rem;
  }

  #app .lg\:-mt-96{
    margin-top: -24rem;
  }

  #app .lg\:-mr-96{
    margin-right: -24rem;
  }

  #app .lg\:-mb-96{
    margin-bottom: -24rem;
  }

  #app .lg\:-ml-96{
    margin-left: -24rem;
  }

  #app .lg\:-mt-px{
    margin-top: -1px;
  }

  #app .lg\:-mr-px{
    margin-right: -1px;
  }

  #app .lg\:-mb-px{
    margin-bottom: -1px;
  }

  #app .lg\:-ml-px{
    margin-left: -1px;
  }

  #app .lg\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  #app .lg\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  #app .lg\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  #app .lg\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  #app .lg\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  #app .lg\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  #app .lg\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  #app .lg\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  #app .lg\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  #app .lg\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  #app .lg\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  #app .lg\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  #app .lg\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  #app .lg\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  #app .lg\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  #app .lg\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  #app .lg\:max-h-0{
    max-height: 0px;
  }

  #app .lg\:max-h-1{
    max-height: 0.25rem;
  }

  #app .lg\:max-h-2{
    max-height: 0.5rem;
  }

  #app .lg\:max-h-3{
    max-height: 0.75rem;
  }

  #app .lg\:max-h-4{
    max-height: 1rem;
  }

  #app .lg\:max-h-5{
    max-height: 1.25rem;
  }

  #app .lg\:max-h-6{
    max-height: 1.5rem;
  }

  #app .lg\:max-h-7{
    max-height: 1.75rem;
  }

  #app .lg\:max-h-8{
    max-height: 2rem;
  }

  #app .lg\:max-h-9{
    max-height: 2.25rem;
  }

  #app .lg\:max-h-10{
    max-height: 2.5rem;
  }

  #app .lg\:max-h-11{
    max-height: 2.75rem;
  }

  #app .lg\:max-h-12{
    max-height: 3rem;
  }

  #app .lg\:max-h-14{
    max-height: 3.5rem;
  }

  #app .lg\:max-h-16{
    max-height: 4rem;
  }

  #app .lg\:max-h-20{
    max-height: 5rem;
  }

  #app .lg\:max-h-24{
    max-height: 6rem;
  }

  #app .lg\:max-h-28{
    max-height: 7rem;
  }

  #app .lg\:max-h-32{
    max-height: 8rem;
  }

  #app .lg\:max-h-36{
    max-height: 9rem;
  }

  #app .lg\:max-h-40{
    max-height: 10rem;
  }

  #app .lg\:max-h-44{
    max-height: 11rem;
  }

  #app .lg\:max-h-48{
    max-height: 12rem;
  }

  #app .lg\:max-h-52{
    max-height: 13rem;
  }

  #app .lg\:max-h-56{
    max-height: 14rem;
  }

  #app .lg\:max-h-60{
    max-height: 15rem;
  }

  #app .lg\:max-h-64{
    max-height: 16rem;
  }

  #app .lg\:max-h-72{
    max-height: 18rem;
  }

  #app .lg\:max-h-80{
    max-height: 20rem;
  }

  #app .lg\:max-h-96{
    max-height: 24rem;
  }

  #app .lg\:max-h-px{
    max-height: 1px;
  }

  #app .lg\:max-h-0\.5{
    max-height: 0.125rem;
  }

  #app .lg\:max-h-1\.5{
    max-height: 0.375rem;
  }

  #app .lg\:max-h-2\.5{
    max-height: 0.625rem;
  }

  #app .lg\:max-h-3\.5{
    max-height: 0.875rem;
  }

  #app .lg\:max-h-full{
    max-height: 100%;
  }

  #app .lg\:max-h-screen{
    max-height: 100vh;
  }

  #app .lg\:max-w-0{
    max-width: 0rem;
  }

  #app .lg\:max-w-none{
    max-width: none;
  }

  #app .lg\:max-w-xs{
    max-width: 20rem;
  }

  #app .lg\:max-w-sm{
    max-width: 24rem;
  }

  #app .lg\:max-w-md{
    max-width: 28rem;
  }

  #app .lg\:max-w-lg{
    max-width: 32rem;
  }

  #app .lg\:max-w-xl{
    max-width: 36rem;
  }

  #app .lg\:max-w-2xl{
    max-width: 42rem;
  }

  #app .lg\:max-w-3xl{
    max-width: 48rem;
  }

  #app .lg\:max-w-4xl{
    max-width: 56rem;
  }

  #app .lg\:max-w-5xl{
    max-width: 64rem;
  }

  #app .lg\:max-w-6xl{
    max-width: 72rem;
  }

  #app .lg\:max-w-7xl{
    max-width: 80rem;
  }

  #app .lg\:max-w-full{
    max-width: 100%;
  }

  #app .lg\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  #app .lg\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  #app .lg\:max-w-prose{
    max-width: 65ch;
  }

  #app .lg\:max-w-screen-sm{
    max-width: 640px;
  }

  #app .lg\:max-w-screen-md{
    max-width: 768px;
  }

  #app .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

  #app .lg\:max-w-screen-xl{
    max-width: 1280px;
  }

  #app .lg\:max-w-screen-2xl{
    max-width: 1536px;
  }

  #app .lg\:min-h-0{
    min-height: 0px;
  }

  #app .lg\:min-h-full{
    min-height: 100%;
  }

  #app .lg\:min-h-screen{
    min-height: 100vh;
  }

  #app .lg\:min-w-0{
    min-width: 0px;
  }

  #app .lg\:min-w-full{
    min-width: 100%;
  }

  #app .lg\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  #app .lg\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  #app .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  #app .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  #app .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  #app .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  #app .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  #app .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  #app .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  #app .lg\:opacity-0{
    opacity: 0;
  }

  #app .lg\:opacity-5{
    opacity: 0.05;
  }

  #app .lg\:opacity-10{
    opacity: 0.1;
  }

  #app .lg\:opacity-20{
    opacity: 0.2;
  }

  #app .lg\:opacity-25{
    opacity: 0.25;
  }

  #app .lg\:opacity-30{
    opacity: 0.3;
  }

  #app .lg\:opacity-40{
    opacity: 0.4;
  }

  #app .lg\:opacity-50{
    opacity: 0.5;
  }

  #app .lg\:opacity-60{
    opacity: 0.6;
  }

  #app .lg\:opacity-70{
    opacity: 0.7;
  }

  #app .lg\:opacity-75{
    opacity: 0.75;
  }

  #app .lg\:opacity-80{
    opacity: 0.8;
  }

  #app .lg\:opacity-90{
    opacity: 0.9;
  }

  #app .lg\:opacity-95{
    opacity: 0.95;
  }

  #app .lg\:opacity-100{
    opacity: 1;
  }

  #app .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  #app .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  #app .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  #app .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  #app .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  #app .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  #app .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  #app .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  #app .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  #app .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  #app .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  #app .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  #app .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  #app .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  #app .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  #app .lg\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  #app .lg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  #app .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  #app .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  #app .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  #app .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  #app .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  #app .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  #app .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  #app .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  #app .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  #app .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  #app .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  #app .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  #app .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  #app .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  #app .lg\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  #app .lg\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  #app .lg\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  #app .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  #app .lg\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  #app .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  #app .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  #app .lg\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  #app .lg\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  #app .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  #app .lg\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  #app .lg\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  #app .lg\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  #app .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  #app .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  #app .lg\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  #app .lg\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  #app .lg\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  #app .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  #app .lg\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  #app .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  #app .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  #app .lg\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  #app .lg\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  #app .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  #app .lg\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  #app .lg\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  #app .lg\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  #app .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  #app .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .lg\:overflow-auto{
    overflow: auto;
  }

  #app .lg\:overflow-hidden{
    overflow: hidden;
  }

  #app .lg\:overflow-visible{
    overflow: visible;
  }

  #app .lg\:overflow-scroll{
    overflow: scroll;
  }

  #app .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  #app .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  #app .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  #app .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  #app .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  #app .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  #app .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  #app .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  #app .lg\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  #app .lg\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  #app .lg\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  #app .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  #app .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  #app .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  #app .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  #app .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  #app .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  #app .lg\:p-0{
    padding: 0px;
  }

  #app .lg\:p-1{
    padding: 0.25rem;
  }

  #app .lg\:p-2{
    padding: 0.5rem;
  }

  #app .lg\:p-3{
    padding: 0.75rem;
  }

  #app .lg\:p-4{
    padding: 1rem;
  }

  #app .lg\:p-5{
    padding: 1.25rem;
  }

  #app .lg\:p-6{
    padding: 1.5rem;
  }

  #app .lg\:p-7{
    padding: 1.75rem;
  }

  #app .lg\:p-8{
    padding: 2rem;
  }

  #app .lg\:p-9{
    padding: 2.25rem;
  }

  #app .lg\:p-10{
    padding: 2.5rem;
  }

  #app .lg\:p-11{
    padding: 2.75rem;
  }

  #app .lg\:p-12{
    padding: 3rem;
  }

  #app .lg\:p-14{
    padding: 3.5rem;
  }

  #app .lg\:p-16{
    padding: 4rem;
  }

  #app .lg\:p-20{
    padding: 5rem;
  }

  #app .lg\:p-24{
    padding: 6rem;
  }

  #app .lg\:p-28{
    padding: 7rem;
  }

  #app .lg\:p-32{
    padding: 8rem;
  }

  #app .lg\:p-36{
    padding: 9rem;
  }

  #app .lg\:p-40{
    padding: 10rem;
  }

  #app .lg\:p-44{
    padding: 11rem;
  }

  #app .lg\:p-48{
    padding: 12rem;
  }

  #app .lg\:p-52{
    padding: 13rem;
  }

  #app .lg\:p-56{
    padding: 14rem;
  }

  #app .lg\:p-60{
    padding: 15rem;
  }

  #app .lg\:p-64{
    padding: 16rem;
  }

  #app .lg\:p-72{
    padding: 18rem;
  }

  #app .lg\:p-80{
    padding: 20rem;
  }

  #app .lg\:p-96{
    padding: 24rem;
  }

  #app .lg\:p-px{
    padding: 1px;
  }

  #app .lg\:p-0\.5{
    padding: 0.125rem;
  }

  #app .lg\:p-1\.5{
    padding: 0.375rem;
  }

  #app .lg\:p-2\.5{
    padding: 0.625rem;
  }

  #app .lg\:p-3\.5{
    padding: 0.875rem;
  }

  #app .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #app .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  #app .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #app .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #app .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #app .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #app .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  #app .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  #app .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #app .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #app .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #app .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #app .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #app .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #app .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  #app .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  #app .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .lg\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  #app .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  #app .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .lg\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  #app .lg\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  #app .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .lg\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  #app .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  #app .lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  #app .lg\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  #app .lg\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  #app .lg\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  #app .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .lg\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  #app .lg\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  #app .lg\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #app .lg\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #app .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #app .lg\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #app .lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #app .lg\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #app .lg\:pt-0{
    padding-top: 0px;
  }

  #app .lg\:pr-0{
    padding-right: 0px;
  }

  #app .lg\:pb-0{
    padding-bottom: 0px;
  }

  #app .lg\:pl-0{
    padding-left: 0px;
  }

  #app .lg\:pt-1{
    padding-top: 0.25rem;
  }

  #app .lg\:pr-1{
    padding-right: 0.25rem;
  }

  #app .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  #app .lg\:pl-1{
    padding-left: 0.25rem;
  }

  #app .lg\:pt-2{
    padding-top: 0.5rem;
  }

  #app .lg\:pr-2{
    padding-right: 0.5rem;
  }

  #app .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  #app .lg\:pl-2{
    padding-left: 0.5rem;
  }

  #app .lg\:pt-3{
    padding-top: 0.75rem;
  }

  #app .lg\:pr-3{
    padding-right: 0.75rem;
  }

  #app .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  #app .lg\:pl-3{
    padding-left: 0.75rem;
  }

  #app .lg\:pt-4{
    padding-top: 1rem;
  }

  #app .lg\:pr-4{
    padding-right: 1rem;
  }

  #app .lg\:pb-4{
    padding-bottom: 1rem;
  }

  #app .lg\:pl-4{
    padding-left: 1rem;
  }

  #app .lg\:pt-5{
    padding-top: 1.25rem;
  }

  #app .lg\:pr-5{
    padding-right: 1.25rem;
  }

  #app .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  #app .lg\:pl-5{
    padding-left: 1.25rem;
  }

  #app .lg\:pt-6{
    padding-top: 1.5rem;
  }

  #app .lg\:pr-6{
    padding-right: 1.5rem;
  }

  #app .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  #app .lg\:pl-6{
    padding-left: 1.5rem;
  }

  #app .lg\:pt-7{
    padding-top: 1.75rem;
  }

  #app .lg\:pr-7{
    padding-right: 1.75rem;
  }

  #app .lg\:pb-7{
    padding-bottom: 1.75rem;
  }

  #app .lg\:pl-7{
    padding-left: 1.75rem;
  }

  #app .lg\:pt-8{
    padding-top: 2rem;
  }

  #app .lg\:pr-8{
    padding-right: 2rem;
  }

  #app .lg\:pb-8{
    padding-bottom: 2rem;
  }

  #app .lg\:pl-8{
    padding-left: 2rem;
  }

  #app .lg\:pt-9{
    padding-top: 2.25rem;
  }

  #app .lg\:pr-9{
    padding-right: 2.25rem;
  }

  #app .lg\:pb-9{
    padding-bottom: 2.25rem;
  }

  #app .lg\:pl-9{
    padding-left: 2.25rem;
  }

  #app .lg\:pt-10{
    padding-top: 2.5rem;
  }

  #app .lg\:pr-10{
    padding-right: 2.5rem;
  }

  #app .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  #app .lg\:pl-10{
    padding-left: 2.5rem;
  }

  #app .lg\:pt-11{
    padding-top: 2.75rem;
  }

  #app .lg\:pr-11{
    padding-right: 2.75rem;
  }

  #app .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  #app .lg\:pl-11{
    padding-left: 2.75rem;
  }

  #app .lg\:pt-12{
    padding-top: 3rem;
  }

  #app .lg\:pr-12{
    padding-right: 3rem;
  }

  #app .lg\:pb-12{
    padding-bottom: 3rem;
  }

  #app .lg\:pl-12{
    padding-left: 3rem;
  }

  #app .lg\:pt-14{
    padding-top: 3.5rem;
  }

  #app .lg\:pr-14{
    padding-right: 3.5rem;
  }

  #app .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  #app .lg\:pl-14{
    padding-left: 3.5rem;
  }

  #app .lg\:pt-16{
    padding-top: 4rem;
  }

  #app .lg\:pr-16{
    padding-right: 4rem;
  }

  #app .lg\:pb-16{
    padding-bottom: 4rem;
  }

  #app .lg\:pl-16{
    padding-left: 4rem;
  }

  #app .lg\:pt-20{
    padding-top: 5rem;
  }

  #app .lg\:pr-20{
    padding-right: 5rem;
  }

  #app .lg\:pb-20{
    padding-bottom: 5rem;
  }

  #app .lg\:pl-20{
    padding-left: 5rem;
  }

  #app .lg\:pt-24{
    padding-top: 6rem;
  }

  #app .lg\:pr-24{
    padding-right: 6rem;
  }

  #app .lg\:pb-24{
    padding-bottom: 6rem;
  }

  #app .lg\:pl-24{
    padding-left: 6rem;
  }

  #app .lg\:pt-28{
    padding-top: 7rem;
  }

  #app .lg\:pr-28{
    padding-right: 7rem;
  }

  #app .lg\:pb-28{
    padding-bottom: 7rem;
  }

  #app .lg\:pl-28{
    padding-left: 7rem;
  }

  #app .lg\:pt-32{
    padding-top: 8rem;
  }

  #app .lg\:pr-32{
    padding-right: 8rem;
  }

  #app .lg\:pb-32{
    padding-bottom: 8rem;
  }

  #app .lg\:pl-32{
    padding-left: 8rem;
  }

  #app .lg\:pt-36{
    padding-top: 9rem;
  }

  #app .lg\:pr-36{
    padding-right: 9rem;
  }

  #app .lg\:pb-36{
    padding-bottom: 9rem;
  }

  #app .lg\:pl-36{
    padding-left: 9rem;
  }

  #app .lg\:pt-40{
    padding-top: 10rem;
  }

  #app .lg\:pr-40{
    padding-right: 10rem;
  }

  #app .lg\:pb-40{
    padding-bottom: 10rem;
  }

  #app .lg\:pl-40{
    padding-left: 10rem;
  }

  #app .lg\:pt-44{
    padding-top: 11rem;
  }

  #app .lg\:pr-44{
    padding-right: 11rem;
  }

  #app .lg\:pb-44{
    padding-bottom: 11rem;
  }

  #app .lg\:pl-44{
    padding-left: 11rem;
  }

  #app .lg\:pt-48{
    padding-top: 12rem;
  }

  #app .lg\:pr-48{
    padding-right: 12rem;
  }

  #app .lg\:pb-48{
    padding-bottom: 12rem;
  }

  #app .lg\:pl-48{
    padding-left: 12rem;
  }

  #app .lg\:pt-52{
    padding-top: 13rem;
  }

  #app .lg\:pr-52{
    padding-right: 13rem;
  }

  #app .lg\:pb-52{
    padding-bottom: 13rem;
  }

  #app .lg\:pl-52{
    padding-left: 13rem;
  }

  #app .lg\:pt-56{
    padding-top: 14rem;
  }

  #app .lg\:pr-56{
    padding-right: 14rem;
  }

  #app .lg\:pb-56{
    padding-bottom: 14rem;
  }

  #app .lg\:pl-56{
    padding-left: 14rem;
  }

  #app .lg\:pt-60{
    padding-top: 15rem;
  }

  #app .lg\:pr-60{
    padding-right: 15rem;
  }

  #app .lg\:pb-60{
    padding-bottom: 15rem;
  }

  #app .lg\:pl-60{
    padding-left: 15rem;
  }

  #app .lg\:pt-64{
    padding-top: 16rem;
  }

  #app .lg\:pr-64{
    padding-right: 16rem;
  }

  #app .lg\:pb-64{
    padding-bottom: 16rem;
  }

  #app .lg\:pl-64{
    padding-left: 16rem;
  }

  #app .lg\:pt-72{
    padding-top: 18rem;
  }

  #app .lg\:pr-72{
    padding-right: 18rem;
  }

  #app .lg\:pb-72{
    padding-bottom: 18rem;
  }

  #app .lg\:pl-72{
    padding-left: 18rem;
  }

  #app .lg\:pt-80{
    padding-top: 20rem;
  }

  #app .lg\:pr-80{
    padding-right: 20rem;
  }

  #app .lg\:pb-80{
    padding-bottom: 20rem;
  }

  #app .lg\:pl-80{
    padding-left: 20rem;
  }

  #app .lg\:pt-96{
    padding-top: 24rem;
  }

  #app .lg\:pr-96{
    padding-right: 24rem;
  }

  #app .lg\:pb-96{
    padding-bottom: 24rem;
  }

  #app .lg\:pl-96{
    padding-left: 24rem;
  }

  #app .lg\:pt-px{
    padding-top: 1px;
  }

  #app .lg\:pr-px{
    padding-right: 1px;
  }

  #app .lg\:pb-px{
    padding-bottom: 1px;
  }

  #app .lg\:pl-px{
    padding-left: 1px;
  }

  #app .lg\:pt-0\.5{
    padding-top: 0.125rem;
  }

  #app .lg\:pr-0\.5{
    padding-right: 0.125rem;
  }

  #app .lg\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  #app .lg\:pl-0\.5{
    padding-left: 0.125rem;
  }

  #app .lg\:pt-1\.5{
    padding-top: 0.375rem;
  }

  #app .lg\:pr-1\.5{
    padding-right: 0.375rem;
  }

  #app .lg\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  #app .lg\:pl-1\.5{
    padding-left: 0.375rem;
  }

  #app .lg\:pt-2\.5{
    padding-top: 0.625rem;
  }

  #app .lg\:pr-2\.5{
    padding-right: 0.625rem;
  }

  #app .lg\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  #app .lg\:pl-2\.5{
    padding-left: 0.625rem;
  }

  #app .lg\:pt-3\.5{
    padding-top: 0.875rem;
  }

  #app .lg\:pr-3\.5{
    padding-right: 0.875rem;
  }

  #app .lg\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  #app .lg\:pl-3\.5{
    padding-left: 0.875rem;
  }

  #app .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  #app .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  #app .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  #app .lg\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  #app .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  #app .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  #app .lg\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  #app .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  #app .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  #app .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  #app .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  #app .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  #app .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .lg\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .lg\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .lg\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .lg\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .lg\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .lg\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .lg\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .lg\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .lg\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .lg\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .lg\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .lg\:pointer-events-none{
    pointer-events: none;
  }

  #app .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  #app .lg\:static{
    position: static;
  }

  #app .lg\:fixed{
    position: fixed;
  }

  #app .lg\:absolute{
    position: absolute;
  }

  #app .lg\:relative{
    position: relative;
  }

  #app .lg\:sticky{
    position: sticky;
  }

  #app .lg\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .lg\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  #app .lg\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  #app .lg\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  #app .lg\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  #app .lg\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  #app .lg\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  #app .lg\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  #app .lg\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  #app .lg\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  #app .lg\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  #app .lg\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  #app .lg\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  #app .lg\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  #app .lg\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  #app .lg\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  #app .lg\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  #app .lg\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  #app .lg\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  #app .lg\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  #app .lg\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  #app .lg\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  #app .lg\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  #app .lg\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  #app .lg\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  #app .lg\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  #app .lg\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  #app .lg\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  #app .lg\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  #app .lg\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  #app .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .lg\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  #app .lg\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  #app .lg\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  #app .lg\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  #app .lg\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  #app .lg\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .lg\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  #app .lg\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #app .lg\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  #app .lg\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  #app .lg\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  #app .lg\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  #app .lg\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  #app .lg\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  #app .lg\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  #app .lg\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  #app .lg\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  #app .lg\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  #app .lg\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  #app .lg\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  #app .lg\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #app .lg\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  #app .lg\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  #app .lg\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  #app .lg\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  #app .lg\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  #app .lg\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  #app .lg\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  #app .lg\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  #app .lg\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  #app .lg\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  #app .lg\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  #app .lg\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  #app .lg\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  #app .lg\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  #app .lg\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  #app .lg\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  #app .lg\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  #app .lg\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  #app .lg\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  #app .lg\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .lg\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  #app .lg\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  #app .lg\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  #app .lg\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .lg\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  #app .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #app .lg\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .lg\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  #app .lg\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  #app .lg\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  #app .lg\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .lg\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  #app .lg\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #app .lg\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .lg\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .lg\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  #app .lg\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  #app .lg\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  #app .lg\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  #app .lg\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  #app .lg\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  #app .lg\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  #app .lg\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  #app .lg\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  #app .lg\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  #app .lg\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  #app .lg\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  #app .lg\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  #app .lg\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  #app .lg\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  #app .lg\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  #app .lg\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  #app .lg\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  #app .lg\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  #app .lg\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  #app .lg\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  #app .lg\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  #app .lg\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  #app .lg\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  #app .lg\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  #app .lg\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  #app .lg\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  #app .lg\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  #app .lg\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  #app .lg\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  #app .lg\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  #app .lg\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  #app .lg\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  #app .lg\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  #app .lg\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  #app .lg\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  #app .lg\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  #app .lg\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  #app .lg\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  #app .lg\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  #app .lg\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  #app .lg\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  #app .lg\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  #app .lg\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  #app .lg\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  #app .lg\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  #app .lg\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  #app .lg\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  #app .lg\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  #app .lg\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  #app .lg\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  #app .lg\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  #app .lg\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  #app .lg\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  #app .lg\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  #app .lg\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  #app .lg\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  #app .lg\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  #app .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  #app .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  #app .lg\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  #app .lg\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  #app .lg\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  #app .lg\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  #app .lg\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  #app .lg\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  #app .lg\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  #app .lg\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  #app .lg\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  #app .lg\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  #app .lg\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .lg\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .lg\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  #app .lg\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  #app .lg\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #app .lg\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  #app .lg\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  #app .lg\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  #app .lg\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  #app .lg\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  #app .lg\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  #app .lg\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  #app .lg\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  #app .lg\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  #app .lg\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  #app .lg\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  #app .lg\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  #app .lg\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  #app .lg\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  #app .lg\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  #app .lg\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  #app .lg\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  #app .lg\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  #app .lg\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  #app .lg\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  #app .lg\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  #app .lg\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  #app .lg\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  #app .lg\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  #app .lg\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  #app .lg\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  #app .lg\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  #app .lg\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  #app .lg\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  #app .lg\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  #app .lg\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  #app .lg\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  #app .lg\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  #app .lg\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  #app .lg\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  #app .lg\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  #app .lg\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  #app .lg\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  #app .lg\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  #app .lg\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  #app .lg\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  #app .lg\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  #app .lg\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  #app .lg\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  #app .lg\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  #app .lg\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  #app .lg\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  #app .lg\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  #app .lg\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  #app .lg\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  #app .lg\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  #app .lg\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  #app .lg\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  #app .lg\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  #app .lg\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  #app .lg\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  #app .lg\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  #app .lg\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  #app .lg\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  #app .lg\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  #app .lg\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  #app .lg\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  #app .lg\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  #app .lg\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  #app .lg\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  #app .lg\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  #app .lg\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  #app .lg\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  #app .lg\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  #app .lg\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  #app .lg\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  #app .lg\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  #app .lg\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  #app .lg\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  #app .lg\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  #app .lg\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  #app .lg\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  #app .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  #app .lg\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  #app .lg\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  #app .lg\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  #app .lg\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  #app .lg\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  #app .lg\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  #app .lg\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  #app .lg\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  #app .lg\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  #app .lg\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  #app .lg\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  #app .lg\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  #app .lg\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  #app .lg\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  #app .lg\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  #app .lg\:top-0{
    top: 0px;
  }

  #app .lg\:right-0{
    right: 0px;
  }

  #app .lg\:bottom-0{
    bottom: 0px;
  }

  #app .lg\:left-0{
    left: 0px;
  }

  #app .lg\:top-1{
    top: 0.25rem;
  }

  #app .lg\:right-1{
    right: 0.25rem;
  }

  #app .lg\:bottom-1{
    bottom: 0.25rem;
  }

  #app .lg\:left-1{
    left: 0.25rem;
  }

  #app .lg\:top-2{
    top: 0.5rem;
  }

  #app .lg\:right-2{
    right: 0.5rem;
  }

  #app .lg\:bottom-2{
    bottom: 0.5rem;
  }

  #app .lg\:left-2{
    left: 0.5rem;
  }

  #app .lg\:top-3{
    top: 0.75rem;
  }

  #app .lg\:right-3{
    right: 0.75rem;
  }

  #app .lg\:bottom-3{
    bottom: 0.75rem;
  }

  #app .lg\:left-3{
    left: 0.75rem;
  }

  #app .lg\:top-4{
    top: 1rem;
  }

  #app .lg\:right-4{
    right: 1rem;
  }

  #app .lg\:bottom-4{
    bottom: 1rem;
  }

  #app .lg\:left-4{
    left: 1rem;
  }

  #app .lg\:top-5{
    top: 1.25rem;
  }

  #app .lg\:right-5{
    right: 1.25rem;
  }

  #app .lg\:bottom-5{
    bottom: 1.25rem;
  }

  #app .lg\:left-5{
    left: 1.25rem;
  }

  #app .lg\:top-6{
    top: 1.5rem;
  }

  #app .lg\:right-6{
    right: 1.5rem;
  }

  #app .lg\:bottom-6{
    bottom: 1.5rem;
  }

  #app .lg\:left-6{
    left: 1.5rem;
  }

  #app .lg\:top-7{
    top: 1.75rem;
  }

  #app .lg\:right-7{
    right: 1.75rem;
  }

  #app .lg\:bottom-7{
    bottom: 1.75rem;
  }

  #app .lg\:left-7{
    left: 1.75rem;
  }

  #app .lg\:top-8{
    top: 2rem;
  }

  #app .lg\:right-8{
    right: 2rem;
  }

  #app .lg\:bottom-8{
    bottom: 2rem;
  }

  #app .lg\:left-8{
    left: 2rem;
  }

  #app .lg\:top-9{
    top: 2.25rem;
  }

  #app .lg\:right-9{
    right: 2.25rem;
  }

  #app .lg\:bottom-9{
    bottom: 2.25rem;
  }

  #app .lg\:left-9{
    left: 2.25rem;
  }

  #app .lg\:top-10{
    top: 2.5rem;
  }

  #app .lg\:right-10{
    right: 2.5rem;
  }

  #app .lg\:bottom-10{
    bottom: 2.5rem;
  }

  #app .lg\:left-10{
    left: 2.5rem;
  }

  #app .lg\:top-11{
    top: 2.75rem;
  }

  #app .lg\:right-11{
    right: 2.75rem;
  }

  #app .lg\:bottom-11{
    bottom: 2.75rem;
  }

  #app .lg\:left-11{
    left: 2.75rem;
  }

  #app .lg\:top-12{
    top: 3rem;
  }

  #app .lg\:right-12{
    right: 3rem;
  }

  #app .lg\:bottom-12{
    bottom: 3rem;
  }

  #app .lg\:left-12{
    left: 3rem;
  }

  #app .lg\:top-14{
    top: 3.5rem;
  }

  #app .lg\:right-14{
    right: 3.5rem;
  }

  #app .lg\:bottom-14{
    bottom: 3.5rem;
  }

  #app .lg\:left-14{
    left: 3.5rem;
  }

  #app .lg\:top-16{
    top: 4rem;
  }

  #app .lg\:right-16{
    right: 4rem;
  }

  #app .lg\:bottom-16{
    bottom: 4rem;
  }

  #app .lg\:left-16{
    left: 4rem;
  }

  #app .lg\:top-20{
    top: 5rem;
  }

  #app .lg\:right-20{
    right: 5rem;
  }

  #app .lg\:bottom-20{
    bottom: 5rem;
  }

  #app .lg\:left-20{
    left: 5rem;
  }

  #app .lg\:top-24{
    top: 6rem;
  }

  #app .lg\:right-24{
    right: 6rem;
  }

  #app .lg\:bottom-24{
    bottom: 6rem;
  }

  #app .lg\:left-24{
    left: 6rem;
  }

  #app .lg\:top-28{
    top: 7rem;
  }

  #app .lg\:right-28{
    right: 7rem;
  }

  #app .lg\:bottom-28{
    bottom: 7rem;
  }

  #app .lg\:left-28{
    left: 7rem;
  }

  #app .lg\:top-32{
    top: 8rem;
  }

  #app .lg\:right-32{
    right: 8rem;
  }

  #app .lg\:bottom-32{
    bottom: 8rem;
  }

  #app .lg\:left-32{
    left: 8rem;
  }

  #app .lg\:top-36{
    top: 9rem;
  }

  #app .lg\:right-36{
    right: 9rem;
  }

  #app .lg\:bottom-36{
    bottom: 9rem;
  }

  #app .lg\:left-36{
    left: 9rem;
  }

  #app .lg\:top-40{
    top: 10rem;
  }

  #app .lg\:right-40{
    right: 10rem;
  }

  #app .lg\:bottom-40{
    bottom: 10rem;
  }

  #app .lg\:left-40{
    left: 10rem;
  }

  #app .lg\:top-44{
    top: 11rem;
  }

  #app .lg\:right-44{
    right: 11rem;
  }

  #app .lg\:bottom-44{
    bottom: 11rem;
  }

  #app .lg\:left-44{
    left: 11rem;
  }

  #app .lg\:top-48{
    top: 12rem;
  }

  #app .lg\:right-48{
    right: 12rem;
  }

  #app .lg\:bottom-48{
    bottom: 12rem;
  }

  #app .lg\:left-48{
    left: 12rem;
  }

  #app .lg\:top-52{
    top: 13rem;
  }

  #app .lg\:right-52{
    right: 13rem;
  }

  #app .lg\:bottom-52{
    bottom: 13rem;
  }

  #app .lg\:left-52{
    left: 13rem;
  }

  #app .lg\:top-56{
    top: 14rem;
  }

  #app .lg\:right-56{
    right: 14rem;
  }

  #app .lg\:bottom-56{
    bottom: 14rem;
  }

  #app .lg\:left-56{
    left: 14rem;
  }

  #app .lg\:top-60{
    top: 15rem;
  }

  #app .lg\:right-60{
    right: 15rem;
  }

  #app .lg\:bottom-60{
    bottom: 15rem;
  }

  #app .lg\:left-60{
    left: 15rem;
  }

  #app .lg\:top-64{
    top: 16rem;
  }

  #app .lg\:right-64{
    right: 16rem;
  }

  #app .lg\:bottom-64{
    bottom: 16rem;
  }

  #app .lg\:left-64{
    left: 16rem;
  }

  #app .lg\:top-72{
    top: 18rem;
  }

  #app .lg\:right-72{
    right: 18rem;
  }

  #app .lg\:bottom-72{
    bottom: 18rem;
  }

  #app .lg\:left-72{
    left: 18rem;
  }

  #app .lg\:top-80{
    top: 20rem;
  }

  #app .lg\:right-80{
    right: 20rem;
  }

  #app .lg\:bottom-80{
    bottom: 20rem;
  }

  #app .lg\:left-80{
    left: 20rem;
  }

  #app .lg\:top-96{
    top: 24rem;
  }

  #app .lg\:right-96{
    right: 24rem;
  }

  #app .lg\:bottom-96{
    bottom: 24rem;
  }

  #app .lg\:left-96{
    left: 24rem;
  }

  #app .lg\:top-auto{
    top: auto;
  }

  #app .lg\:right-auto{
    right: auto;
  }

  #app .lg\:bottom-auto{
    bottom: auto;
  }

  #app .lg\:left-auto{
    left: auto;
  }

  #app .lg\:top-px{
    top: 1px;
  }

  #app .lg\:right-px{
    right: 1px;
  }

  #app .lg\:bottom-px{
    bottom: 1px;
  }

  #app .lg\:left-px{
    left: 1px;
  }

  #app .lg\:top-0\.5{
    top: 0.125rem;
  }

  #app .lg\:right-0\.5{
    right: 0.125rem;
  }

  #app .lg\:bottom-0\.5{
    bottom: 0.125rem;
  }

  #app .lg\:left-0\.5{
    left: 0.125rem;
  }

  #app .lg\:top-1\.5{
    top: 0.375rem;
  }

  #app .lg\:right-1\.5{
    right: 0.375rem;
  }

  #app .lg\:bottom-1\.5{
    bottom: 0.375rem;
  }

  #app .lg\:left-1\.5{
    left: 0.375rem;
  }

  #app .lg\:top-2\.5{
    top: 0.625rem;
  }

  #app .lg\:right-2\.5{
    right: 0.625rem;
  }

  #app .lg\:bottom-2\.5{
    bottom: 0.625rem;
  }

  #app .lg\:left-2\.5{
    left: 0.625rem;
  }

  #app .lg\:top-3\.5{
    top: 0.875rem;
  }

  #app .lg\:right-3\.5{
    right: 0.875rem;
  }

  #app .lg\:bottom-3\.5{
    bottom: 0.875rem;
  }

  #app .lg\:left-3\.5{
    left: 0.875rem;
  }

  #app .lg\:-top-0{
    top: 0px;
  }

  #app .lg\:-right-0{
    right: 0px;
  }

  #app .lg\:-bottom-0{
    bottom: 0px;
  }

  #app .lg\:-left-0{
    left: 0px;
  }

  #app .lg\:-top-1{
    top: -0.25rem;
  }

  #app .lg\:-right-1{
    right: -0.25rem;
  }

  #app .lg\:-bottom-1{
    bottom: -0.25rem;
  }

  #app .lg\:-left-1{
    left: -0.25rem;
  }

  #app .lg\:-top-2{
    top: -0.5rem;
  }

  #app .lg\:-right-2{
    right: -0.5rem;
  }

  #app .lg\:-bottom-2{
    bottom: -0.5rem;
  }

  #app .lg\:-left-2{
    left: -0.5rem;
  }

  #app .lg\:-top-3{
    top: -0.75rem;
  }

  #app .lg\:-right-3{
    right: -0.75rem;
  }

  #app .lg\:-bottom-3{
    bottom: -0.75rem;
  }

  #app .lg\:-left-3{
    left: -0.75rem;
  }

  #app .lg\:-top-4{
    top: -1rem;
  }

  #app .lg\:-right-4{
    right: -1rem;
  }

  #app .lg\:-bottom-4{
    bottom: -1rem;
  }

  #app .lg\:-left-4{
    left: -1rem;
  }

  #app .lg\:-top-5{
    top: -1.25rem;
  }

  #app .lg\:-right-5{
    right: -1.25rem;
  }

  #app .lg\:-bottom-5{
    bottom: -1.25rem;
  }

  #app .lg\:-left-5{
    left: -1.25rem;
  }

  #app .lg\:-top-6{
    top: -1.5rem;
  }

  #app .lg\:-right-6{
    right: -1.5rem;
  }

  #app .lg\:-bottom-6{
    bottom: -1.5rem;
  }

  #app .lg\:-left-6{
    left: -1.5rem;
  }

  #app .lg\:-top-7{
    top: -1.75rem;
  }

  #app .lg\:-right-7{
    right: -1.75rem;
  }

  #app .lg\:-bottom-7{
    bottom: -1.75rem;
  }

  #app .lg\:-left-7{
    left: -1.75rem;
  }

  #app .lg\:-top-8{
    top: -2rem;
  }

  #app .lg\:-right-8{
    right: -2rem;
  }

  #app .lg\:-bottom-8{
    bottom: -2rem;
  }

  #app .lg\:-left-8{
    left: -2rem;
  }

  #app .lg\:-top-9{
    top: -2.25rem;
  }

  #app .lg\:-right-9{
    right: -2.25rem;
  }

  #app .lg\:-bottom-9{
    bottom: -2.25rem;
  }

  #app .lg\:-left-9{
    left: -2.25rem;
  }

  #app .lg\:-top-10{
    top: -2.5rem;
  }

  #app .lg\:-right-10{
    right: -2.5rem;
  }

  #app .lg\:-bottom-10{
    bottom: -2.5rem;
  }

  #app .lg\:-left-10{
    left: -2.5rem;
  }

  #app .lg\:-top-11{
    top: -2.75rem;
  }

  #app .lg\:-right-11{
    right: -2.75rem;
  }

  #app .lg\:-bottom-11{
    bottom: -2.75rem;
  }

  #app .lg\:-left-11{
    left: -2.75rem;
  }

  #app .lg\:-top-12{
    top: -3rem;
  }

  #app .lg\:-right-12{
    right: -3rem;
  }

  #app .lg\:-bottom-12{
    bottom: -3rem;
  }

  #app .lg\:-left-12{
    left: -3rem;
  }

  #app .lg\:-top-14{
    top: -3.5rem;
  }

  #app .lg\:-right-14{
    right: -3.5rem;
  }

  #app .lg\:-bottom-14{
    bottom: -3.5rem;
  }

  #app .lg\:-left-14{
    left: -3.5rem;
  }

  #app .lg\:-top-16{
    top: -4rem;
  }

  #app .lg\:-right-16{
    right: -4rem;
  }

  #app .lg\:-bottom-16{
    bottom: -4rem;
  }

  #app .lg\:-left-16{
    left: -4rem;
  }

  #app .lg\:-top-20{
    top: -5rem;
  }

  #app .lg\:-right-20{
    right: -5rem;
  }

  #app .lg\:-bottom-20{
    bottom: -5rem;
  }

  #app .lg\:-left-20{
    left: -5rem;
  }

  #app .lg\:-top-24{
    top: -6rem;
  }

  #app .lg\:-right-24{
    right: -6rem;
  }

  #app .lg\:-bottom-24{
    bottom: -6rem;
  }

  #app .lg\:-left-24{
    left: -6rem;
  }

  #app .lg\:-top-28{
    top: -7rem;
  }

  #app .lg\:-right-28{
    right: -7rem;
  }

  #app .lg\:-bottom-28{
    bottom: -7rem;
  }

  #app .lg\:-left-28{
    left: -7rem;
  }

  #app .lg\:-top-32{
    top: -8rem;
  }

  #app .lg\:-right-32{
    right: -8rem;
  }

  #app .lg\:-bottom-32{
    bottom: -8rem;
  }

  #app .lg\:-left-32{
    left: -8rem;
  }

  #app .lg\:-top-36{
    top: -9rem;
  }

  #app .lg\:-right-36{
    right: -9rem;
  }

  #app .lg\:-bottom-36{
    bottom: -9rem;
  }

  #app .lg\:-left-36{
    left: -9rem;
  }

  #app .lg\:-top-40{
    top: -10rem;
  }

  #app .lg\:-right-40{
    right: -10rem;
  }

  #app .lg\:-bottom-40{
    bottom: -10rem;
  }

  #app .lg\:-left-40{
    left: -10rem;
  }

  #app .lg\:-top-44{
    top: -11rem;
  }

  #app .lg\:-right-44{
    right: -11rem;
  }

  #app .lg\:-bottom-44{
    bottom: -11rem;
  }

  #app .lg\:-left-44{
    left: -11rem;
  }

  #app .lg\:-top-48{
    top: -12rem;
  }

  #app .lg\:-right-48{
    right: -12rem;
  }

  #app .lg\:-bottom-48{
    bottom: -12rem;
  }

  #app .lg\:-left-48{
    left: -12rem;
  }

  #app .lg\:-top-52{
    top: -13rem;
  }

  #app .lg\:-right-52{
    right: -13rem;
  }

  #app .lg\:-bottom-52{
    bottom: -13rem;
  }

  #app .lg\:-left-52{
    left: -13rem;
  }

  #app .lg\:-top-56{
    top: -14rem;
  }

  #app .lg\:-right-56{
    right: -14rem;
  }

  #app .lg\:-bottom-56{
    bottom: -14rem;
  }

  #app .lg\:-left-56{
    left: -14rem;
  }

  #app .lg\:-top-60{
    top: -15rem;
  }

  #app .lg\:-right-60{
    right: -15rem;
  }

  #app .lg\:-bottom-60{
    bottom: -15rem;
  }

  #app .lg\:-left-60{
    left: -15rem;
  }

  #app .lg\:-top-64{
    top: -16rem;
  }

  #app .lg\:-right-64{
    right: -16rem;
  }

  #app .lg\:-bottom-64{
    bottom: -16rem;
  }

  #app .lg\:-left-64{
    left: -16rem;
  }

  #app .lg\:-top-72{
    top: -18rem;
  }

  #app .lg\:-right-72{
    right: -18rem;
  }

  #app .lg\:-bottom-72{
    bottom: -18rem;
  }

  #app .lg\:-left-72{
    left: -18rem;
  }

  #app .lg\:-top-80{
    top: -20rem;
  }

  #app .lg\:-right-80{
    right: -20rem;
  }

  #app .lg\:-bottom-80{
    bottom: -20rem;
  }

  #app .lg\:-left-80{
    left: -20rem;
  }

  #app .lg\:-top-96{
    top: -24rem;
  }

  #app .lg\:-right-96{
    right: -24rem;
  }

  #app .lg\:-bottom-96{
    bottom: -24rem;
  }

  #app .lg\:-left-96{
    left: -24rem;
  }

  #app .lg\:-top-px{
    top: -1px;
  }

  #app .lg\:-right-px{
    right: -1px;
  }

  #app .lg\:-bottom-px{
    bottom: -1px;
  }

  #app .lg\:-left-px{
    left: -1px;
  }

  #app .lg\:-top-0\.5{
    top: -0.125rem;
  }

  #app .lg\:-right-0\.5{
    right: -0.125rem;
  }

  #app .lg\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  #app .lg\:-left-0\.5{
    left: -0.125rem;
  }

  #app .lg\:-top-1\.5{
    top: -0.375rem;
  }

  #app .lg\:-right-1\.5{
    right: -0.375rem;
  }

  #app .lg\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  #app .lg\:-left-1\.5{
    left: -0.375rem;
  }

  #app .lg\:-top-2\.5{
    top: -0.625rem;
  }

  #app .lg\:-right-2\.5{
    right: -0.625rem;
  }

  #app .lg\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  #app .lg\:-left-2\.5{
    left: -0.625rem;
  }

  #app .lg\:-top-3\.5{
    top: -0.875rem;
  }

  #app .lg\:-right-3\.5{
    right: -0.875rem;
  }

  #app .lg\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  #app .lg\:-left-3\.5{
    left: -0.875rem;
  }

  #app .lg\:top-1\/2{
    top: 50%;
  }

  #app .lg\:right-1\/2{
    right: 50%;
  }

  #app .lg\:bottom-1\/2{
    bottom: 50%;
  }

  #app .lg\:left-1\/2{
    left: 50%;
  }

  #app .lg\:top-1\/3{
    top: 33.333333%;
  }

  #app .lg\:right-1\/3{
    right: 33.333333%;
  }

  #app .lg\:bottom-1\/3{
    bottom: 33.333333%;
  }

  #app .lg\:left-1\/3{
    left: 33.333333%;
  }

  #app .lg\:top-2\/3{
    top: 66.666667%;
  }

  #app .lg\:right-2\/3{
    right: 66.666667%;
  }

  #app .lg\:bottom-2\/3{
    bottom: 66.666667%;
  }

  #app .lg\:left-2\/3{
    left: 66.666667%;
  }

  #app .lg\:top-1\/4{
    top: 25%;
  }

  #app .lg\:right-1\/4{
    right: 25%;
  }

  #app .lg\:bottom-1\/4{
    bottom: 25%;
  }

  #app .lg\:left-1\/4{
    left: 25%;
  }

  #app .lg\:top-2\/4{
    top: 50%;
  }

  #app .lg\:right-2\/4{
    right: 50%;
  }

  #app .lg\:bottom-2\/4{
    bottom: 50%;
  }

  #app .lg\:left-2\/4{
    left: 50%;
  }

  #app .lg\:top-3\/4{
    top: 75%;
  }

  #app .lg\:right-3\/4{
    right: 75%;
  }

  #app .lg\:bottom-3\/4{
    bottom: 75%;
  }

  #app .lg\:left-3\/4{
    left: 75%;
  }

  #app .lg\:top-full{
    top: 100%;
  }

  #app .lg\:right-full{
    right: 100%;
  }

  #app .lg\:bottom-full{
    bottom: 100%;
  }

  #app .lg\:left-full{
    left: 100%;
  }

  #app .lg\:-top-1\/2{
    top: -50%;
  }

  #app .lg\:-right-1\/2{
    right: -50%;
  }

  #app .lg\:-bottom-1\/2{
    bottom: -50%;
  }

  #app .lg\:-left-1\/2{
    left: -50%;
  }

  #app .lg\:-top-1\/3{
    top: -33.333333%;
  }

  #app .lg\:-right-1\/3{
    right: -33.333333%;
  }

  #app .lg\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  #app .lg\:-left-1\/3{
    left: -33.333333%;
  }

  #app .lg\:-top-2\/3{
    top: -66.666667%;
  }

  #app .lg\:-right-2\/3{
    right: -66.666667%;
  }

  #app .lg\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  #app .lg\:-left-2\/3{
    left: -66.666667%;
  }

  #app .lg\:-top-1\/4{
    top: -25%;
  }

  #app .lg\:-right-1\/4{
    right: -25%;
  }

  #app .lg\:-bottom-1\/4{
    bottom: -25%;
  }

  #app .lg\:-left-1\/4{
    left: -25%;
  }

  #app .lg\:-top-2\/4{
    top: -50%;
  }

  #app .lg\:-right-2\/4{
    right: -50%;
  }

  #app .lg\:-bottom-2\/4{
    bottom: -50%;
  }

  #app .lg\:-left-2\/4{
    left: -50%;
  }

  #app .lg\:-top-3\/4{
    top: -75%;
  }

  #app .lg\:-right-3\/4{
    right: -75%;
  }

  #app .lg\:-bottom-3\/4{
    bottom: -75%;
  }

  #app .lg\:-left-3\/4{
    left: -75%;
  }

  #app .lg\:-top-full{
    top: -100%;
  }

  #app .lg\:-right-full{
    right: -100%;
  }

  #app .lg\:-bottom-full{
    bottom: -100%;
  }

  #app .lg\:-left-full{
    left: -100%;
  }

  #app .lg\:resize-none{
    resize: none;
  }

  #app .lg\:resize-y{
    resize: vertical;
  }

  #app .lg\:resize-x{
    resize: horizontal;
  }

  #app .lg\:resize{
    resize: both;
  }

  #app .lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .lg\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .lg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .lg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .lg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  #app .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  #app .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  #app .lg\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  #app .lg\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  #app .lg\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .lg\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .lg\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .lg\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .lg\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  #app .lg\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  #app .lg\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  #app .lg\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  #app .lg\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  #app .lg\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .lg\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .lg\:ring-offset-red-200{
    --tw-ring-offset-color: #fecaca;
  }

  #app .lg\:ring-offset-red-300{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .lg\:ring-offset-red-400{
    --tw-ring-offset-color: #f87171;
  }

  #app .lg\:ring-offset-red-500{
    --tw-ring-offset-color: #ef4444;
  }

  #app .lg\:ring-offset-red-600{
    --tw-ring-offset-color: #dc2626;
  }

  #app .lg\:ring-offset-red-700{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .lg\:ring-offset-red-800{
    --tw-ring-offset-color: #991b1b;
  }

  #app .lg\:ring-offset-red-900{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .lg\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .lg\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .lg\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  #app .lg\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .lg\:ring-offset-yellow-400{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .lg\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .lg\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  #app .lg\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  #app .lg\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  #app .lg\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  #app .lg\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .lg\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .lg\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .lg\:ring-offset-green-300{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .lg\:ring-offset-green-400{
    --tw-ring-offset-color: #34d399;
  }

  #app .lg\:ring-offset-green-500{
    --tw-ring-offset-color: #10b981;
  }

  #app .lg\:ring-offset-green-600{
    --tw-ring-offset-color: #059669;
  }

  #app .lg\:ring-offset-green-700{
    --tw-ring-offset-color: #047857;
  }

  #app .lg\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  #app .lg\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  #app .lg\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .lg\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .lg\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .lg\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .lg\:ring-offset-blue-400{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .lg\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .lg\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  #app .lg\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .lg\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  #app .lg\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .lg\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .lg\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .lg\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .lg\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .lg\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  #app .lg\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  #app .lg\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .lg\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  #app .lg\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  #app .lg\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  #app .lg\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .lg\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .lg\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .lg\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .lg\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .lg\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .lg\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .lg\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .lg\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .lg\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .lg\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .lg\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .lg\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .lg\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .lg\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  #app .lg\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  #app .lg\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  #app .lg\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  #app .lg\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  #app .lg\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  #app .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  #app .lg\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  #app .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  #app .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  #app .lg\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .lg\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .lg\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .lg\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .lg\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  #app .lg\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  #app .lg\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  #app .lg\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  #app .lg\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  #app .lg\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .lg\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .lg\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecaca;
  }

  #app .lg\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .lg\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #f87171;
  }

  #app .lg\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #ef4444;
  }

  #app .lg\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #dc2626;
  }

  #app .lg\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .lg\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #991b1b;
  }

  #app .lg\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .lg\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .lg\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .lg\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  #app .lg\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .lg\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .lg\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .lg\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  #app .lg\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  #app .lg\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  #app .lg\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  #app .lg\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .lg\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .lg\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .lg\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .lg\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #34d399;
  }

  #app .lg\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #10b981;
  }

  #app .lg\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #059669;
  }

  #app .lg\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #047857;
  }

  #app .lg\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  #app .lg\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  #app .lg\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .lg\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .lg\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .lg\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .lg\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .lg\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .lg\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  #app .lg\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .lg\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  #app .lg\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .lg\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .lg\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .lg\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .lg\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .lg\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  #app .lg\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  #app .lg\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .lg\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  #app .lg\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  #app .lg\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  #app .lg\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .lg\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .lg\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .lg\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .lg\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .lg\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .lg\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .lg\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .lg\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .lg\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .lg\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .lg\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .lg\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .lg\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .lg\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  #app .lg\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  #app .lg\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  #app .lg\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  #app .lg\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  #app .lg\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  #app .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  #app .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  #app .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  #app .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  #app .lg\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .lg\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .lg\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .lg\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .lg\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  #app .lg\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  #app .lg\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  #app .lg\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  #app .lg\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  #app .lg\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .lg\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .lg\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecaca;
  }

  #app .lg\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .lg\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #f87171;
  }

  #app .lg\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #ef4444;
  }

  #app .lg\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #dc2626;
  }

  #app .lg\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .lg\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #991b1b;
  }

  #app .lg\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .lg\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .lg\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .lg\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  #app .lg\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .lg\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .lg\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .lg\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  #app .lg\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  #app .lg\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  #app .lg\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  #app .lg\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .lg\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .lg\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .lg\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .lg\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #34d399;
  }

  #app .lg\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #10b981;
  }

  #app .lg\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #059669;
  }

  #app .lg\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #047857;
  }

  #app .lg\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  #app .lg\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  #app .lg\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .lg\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .lg\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .lg\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .lg\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .lg\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .lg\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  #app .lg\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .lg\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  #app .lg\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .lg\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .lg\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .lg\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .lg\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .lg\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  #app .lg\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  #app .lg\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .lg\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  #app .lg\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  #app .lg\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  #app .lg\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .lg\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .lg\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .lg\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .lg\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .lg\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .lg\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .lg\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .lg\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .lg\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .lg\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .lg\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .lg\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .lg\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .lg\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  #app .lg\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  #app .lg\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  #app .lg\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  #app .lg\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  #app .lg\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  #app .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  #app .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  #app .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  #app .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  #app .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  #app .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  #app .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  #app .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  #app .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  #app .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  #app .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  #app .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  #app .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  #app .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  #app .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  #app .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  #app .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  #app .lg\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .lg\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .lg\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .lg\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .lg\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .lg\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .lg\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .lg\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .lg\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .lg\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  #app .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  #app .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .lg\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  #app .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  #app .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .lg\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  #app .lg\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  #app .lg\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  #app .lg\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  #app .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  #app .lg\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  #app .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  #app .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  #app .lg\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  #app .lg\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  #app .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  #app .lg\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  #app .lg\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  #app .lg\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  #app .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  #app .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  #app .lg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  #app .lg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  #app .lg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  #app .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  #app .lg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  #app .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  #app .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  #app .lg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  #app .lg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  #app .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  #app .lg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  #app .lg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  #app .lg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  #app .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  #app .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  #app .lg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  #app .lg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  #app .lg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  #app .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  #app .lg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  #app .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  #app .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  #app .lg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  #app .lg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  #app .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  #app .lg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  #app .lg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  #app .lg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  #app .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  #app .lg\:fill-current{
    fill: currentColor;
  }

  #app .lg\:stroke-current{
    stroke: currentColor;
  }

  #app .lg\:stroke-0{
    stroke-width: 0;
  }

  #app .lg\:stroke-1{
    stroke-width: 1;
  }

  #app .lg\:stroke-2{
    stroke-width: 2;
  }

  #app .lg\:table-auto{
    table-layout: auto;
  }

  #app .lg\:table-fixed{
    table-layout: fixed;
  }

  #app .lg\:text-left{
    text-align: left;
  }

  #app .lg\:text-center{
    text-align: center;
  }

  #app .lg\:text-right{
    text-align: right;
  }

  #app .lg\:text-justify{
    text-align: justify;
  }

  #app .lg\:text-transparent{
    color: transparent;
  }

  #app .lg\:text-current{
    color: currentColor;
  }

  #app .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .lg\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .lg\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .lg\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .lg\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .lg\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .lg\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .lg\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .lg\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .lg\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .lg\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .lg\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .lg\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .lg\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .lg\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .lg\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .lg\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .lg\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .lg\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .lg\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .lg\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .lg\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .lg\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .lg\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .lg\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .lg\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .lg\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-transparent{
    color: transparent;
  }

  #app .group:hover .lg\:group-hover\:text-current{
    color: currentColor;
  }

  #app .group:hover .lg\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .group:hover .lg\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  #app .lg\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  #app .lg\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .lg\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  #app .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  #app .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .lg\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  #app .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  #app .lg\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .lg\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .lg\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .lg\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .lg\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .lg\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .lg\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .lg\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .lg\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .lg\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .lg\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .lg\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  #app .lg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  #app .lg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  #app .lg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  #app .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  #app .lg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  #app .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  #app .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  #app .lg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  #app .lg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  #app .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  #app .lg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  #app .lg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  #app .lg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  #app .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  #app .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  #app .lg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  #app .lg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  #app .lg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  #app .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  #app .lg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  #app .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  #app .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  #app .lg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  #app .lg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  #app .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  #app .lg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  #app .lg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  #app .lg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  #app .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  #app .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  #app .lg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  #app .lg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  #app .lg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  #app .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  #app .lg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  #app .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  #app .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  #app .lg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  #app .lg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  #app .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  #app .lg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  #app .lg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  #app .lg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  #app .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  #app .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  #app .lg\:overflow-clip{
    text-overflow: clip;
  }

  #app .lg\:italic{
    font-style: italic;
  }

  #app .lg\:not-italic{
    font-style: normal;
  }

  #app .lg\:uppercase{
    text-transform: uppercase;
  }

  #app .lg\:lowercase{
    text-transform: lowercase;
  }

  #app .lg\:capitalize{
    text-transform: capitalize;
  }

  #app .lg\:normal-case{
    text-transform: none;
  }

  #app .lg\:underline{
    text-decoration: underline;
  }

  #app .lg\:line-through{
    text-decoration: line-through;
  }

  #app .lg\:no-underline{
    text-decoration: none;
  }

  #app .group:hover .lg\:group-hover\:underline{
    text-decoration: underline;
  }

  #app .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through;
  }

  #app .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none;
  }

  #app .lg\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  #app .lg\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  #app .lg\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  #app .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  #app .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  #app .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  #app .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  #app .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  #app .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  #app .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .lg\:ordinal, #app .lg\:slashed-zero, #app .lg\:lining-nums, #app .lg\:oldstyle-nums, #app .lg\:proportional-nums, #app .lg\:tabular-nums, #app .lg\:diagonal-fractions, #app .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);
  }

  #app .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  #app .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  #app .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  #app .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  #app .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  #app .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  #app .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  #app .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  #app .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  #app .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  #app .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  #app .lg\:tracking-normal{
    letter-spacing: 0em;
  }

  #app .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  #app .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  #app .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  #app .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  #app .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .lg\:align-baseline{
    vertical-align: baseline;
  }

  #app .lg\:align-top{
    vertical-align: top;
  }

  #app .lg\:align-middle{
    vertical-align: middle;
  }

  #app .lg\:align-bottom{
    vertical-align: bottom;
  }

  #app .lg\:align-text-top{
    vertical-align: text-top;
  }

  #app .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  #app .lg\:visible{
    visibility: visible;
  }

  #app .lg\:invisible{
    visibility: hidden;
  }

  #app .lg\:whitespace-normal{
    white-space: normal;
  }

  #app .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  #app .lg\:whitespace-pre{
    white-space: pre;
  }

  #app .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  #app .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  #app .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .lg\:break-words{
    overflow-wrap: break-word;
  }

  #app .lg\:break-all{
    word-break: break-all;
  }

  #app .lg\:w-0{
    width: 0px;
  }

  #app .lg\:w-1{
    width: 0.25rem;
  }

  #app .lg\:w-2{
    width: 0.5rem;
  }

  #app .lg\:w-3{
    width: 0.75rem;
  }

  #app .lg\:w-4{
    width: 1rem;
  }

  #app .lg\:w-5{
    width: 1.25rem;
  }

  #app .lg\:w-6{
    width: 1.5rem;
  }

  #app .lg\:w-7{
    width: 1.75rem;
  }

  #app .lg\:w-8{
    width: 2rem;
  }

  #app .lg\:w-9{
    width: 2.25rem;
  }

  #app .lg\:w-10{
    width: 2.5rem;
  }

  #app .lg\:w-11{
    width: 2.75rem;
  }

  #app .lg\:w-12{
    width: 3rem;
  }

  #app .lg\:w-14{
    width: 3.5rem;
  }

  #app .lg\:w-16{
    width: 4rem;
  }

  #app .lg\:w-20{
    width: 5rem;
  }

  #app .lg\:w-24{
    width: 6rem;
  }

  #app .lg\:w-28{
    width: 7rem;
  }

  #app .lg\:w-32{
    width: 8rem;
  }

  #app .lg\:w-36{
    width: 9rem;
  }

  #app .lg\:w-40{
    width: 10rem;
  }

  #app .lg\:w-44{
    width: 11rem;
  }

  #app .lg\:w-48{
    width: 12rem;
  }

  #app .lg\:w-52{
    width: 13rem;
  }

  #app .lg\:w-56{
    width: 14rem;
  }

  #app .lg\:w-60{
    width: 15rem;
  }

  #app .lg\:w-64{
    width: 16rem;
  }

  #app .lg\:w-72{
    width: 18rem;
  }

  #app .lg\:w-80{
    width: 20rem;
  }

  #app .lg\:w-96{
    width: 24rem;
  }

  #app .lg\:w-auto{
    width: auto;
  }

  #app .lg\:w-px{
    width: 1px;
  }

  #app .lg\:w-0\.5{
    width: 0.125rem;
  }

  #app .lg\:w-1\.5{
    width: 0.375rem;
  }

  #app .lg\:w-2\.5{
    width: 0.625rem;
  }

  #app .lg\:w-3\.5{
    width: 0.875rem;
  }

  #app .lg\:w-1\/2{
    width: 50%;
  }

  #app .lg\:w-1\/3{
    width: 33.333333%;
  }

  #app .lg\:w-2\/3{
    width: 66.666667%;
  }

  #app .lg\:w-1\/4{
    width: 25%;
  }

  #app .lg\:w-2\/4{
    width: 50%;
  }

  #app .lg\:w-3\/4{
    width: 75%;
  }

  #app .lg\:w-1\/5{
    width: 20%;
  }

  #app .lg\:w-2\/5{
    width: 40%;
  }

  #app .lg\:w-3\/5{
    width: 60%;
  }

  #app .lg\:w-4\/5{
    width: 80%;
  }

  #app .lg\:w-1\/6{
    width: 16.666667%;
  }

  #app .lg\:w-2\/6{
    width: 33.333333%;
  }

  #app .lg\:w-3\/6{
    width: 50%;
  }

  #app .lg\:w-4\/6{
    width: 66.666667%;
  }

  #app .lg\:w-5\/6{
    width: 83.333333%;
  }

  #app .lg\:w-1\/12{
    width: 8.333333%;
  }

  #app .lg\:w-2\/12{
    width: 16.666667%;
  }

  #app .lg\:w-3\/12{
    width: 25%;
  }

  #app .lg\:w-4\/12{
    width: 33.333333%;
  }

  #app .lg\:w-5\/12{
    width: 41.666667%;
  }

  #app .lg\:w-6\/12{
    width: 50%;
  }

  #app .lg\:w-7\/12{
    width: 58.333333%;
  }

  #app .lg\:w-8\/12{
    width: 66.666667%;
  }

  #app .lg\:w-9\/12{
    width: 75%;
  }

  #app .lg\:w-10\/12{
    width: 83.333333%;
  }

  #app .lg\:w-11\/12{
    width: 91.666667%;
  }

  #app .lg\:w-full{
    width: 100%;
  }

  #app .lg\:w-screen{
    width: 100vw;
  }

  #app .lg\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  #app .lg\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #app .lg\:z-0{
    z-index: 0;
  }

  #app .lg\:z-10{
    z-index: 10;
  }

  #app .lg\:z-20{
    z-index: 20;
  }

  #app .lg\:z-30{
    z-index: 30;
  }

  #app .lg\:z-40{
    z-index: 40;
  }

  #app .lg\:z-50{
    z-index: 50;
  }

  #app .lg\:z-auto{
    z-index: auto;
  }

  #app .lg\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  #app .lg\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  #app .lg\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  #app .lg\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  #app .lg\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  #app .lg\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  #app .lg\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  #app .lg\:focus\:z-0:focus{
    z-index: 0;
  }

  #app .lg\:focus\:z-10:focus{
    z-index: 10;
  }

  #app .lg\:focus\:z-20:focus{
    z-index: 20;
  }

  #app .lg\:focus\:z-30:focus{
    z-index: 30;
  }

  #app .lg\:focus\:z-40:focus{
    z-index: 40;
  }

  #app .lg\:focus\:z-50:focus{
    z-index: 50;
  }

  #app .lg\:focus\:z-auto:focus{
    z-index: auto;
  }

  #app .lg\:gap-0{
    gap: 0px;
  }

  #app .lg\:gap-1{
    gap: 0.25rem;
  }

  #app .lg\:gap-2{
    gap: 0.5rem;
  }

  #app .lg\:gap-3{
    gap: 0.75rem;
  }

  #app .lg\:gap-4{
    gap: 1rem;
  }

  #app .lg\:gap-5{
    gap: 1.25rem;
  }

  #app .lg\:gap-6{
    gap: 1.5rem;
  }

  #app .lg\:gap-7{
    gap: 1.75rem;
  }

  #app .lg\:gap-8{
    gap: 2rem;
  }

  #app .lg\:gap-9{
    gap: 2.25rem;
  }

  #app .lg\:gap-10{
    gap: 2.5rem;
  }

  #app .lg\:gap-11{
    gap: 2.75rem;
  }

  #app .lg\:gap-12{
    gap: 3rem;
  }

  #app .lg\:gap-14{
    gap: 3.5rem;
  }

  #app .lg\:gap-16{
    gap: 4rem;
  }

  #app .lg\:gap-20{
    gap: 5rem;
  }

  #app .lg\:gap-24{
    gap: 6rem;
  }

  #app .lg\:gap-28{
    gap: 7rem;
  }

  #app .lg\:gap-32{
    gap: 8rem;
  }

  #app .lg\:gap-36{
    gap: 9rem;
  }

  #app .lg\:gap-40{
    gap: 10rem;
  }

  #app .lg\:gap-44{
    gap: 11rem;
  }

  #app .lg\:gap-48{
    gap: 12rem;
  }

  #app .lg\:gap-52{
    gap: 13rem;
  }

  #app .lg\:gap-56{
    gap: 14rem;
  }

  #app .lg\:gap-60{
    gap: 15rem;
  }

  #app .lg\:gap-64{
    gap: 16rem;
  }

  #app .lg\:gap-72{
    gap: 18rem;
  }

  #app .lg\:gap-80{
    gap: 20rem;
  }

  #app .lg\:gap-96{
    gap: 24rem;
  }

  #app .lg\:gap-px{
    gap: 1px;
  }

  #app .lg\:gap-0\.5{
    gap: 0.125rem;
  }

  #app .lg\:gap-1\.5{
    gap: 0.375rem;
  }

  #app .lg\:gap-2\.5{
    gap: 0.625rem;
  }

  #app .lg\:gap-3\.5{
    gap: 0.875rem;
  }

  #app .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  #app .lg\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  #app .lg\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  #app .lg\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  #app .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  #app .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  #app .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  #app .lg\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  #app .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  #app .lg\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  #app .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  #app .lg\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  #app .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  #app .lg\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  #app .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  #app .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  #app .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  #app .lg\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  #app .lg\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  #app .lg\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  #app .lg\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  #app .lg\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  #app .lg\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  #app .lg\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  #app .lg\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  #app .lg\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  #app .lg\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  #app .lg\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  #app .lg\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  #app .lg\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  #app .lg\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  #app .lg\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  #app .lg\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  #app .lg\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  #app .lg\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  #app .lg\:gap-y-0{
    row-gap: 0px;
  }

  #app .lg\:gap-y-1{
    row-gap: 0.25rem;
  }

  #app .lg\:gap-y-2{
    row-gap: 0.5rem;
  }

  #app .lg\:gap-y-3{
    row-gap: 0.75rem;
  }

  #app .lg\:gap-y-4{
    row-gap: 1rem;
  }

  #app .lg\:gap-y-5{
    row-gap: 1.25rem;
  }

  #app .lg\:gap-y-6{
    row-gap: 1.5rem;
  }

  #app .lg\:gap-y-7{
    row-gap: 1.75rem;
  }

  #app .lg\:gap-y-8{
    row-gap: 2rem;
  }

  #app .lg\:gap-y-9{
    row-gap: 2.25rem;
  }

  #app .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  #app .lg\:gap-y-11{
    row-gap: 2.75rem;
  }

  #app .lg\:gap-y-12{
    row-gap: 3rem;
  }

  #app .lg\:gap-y-14{
    row-gap: 3.5rem;
  }

  #app .lg\:gap-y-16{
    row-gap: 4rem;
  }

  #app .lg\:gap-y-20{
    row-gap: 5rem;
  }

  #app .lg\:gap-y-24{
    row-gap: 6rem;
  }

  #app .lg\:gap-y-28{
    row-gap: 7rem;
  }

  #app .lg\:gap-y-32{
    row-gap: 8rem;
  }

  #app .lg\:gap-y-36{
    row-gap: 9rem;
  }

  #app .lg\:gap-y-40{
    row-gap: 10rem;
  }

  #app .lg\:gap-y-44{
    row-gap: 11rem;
  }

  #app .lg\:gap-y-48{
    row-gap: 12rem;
  }

  #app .lg\:gap-y-52{
    row-gap: 13rem;
  }

  #app .lg\:gap-y-56{
    row-gap: 14rem;
  }

  #app .lg\:gap-y-60{
    row-gap: 15rem;
  }

  #app .lg\:gap-y-64{
    row-gap: 16rem;
  }

  #app .lg\:gap-y-72{
    row-gap: 18rem;
  }

  #app .lg\:gap-y-80{
    row-gap: 20rem;
  }

  #app .lg\:gap-y-96{
    row-gap: 24rem;
  }

  #app .lg\:gap-y-px{
    row-gap: 1px;
  }

  #app .lg\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  #app .lg\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  #app .lg\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  #app .lg\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  #app .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  #app .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  #app .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  #app .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  #app .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  #app .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  #app .lg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  #app .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  #app .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  #app .lg\:col-auto{
    grid-column: auto;
  }

  #app .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  #app .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  #app .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  #app .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  #app .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  #app .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  #app .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  #app .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  #app .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  #app .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  #app .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  #app .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  #app .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  #app .lg\:col-start-1{
    grid-column-start: 1;
  }

  #app .lg\:col-start-2{
    grid-column-start: 2;
  }

  #app .lg\:col-start-3{
    grid-column-start: 3;
  }

  #app .lg\:col-start-4{
    grid-column-start: 4;
  }

  #app .lg\:col-start-5{
    grid-column-start: 5;
  }

  #app .lg\:col-start-6{
    grid-column-start: 6;
  }

  #app .lg\:col-start-7{
    grid-column-start: 7;
  }

  #app .lg\:col-start-8{
    grid-column-start: 8;
  }

  #app .lg\:col-start-9{
    grid-column-start: 9;
  }

  #app .lg\:col-start-10{
    grid-column-start: 10;
  }

  #app .lg\:col-start-11{
    grid-column-start: 11;
  }

  #app .lg\:col-start-12{
    grid-column-start: 12;
  }

  #app .lg\:col-start-13{
    grid-column-start: 13;
  }

  #app .lg\:col-start-auto{
    grid-column-start: auto;
  }

  #app .lg\:col-end-1{
    grid-column-end: 1;
  }

  #app .lg\:col-end-2{
    grid-column-end: 2;
  }

  #app .lg\:col-end-3{
    grid-column-end: 3;
  }

  #app .lg\:col-end-4{
    grid-column-end: 4;
  }

  #app .lg\:col-end-5{
    grid-column-end: 5;
  }

  #app .lg\:col-end-6{
    grid-column-end: 6;
  }

  #app .lg\:col-end-7{
    grid-column-end: 7;
  }

  #app .lg\:col-end-8{
    grid-column-end: 8;
  }

  #app .lg\:col-end-9{
    grid-column-end: 9;
  }

  #app .lg\:col-end-10{
    grid-column-end: 10;
  }

  #app .lg\:col-end-11{
    grid-column-end: 11;
  }

  #app .lg\:col-end-12{
    grid-column-end: 12;
  }

  #app .lg\:col-end-13{
    grid-column-end: 13;
  }

  #app .lg\:col-end-auto{
    grid-column-end: auto;
  }

  #app .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  #app .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  #app .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  #app .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  #app .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  #app .lg\:row-auto{
    grid-row: auto;
  }

  #app .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  #app .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  #app .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  #app .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  #app .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  #app .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  #app .lg\:row-span-full{
    grid-row: 1 / -1;
  }

  #app .lg\:row-start-1{
    grid-row-start: 1;
  }

  #app .lg\:row-start-2{
    grid-row-start: 2;
  }

  #app .lg\:row-start-3{
    grid-row-start: 3;
  }

  #app .lg\:row-start-4{
    grid-row-start: 4;
  }

  #app .lg\:row-start-5{
    grid-row-start: 5;
  }

  #app .lg\:row-start-6{
    grid-row-start: 6;
  }

  #app .lg\:row-start-7{
    grid-row-start: 7;
  }

  #app .lg\:row-start-auto{
    grid-row-start: auto;
  }

  #app .lg\:row-end-1{
    grid-row-end: 1;
  }

  #app .lg\:row-end-2{
    grid-row-end: 2;
  }

  #app .lg\:row-end-3{
    grid-row-end: 3;
  }

  #app .lg\:row-end-4{
    grid-row-end: 4;
  }

  #app .lg\:row-end-5{
    grid-row-end: 5;
  }

  #app .lg\:row-end-6{
    grid-row-end: 6;
  }

  #app .lg\:row-end-7{
    grid-row-end: 7;
  }

  #app .lg\:row-end-auto{
    grid-row-end: auto;
  }

  #app .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));
  }

  #app .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));
  }

  #app .lg\:transform-none{
    transform: none;
  }

  #app .lg\:origin-center{
    transform-origin: center;
  }

  #app .lg\:origin-top{
    transform-origin: top;
  }

  #app .lg\:origin-top-right{
    transform-origin: top right;
  }

  #app .lg\:origin-right{
    transform-origin: right;
  }

  #app .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  #app .lg\:origin-bottom{
    transform-origin: bottom;
  }

  #app .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  #app .lg\:origin-left{
    transform-origin: left;
  }

  #app .lg\:origin-top-left{
    transform-origin: top left;
  }

  #app .lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .lg\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .lg\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .lg\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .lg\:scale-x-0{
    --tw-scale-x: 0;
  }

  #app .lg\:scale-x-50{
    --tw-scale-x: .5;
  }

  #app .lg\:scale-x-75{
    --tw-scale-x: .75;
  }

  #app .lg\:scale-x-90{
    --tw-scale-x: .9;
  }

  #app .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  #app .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  #app .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  #app .lg\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  #app .lg\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  #app .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  #app .lg\:scale-y-0{
    --tw-scale-y: 0;
  }

  #app .lg\:scale-y-50{
    --tw-scale-y: .5;
  }

  #app .lg\:scale-y-75{
    --tw-scale-y: .75;
  }

  #app .lg\:scale-y-90{
    --tw-scale-y: .9;
  }

  #app .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  #app .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  #app .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  #app .lg\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  #app .lg\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  #app .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  #app .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  #app .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  #app .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  #app .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  #app .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  #app .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  #app .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  #app .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  #app .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  #app .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  #app .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  #app .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  #app .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  #app .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  #app .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  #app .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  #app .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  #app .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  #app .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  #app .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  #app .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  #app .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  #app .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  #app .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  #app .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  #app .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  #app .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  #app .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  #app .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  #app .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  #app .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  #app .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  #app .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  #app .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  #app .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  #app .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  #app .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  #app .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  #app .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  #app .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  #app .lg\:rotate-0{
    --tw-rotate: 0deg;
  }

  #app .lg\:rotate-1{
    --tw-rotate: 1deg;
  }

  #app .lg\:rotate-2{
    --tw-rotate: 2deg;
  }

  #app .lg\:rotate-3{
    --tw-rotate: 3deg;
  }

  #app .lg\:rotate-6{
    --tw-rotate: 6deg;
  }

  #app .lg\:rotate-12{
    --tw-rotate: 12deg;
  }

  #app .lg\:rotate-45{
    --tw-rotate: 45deg;
  }

  #app .lg\:rotate-90{
    --tw-rotate: 90deg;
  }

  #app .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  #app .lg\:-rotate-180{
    --tw-rotate: -180deg;
  }

  #app .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }

  #app .lg\:-rotate-45{
    --tw-rotate: -45deg;
  }

  #app .lg\:-rotate-12{
    --tw-rotate: -12deg;
  }

  #app .lg\:-rotate-6{
    --tw-rotate: -6deg;
  }

  #app .lg\:-rotate-3{
    --tw-rotate: -3deg;
  }

  #app .lg\:-rotate-2{
    --tw-rotate: -2deg;
  }

  #app .lg\:-rotate-1{
    --tw-rotate: -1deg;
  }

  #app .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  #app .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  #app .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  #app .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  #app .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  #app .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  #app .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  #app .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  #app .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  #app .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  #app .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  #app .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  #app .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  #app .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  #app .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  #app .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  #app .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  #app .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  #app .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  #app .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  #app .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  #app .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  #app .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  #app .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  #app .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  #app .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  #app .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  #app .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  #app .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  #app .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  #app .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  #app .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  #app .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  #app .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  #app .lg\:translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .lg\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  #app .lg\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  #app .lg\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  #app .lg\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  #app .lg\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  #app .lg\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  #app .lg\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  #app .lg\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  #app .lg\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  #app .lg\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  #app .lg\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  #app .lg\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  #app .lg\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  #app .lg\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  #app .lg\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  #app .lg\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  #app .lg\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  #app .lg\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  #app .lg\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  #app .lg\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  #app .lg\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  #app .lg\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  #app .lg\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  #app .lg\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  #app .lg\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  #app .lg\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  #app .lg\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  #app .lg\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  #app .lg\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  #app .lg\:translate-x-px{
    --tw-translate-x: 1px;
  }

  #app .lg\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  #app .lg\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  #app .lg\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  #app .lg\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  #app .lg\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  #app .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  #app .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  #app .lg\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  #app .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  #app .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  #app .lg\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  #app .lg\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  #app .lg\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  #app .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  #app .lg\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  #app .lg\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  #app .lg\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  #app .lg\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  #app .lg\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  #app .lg\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  #app .lg\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  #app .lg\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  #app .lg\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  #app .lg\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  #app .lg\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  #app .lg\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  #app .lg\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  #app .lg\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  #app .lg\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  #app .lg\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  #app .lg\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  #app .lg\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  #app .lg\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  #app .lg\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  #app .lg\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  #app .lg\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  #app .lg\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  #app .lg\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  #app .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  #app .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  #app .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  #app .lg\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  #app .lg\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  #app .lg\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  #app .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  #app .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  #app .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  #app .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  #app .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  #app .lg\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  #app .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  #app .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  #app .lg\:translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .lg\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  #app .lg\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  #app .lg\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  #app .lg\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  #app .lg\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  #app .lg\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  #app .lg\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  #app .lg\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  #app .lg\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  #app .lg\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  #app .lg\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  #app .lg\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  #app .lg\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  #app .lg\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  #app .lg\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  #app .lg\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  #app .lg\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  #app .lg\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  #app .lg\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  #app .lg\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  #app .lg\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  #app .lg\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  #app .lg\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  #app .lg\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  #app .lg\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  #app .lg\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  #app .lg\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  #app .lg\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  #app .lg\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  #app .lg\:translate-y-px{
    --tw-translate-y: 1px;
  }

  #app .lg\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  #app .lg\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  #app .lg\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  #app .lg\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  #app .lg\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  #app .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  #app .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  #app .lg\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  #app .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  #app .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  #app .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  #app .lg\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  #app .lg\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  #app .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  #app .lg\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  #app .lg\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  #app .lg\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  #app .lg\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  #app .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  #app .lg\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  #app .lg\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  #app .lg\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  #app .lg\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  #app .lg\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  #app .lg\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  #app .lg\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  #app .lg\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  #app .lg\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  #app .lg\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  #app .lg\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  #app .lg\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  #app .lg\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  #app .lg\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  #app .lg\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  #app .lg\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  #app .lg\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  #app .lg\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  #app .lg\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  #app .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  #app .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  #app .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  #app .lg\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  #app .lg\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  #app .lg\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  #app .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  #app .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  #app .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  #app .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  #app .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  #app .lg\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  #app .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  #app .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  #app .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  #app .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  #app .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  #app .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  #app .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  #app .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  #app .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  #app .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  #app .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  #app .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  #app .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  #app .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  #app .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  #app .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  #app .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  #app .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  #app .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  #app .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  #app .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  #app .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  #app .lg\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  #app .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  #app .lg\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  #app .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  #app .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  #app .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  #app .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  #app .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  #app .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  #app .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  #app .lg\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  #app .lg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  #app .lg\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  #app .lg\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  #app .lg\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  #app .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  #app .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  #app .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  #app .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  #app .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  #app .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  #app .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  #app .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  #app .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  #app .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  #app .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  #app .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  #app .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  #app .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  #app .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  #app .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  #app .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  #app .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  #app .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  #app .lg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  #app .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  #app .lg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  #app .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  #app .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  #app .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  #app .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  #app .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  #app .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  #app .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  #app .lg\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  #app .lg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  #app .lg\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  #app .lg\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  #app .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  #app .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  #app .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  #app .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  #app .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  #app .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  #app .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  #app .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  #app .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  #app .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  #app .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  #app .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  #app .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  #app .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  #app .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  #app .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  #app .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  #app .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  #app .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  #app .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  #app .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  #app .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  #app .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  #app .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  #app .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  #app .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  #app .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  #app .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  #app .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  #app .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  #app .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  #app .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  #app .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  #app .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  #app .lg\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  #app .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  #app .lg\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  #app .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  #app .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  #app .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  #app .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  #app .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  #app .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  #app .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  #app .lg\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  #app .lg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  #app .lg\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  #app .lg\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  #app .lg\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  #app .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  #app .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  #app .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  #app .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  #app .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  #app .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  #app .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  #app .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  #app .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  #app .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  #app .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  #app .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  #app .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  #app .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  #app .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  #app .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  #app .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  #app .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  #app .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  #app .lg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  #app .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  #app .lg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  #app .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  #app .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  #app .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  #app .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  #app .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  #app .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  #app .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  #app .lg\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  #app .lg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  #app .lg\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  #app .lg\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  #app .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  #app .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  #app .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  #app .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  #app .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  #app .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  #app .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  #app .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  #app .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  #app .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  #app .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  #app .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  #app .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  #app .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  #app .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  #app .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  #app .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  #app .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  #app .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  #app .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  #app .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  #app .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  #app .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  #app .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  #app .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  #app .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  #app .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  #app .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  #app .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  #app .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  #app .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  #app .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  #app .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  #app .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  #app .lg\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  #app .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  #app .lg\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  #app .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  #app .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  #app .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  #app .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  #app .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  #app .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  #app .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  #app .lg\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  #app .lg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  #app .lg\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  #app .lg\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  #app .lg\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  #app .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  #app .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  #app .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  #app .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  #app .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  #app .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  #app .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  #app .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  #app .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  #app .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  #app .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  #app .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  #app .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  #app .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  #app .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  #app .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  #app .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  #app .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  #app .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  #app .lg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  #app .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  #app .lg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  #app .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  #app .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  #app .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  #app .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  #app .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  #app .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  #app .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  #app .lg\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  #app .lg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  #app .lg\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  #app .lg\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  #app .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  #app .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  #app .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  #app .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  #app .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  #app .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  #app .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  #app .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  #app .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  #app .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  #app .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  #app .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  #app .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  #app .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  #app .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  #app .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  #app .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  #app .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  #app .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  #app .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  #app .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  #app .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  #app .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  #app .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  #app .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  #app .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  #app .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  #app .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  #app .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  #app .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  #app .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  #app .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  #app .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  #app .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  #app .lg\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  #app .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  #app .lg\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  #app .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  #app .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  #app .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  #app .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  #app .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  #app .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  #app .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  #app .lg\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  #app .lg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  #app .lg\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  #app .lg\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  #app .lg\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  #app .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  #app .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  #app .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  #app .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  #app .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  #app .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  #app .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  #app .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  #app .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  #app .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  #app .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  #app .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  #app .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  #app .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  #app .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  #app .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  #app .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  #app .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  #app .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  #app .lg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  #app .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  #app .lg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  #app .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  #app .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  #app .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  #app .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  #app .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  #app .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  #app .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  #app .lg\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  #app .lg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  #app .lg\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  #app .lg\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  #app .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  #app .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  #app .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  #app .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  #app .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  #app .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  #app .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  #app .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  #app .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  #app .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  #app .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  #app .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  #app .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  #app .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  #app .lg\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  #app .lg\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  #app .lg\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  #app .lg\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  #app .lg\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  #app .lg\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  #app .lg\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  #app .lg\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  #app .lg\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  #app .lg\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  #app .lg\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  #app .lg\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  #app .lg\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  #app .lg\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  #app .lg\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  #app .lg\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  #app .lg\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  #app .lg\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  #app .lg\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  #app .lg\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  #app .lg\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  #app .lg\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  #app .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  #app .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  #app .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  #app .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  #app .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  #app .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  #app .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  #app .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  #app .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  #app .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  #app .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  #app .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  #app .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  #app .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  #app .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  #app .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  #app .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  #app .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  #app .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  #app .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  #app .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  #app .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  #app .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  #app .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  #app .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  #app .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  #app .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  #app .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  #app .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  #app .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  #app .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  #app .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  #app .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  #app .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  #app .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  #app .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  #app .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  #app .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  #app .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  #app .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  #app .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  #app .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  #app .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  #app .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  #app .lg\:transition-none{
    transition-property: none;
  }

  #app .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .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;
  }

  #app .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .lg\:ease-linear{
    transition-timing-function: linear;
  }

  #app .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .lg\:duration-75{
    transition-duration: 75ms;
  }

  #app .lg\:duration-100{
    transition-duration: 100ms;
  }

  #app .lg\:duration-150{
    transition-duration: 150ms;
  }

  #app .lg\:duration-200{
    transition-duration: 200ms;
  }

  #app .lg\:duration-300{
    transition-duration: 300ms;
  }

  #app .lg\:duration-500{
    transition-duration: 500ms;
  }

  #app .lg\:duration-700{
    transition-duration: 700ms;
  }

  #app .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  #app .lg\:delay-75{
    transition-delay: 75ms;
  }

  #app .lg\:delay-100{
    transition-delay: 100ms;
  }

  #app .lg\:delay-150{
    transition-delay: 150ms;
  }

  #app .lg\:delay-200{
    transition-delay: 200ms;
  }

  #app .lg\:delay-300{
    transition-delay: 300ms;
  }

  #app .lg\:delay-500{
    transition-delay: 500ms;
  }

  #app .lg\:delay-700{
    transition-delay: 700ms;
  }

  #app .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  #app .lg\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  #app .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  #app .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  #app .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  #app .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }
}

@media (min-width: 1280px){
  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  #app .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .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));
  }

  #app .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)));
  }

  #app .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  #app .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  #app .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  #app .xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  #app .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  #app .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  #app .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  #app .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  #app .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  #app .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  #app .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  #app .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  #app .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  #app .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  #app .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  #app .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  #app .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  #app .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  #app .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  #app .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  #app .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  #app .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  #app .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  #app .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  #app .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  #app .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  #app .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  #app .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  #app .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  #app .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  #app .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  #app .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  #app .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  #app .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  #app .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;
  }

  #app .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .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;
  }

  #app .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;
  }

  #app .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;
  }

  #app .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .xl\:bg-fixed{
    background-attachment: fixed;
  }

  #app .xl\:bg-local{
    background-attachment: local;
  }

  #app .xl\:bg-scroll{
    background-attachment: scroll;
  }

  #app .xl\:bg-clip-border{
    background-clip: border-box;
  }

  #app .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  #app .xl\:bg-clip-content{
    background-clip: content-box;
  }

  #app .xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  #app .xl\:bg-transparent{
    background-color: transparent;
  }

  #app .xl\:bg-current{
    background-color: currentColor;
  }

  #app .xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .xl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .xl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .xl\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .xl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .xl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .xl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .xl\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .xl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  #app .xl\:odd\:bg-current:nth-child(odd){
    background-color: currentColor;
  }

  #app .xl\:odd\:bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-gray-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-red-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-yellow-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-green-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-blue-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-indigo-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-purple-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .xl\:odd\:bg-pink-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  #app .xl\:even\:bg-current:nth-child(even){
    background-color: currentColor;
  }

  #app .xl\:even\:bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-gray-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-red-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-yellow-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-green-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-blue-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-indigo-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-purple-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .xl\:even\:bg-pink-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  #app .group:hover .xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  #app .group:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .xl\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  #app .xl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  #app .xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .xl\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  #app .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  #app .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .xl\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  #app .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  #app .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .xl\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .xl\:bg-none{
    background-image: none;
  }

  #app .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  #app .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  #app .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  #app .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  #app .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  #app .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  #app .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  #app .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  #app .xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .xl\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .xl\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .xl\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .xl\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .xl\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .xl\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .xl\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .xl\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .xl\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .xl\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .xl\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .xl\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .xl\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .xl\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .xl\:from-red-200{
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .xl\:from-red-300{
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .xl\:from-red-400{
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .xl\:from-red-500{
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .xl\:from-red-600{
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .xl\:from-red-700{
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .xl\:from-red-800{
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .xl\:from-red-900{
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .xl\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .xl\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .xl\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .xl\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .xl\:from-yellow-400{
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .xl\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .xl\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .xl\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .xl\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .xl\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .xl\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .xl\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .xl\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .xl\:from-green-300{
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .xl\:from-green-400{
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .xl\:from-green-500{
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .xl\:from-green-600{
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .xl\:from-green-700{
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .xl\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .xl\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .xl\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .xl\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .xl\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .xl\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .xl\:from-blue-400{
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .xl\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .xl\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .xl\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .xl\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .xl\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .xl\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .xl\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .xl\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .xl\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .xl\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .xl\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .xl\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .xl\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .xl\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .xl\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .xl\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .xl\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .xl\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .xl\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .xl\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .xl\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .xl\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .xl\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .xl\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .xl\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .xl\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .xl\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .xl\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .xl\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .xl\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .xl\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .xl\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .xl\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .xl\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .xl\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .xl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .xl\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .xl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .xl\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .xl\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .xl\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .xl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .xl\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .xl\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .xl\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .xl\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .xl\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .xl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .xl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .xl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .xl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .xl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .xl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .xl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .xl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .xl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .xl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .xl\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .xl\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .xl\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .xl\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .xl\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .xl\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .xl\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .xl\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .xl\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .xl\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .xl\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .xl\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .xl\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .xl\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .xl\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .xl\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .xl\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .xl\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .xl\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .xl\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .xl\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .xl\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .xl\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .xl\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .xl\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .xl\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .xl\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .xl\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .xl\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .xl\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  #app .xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  #app .xl\:to-black{
    --tw-gradient-to: #000;
  }

  #app .xl\:to-white{
    --tw-gradient-to: #fff;
  }

  #app .xl\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  #app .xl\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  #app .xl\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  #app .xl\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  #app .xl\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  #app .xl\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  #app .xl\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  #app .xl\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  #app .xl\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  #app .xl\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  #app .xl\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  #app .xl\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  #app .xl\:to-red-200{
    --tw-gradient-to: #fecaca;
  }

  #app .xl\:to-red-300{
    --tw-gradient-to: #fca5a5;
  }

  #app .xl\:to-red-400{
    --tw-gradient-to: #f87171;
  }

  #app .xl\:to-red-500{
    --tw-gradient-to: #ef4444;
  }

  #app .xl\:to-red-600{
    --tw-gradient-to: #dc2626;
  }

  #app .xl\:to-red-700{
    --tw-gradient-to: #b91c1c;
  }

  #app .xl\:to-red-800{
    --tw-gradient-to: #991b1b;
  }

  #app .xl\:to-red-900{
    --tw-gradient-to: #7f1d1d;
  }

  #app .xl\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  #app .xl\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  #app .xl\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  #app .xl\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  #app .xl\:to-yellow-400{
    --tw-gradient-to: #fbbf24;
  }

  #app .xl\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  #app .xl\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  #app .xl\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  #app .xl\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  #app .xl\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  #app .xl\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  #app .xl\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  #app .xl\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  #app .xl\:to-green-300{
    --tw-gradient-to: #6ee7b7;
  }

  #app .xl\:to-green-400{
    --tw-gradient-to: #34d399;
  }

  #app .xl\:to-green-500{
    --tw-gradient-to: #10b981;
  }

  #app .xl\:to-green-600{
    --tw-gradient-to: #059669;
  }

  #app .xl\:to-green-700{
    --tw-gradient-to: #047857;
  }

  #app .xl\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  #app .xl\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  #app .xl\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  #app .xl\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  #app .xl\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  #app .xl\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  #app .xl\:to-blue-400{
    --tw-gradient-to: #60a5fa;
  }

  #app .xl\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  #app .xl\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  #app .xl\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  #app .xl\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  #app .xl\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  #app .xl\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  #app .xl\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  #app .xl\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  #app .xl\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  #app .xl\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  #app .xl\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  #app .xl\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  #app .xl\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  #app .xl\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  #app .xl\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  #app .xl\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  #app .xl\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  #app .xl\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  #app .xl\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  #app .xl\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  #app .xl\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  #app .xl\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  #app .xl\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  #app .xl\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  #app .xl\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  #app .xl\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  #app .xl\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  #app .xl\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  #app .xl\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  #app .xl\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  #app .xl\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  #app .xl\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  #app .xl\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  #app .xl\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  #app .xl\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .xl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .xl\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .xl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .xl\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .xl\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .xl\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .xl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .xl\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .xl\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .xl\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .xl\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .xl\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .xl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .xl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .xl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .xl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .xl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .xl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .xl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .xl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .xl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .xl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .xl\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .xl\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .xl\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .xl\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .xl\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .xl\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .xl\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .xl\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .xl\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .xl\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .xl\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .xl\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .xl\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .xl\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .xl\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .xl\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .xl\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .xl\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .xl\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .xl\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .xl\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .xl\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .xl\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .xl\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .xl\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .xl\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .xl\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .xl\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .xl\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .xl\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  #app .xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  #app .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  #app .xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  #app .xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  #app .xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  #app .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  #app .xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  #app .xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  #app .xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  #app .xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  #app .xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  #app .xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  #app .xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  #app .xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  #app .xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  #app .xl\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecaca;
  }

  #app .xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #fca5a5;
  }

  #app .xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #f87171;
  }

  #app .xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #ef4444;
  }

  #app .xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #dc2626;
  }

  #app .xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #b91c1c;
  }

  #app .xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #991b1b;
  }

  #app .xl\:hover\:to-red-900:hover{
    --tw-gradient-to: #7f1d1d;
  }

  #app .xl\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  #app .xl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  #app .xl\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  #app .xl\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  #app .xl\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #fbbf24;
  }

  #app .xl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  #app .xl\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  #app .xl\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  #app .xl\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  #app .xl\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  #app .xl\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  #app .xl\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  #app .xl\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  #app .xl\:hover\:to-green-300:hover{
    --tw-gradient-to: #6ee7b7;
  }

  #app .xl\:hover\:to-green-400:hover{
    --tw-gradient-to: #34d399;
  }

  #app .xl\:hover\:to-green-500:hover{
    --tw-gradient-to: #10b981;
  }

  #app .xl\:hover\:to-green-600:hover{
    --tw-gradient-to: #059669;
  }

  #app .xl\:hover\:to-green-700:hover{
    --tw-gradient-to: #047857;
  }

  #app .xl\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  #app .xl\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  #app .xl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  #app .xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  #app .xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  #app .xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  #app .xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #60a5fa;
  }

  #app .xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  #app .xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  #app .xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  #app .xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  #app .xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  #app .xl\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  #app .xl\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  #app .xl\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  #app .xl\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  #app .xl\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  #app .xl\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  #app .xl\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  #app .xl\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  #app .xl\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  #app .xl\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  #app .xl\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  #app .xl\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  #app .xl\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  #app .xl\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  #app .xl\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  #app .xl\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  #app .xl\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  #app .xl\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  #app .xl\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  #app .xl\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  #app .xl\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  #app .xl\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  #app .xl\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  #app .xl\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  #app .xl\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  #app .xl\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  #app .xl\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  #app .xl\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  #app .xl\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  #app .xl\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .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));
  }

  #app .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .xl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .xl\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .xl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .xl\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .xl\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .xl\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .xl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .xl\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .xl\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .xl\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .xl\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .xl\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .xl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .xl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .xl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .xl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .xl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .xl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .xl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .xl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .xl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .xl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .xl\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .xl\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .xl\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .xl\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .xl\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .xl\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .xl\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .xl\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .xl\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .xl\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .xl\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .xl\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .xl\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .xl\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .xl\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .xl\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .xl\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .xl\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .xl\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .xl\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .xl\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .xl\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .xl\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .xl\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .xl\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .xl\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .xl\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .xl\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .xl\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .xl\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  #app .xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  #app .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  #app .xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  #app .xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  #app .xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  #app .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  #app .xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  #app .xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  #app .xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  #app .xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  #app .xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  #app .xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  #app .xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  #app .xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  #app .xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  #app .xl\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecaca;
  }

  #app .xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #fca5a5;
  }

  #app .xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #f87171;
  }

  #app .xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #ef4444;
  }

  #app .xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #dc2626;
  }

  #app .xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #b91c1c;
  }

  #app .xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #991b1b;
  }

  #app .xl\:focus\:to-red-900:focus{
    --tw-gradient-to: #7f1d1d;
  }

  #app .xl\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  #app .xl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  #app .xl\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  #app .xl\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  #app .xl\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #fbbf24;
  }

  #app .xl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  #app .xl\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  #app .xl\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  #app .xl\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  #app .xl\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  #app .xl\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  #app .xl\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  #app .xl\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  #app .xl\:focus\:to-green-300:focus{
    --tw-gradient-to: #6ee7b7;
  }

  #app .xl\:focus\:to-green-400:focus{
    --tw-gradient-to: #34d399;
  }

  #app .xl\:focus\:to-green-500:focus{
    --tw-gradient-to: #10b981;
  }

  #app .xl\:focus\:to-green-600:focus{
    --tw-gradient-to: #059669;
  }

  #app .xl\:focus\:to-green-700:focus{
    --tw-gradient-to: #047857;
  }

  #app .xl\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  #app .xl\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  #app .xl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  #app .xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  #app .xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  #app .xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  #app .xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #60a5fa;
  }

  #app .xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  #app .xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  #app .xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  #app .xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  #app .xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  #app .xl\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  #app .xl\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  #app .xl\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  #app .xl\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  #app .xl\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  #app .xl\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  #app .xl\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  #app .xl\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  #app .xl\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  #app .xl\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  #app .xl\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  #app .xl\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  #app .xl\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  #app .xl\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  #app .xl\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  #app .xl\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  #app .xl\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  #app .xl\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  #app .xl\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  #app .xl\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  #app .xl\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  #app .xl\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  #app .xl\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  #app .xl\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  #app .xl\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  #app .xl\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  #app .xl\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  #app .xl\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  #app .xl\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  #app .xl\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  #app .xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  #app .xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  #app .xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  #app .xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  #app .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  #app .xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  #app .xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  #app .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  #app .xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  #app .xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  #app .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  #app .xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  #app .xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  #app .xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  #app .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  #app .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  #app .xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  #app .xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  #app .xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  #app .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  #app .xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  #app .xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  #app .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  #app .xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  #app .xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  #app .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  #app .xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  #app .xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  #app .xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  #app .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  #app .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  #app .xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  #app .xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  #app .xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  #app .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  #app .xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  #app .xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  #app .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  #app .xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  #app .xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  #app .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  #app .xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  #app .xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  #app .xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  #app .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  #app .xl\:bg-bottom{
    background-position: bottom;
  }

  #app .xl\:bg-center{
    background-position: center;
  }

  #app .xl\:bg-left{
    background-position: left;
  }

  #app .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  #app .xl\:bg-left-top{
    background-position: left top;
  }

  #app .xl\:bg-right{
    background-position: right;
  }

  #app .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  #app .xl\:bg-right-top{
    background-position: right top;
  }

  #app .xl\:bg-top{
    background-position: top;
  }

  #app .xl\:bg-repeat{
    background-repeat: repeat;
  }

  #app .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  #app .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  #app .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  #app .xl\:bg-repeat-round{
    background-repeat: round;
  }

  #app .xl\:bg-repeat-space{
    background-repeat: space;
  }

  #app .xl\:bg-auto{
    background-size: auto;
  }

  #app .xl\:bg-cover{
    background-size: cover;
  }

  #app .xl\:bg-contain{
    background-size: contain;
  }

  #app .xl\:border-collapse{
    border-collapse: collapse;
  }

  #app .xl\:border-separate{
    border-collapse: separate;
  }

  #app .xl\:border-transparent{
    border-color: transparent;
  }

  #app .xl\:border-current{
    border-color: currentColor;
  }

  #app .xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .xl\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .xl\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .xl\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .xl\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .xl\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .xl\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .xl\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .xl\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .xl\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .xl\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .xl\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .xl\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .xl\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .xl\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .xl\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .xl\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .xl\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .xl\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .xl\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .xl\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .xl\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .xl\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .xl\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .xl\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .xl\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .xl\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  #app .group:hover .xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  #app .group:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .group:hover .xl\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  #app .xl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  #app .xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .xl\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  #app .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  #app .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .xl\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  #app .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  #app .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .xl\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .xl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .xl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .xl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .xl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .xl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .xl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .xl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .xl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .xl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  #app .xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  #app .xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  #app .xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  #app .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  #app .xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  #app .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  #app .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  #app .xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  #app .xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  #app .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  #app .xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  #app .xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  #app .xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  #app .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  #app .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  #app .xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  #app .xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  #app .xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  #app .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  #app .xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  #app .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  #app .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  #app .xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  #app .xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  #app .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  #app .xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  #app .xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  #app .xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  #app .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  #app .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  #app .xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  #app .xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  #app .xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  #app .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  #app .xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  #app .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  #app .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  #app .xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  #app .xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  #app .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  #app .xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  #app .xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  #app .xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  #app .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  #app .xl\:rounded-none{
    border-radius: 0px;
  }

  #app .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  #app .xl\:rounded{
    border-radius: 0.25rem;
  }

  #app .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  #app .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  #app .xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  #app .xl\:rounded-2xl{
    border-radius: 1rem;
  }

  #app .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  #app .xl\:rounded-full{
    border-radius: 9999px;
  }

  #app .xl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .xl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  #app .xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  #app .xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  #app .xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  #app .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  #app .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  #app .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  #app .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  #app .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  #app .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  #app .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  #app .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  #app .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  #app .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  #app .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  #app .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  #app .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  #app .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  #app .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  #app .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  #app .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  #app .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  #app .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  #app .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  #app .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  #app .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  #app .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  #app .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  #app .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:first\:rounded-none:first-child{
    border-radius: 0px;
  }

  #app .xl\:first\:rounded-sm:first-child{
    border-radius: 0.125rem;
  }

  #app .xl\:first\:rounded:first-child{
    border-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-md:first-child{
    border-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-lg:first-child{
    border-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-xl:first-child{
    border-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-2xl:first-child{
    border-radius: 1rem;
  }

  #app .xl\:first\:rounded-3xl:first-child{
    border-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-full:first-child{
    border-radius: 9999px;
  }

  #app .xl\:first\:rounded-t-none:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .xl\:first\:rounded-r-none:first-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .xl\:first\:rounded-b-none:first-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .xl\:first\:rounded-l-none:first-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .xl\:first\:rounded-t-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .xl\:first\:rounded-r-sm:first-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .xl\:first\:rounded-b-sm:first-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:first\:rounded-l-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:first\:rounded-t:first-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-r:first-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-b:first-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-l:first-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-t-md:first-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-r-md:first-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-b-md:first-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-l-md:first-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-t-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-r-lg:first-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-b-lg:first-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-l-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-t-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-r-xl:first-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-b-xl:first-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-l-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-t-2xl:first-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .xl\:first\:rounded-r-2xl:first-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .xl\:first\:rounded-b-2xl:first-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:first\:rounded-l-2xl:first-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:first\:rounded-t-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-r-3xl:first-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-b-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-l-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-t-full:first-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .xl\:first\:rounded-r-full:first-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .xl\:first\:rounded-b-full:first-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:first\:rounded-l-full:first-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:first\:rounded-tl-none:first-child{
    border-top-left-radius: 0px;
  }

  #app .xl\:first\:rounded-tr-none:first-child{
    border-top-right-radius: 0px;
  }

  #app .xl\:first\:rounded-br-none:first-child{
    border-bottom-right-radius: 0px;
  }

  #app .xl\:first\:rounded-bl-none:first-child{
    border-bottom-left-radius: 0px;
  }

  #app .xl\:first\:rounded-tl-sm:first-child{
    border-top-left-radius: 0.125rem;
  }

  #app .xl\:first\:rounded-tr-sm:first-child{
    border-top-right-radius: 0.125rem;
  }

  #app .xl\:first\:rounded-br-sm:first-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .xl\:first\:rounded-bl-sm:first-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:first\:rounded-tl:first-child{
    border-top-left-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-tr:first-child{
    border-top-right-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-br:first-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-bl:first-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:first\:rounded-tl-md:first-child{
    border-top-left-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-tr-md:first-child{
    border-top-right-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-br-md:first-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-bl-md:first-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:first\:rounded-tl-lg:first-child{
    border-top-left-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-tr-lg:first-child{
    border-top-right-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-br-lg:first-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-bl-lg:first-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:first\:rounded-tl-xl:first-child{
    border-top-left-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-tr-xl:first-child{
    border-top-right-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-br-xl:first-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-bl-xl:first-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:first\:rounded-tl-2xl:first-child{
    border-top-left-radius: 1rem;
  }

  #app .xl\:first\:rounded-tr-2xl:first-child{
    border-top-right-radius: 1rem;
  }

  #app .xl\:first\:rounded-br-2xl:first-child{
    border-bottom-right-radius: 1rem;
  }

  #app .xl\:first\:rounded-bl-2xl:first-child{
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:first\:rounded-tl-3xl:first-child{
    border-top-left-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-tr-3xl:first-child{
    border-top-right-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-br-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-bl-3xl:first-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:first\:rounded-tl-full:first-child{
    border-top-left-radius: 9999px;
  }

  #app .xl\:first\:rounded-tr-full:first-child{
    border-top-right-radius: 9999px;
  }

  #app .xl\:first\:rounded-br-full:first-child{
    border-bottom-right-radius: 9999px;
  }

  #app .xl\:first\:rounded-bl-full:first-child{
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:last\:rounded-none:last-child{
    border-radius: 0px;
  }

  #app .xl\:last\:rounded-sm:last-child{
    border-radius: 0.125rem;
  }

  #app .xl\:last\:rounded:last-child{
    border-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-md:last-child{
    border-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-lg:last-child{
    border-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-xl:last-child{
    border-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-2xl:last-child{
    border-radius: 1rem;
  }

  #app .xl\:last\:rounded-3xl:last-child{
    border-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-full:last-child{
    border-radius: 9999px;
  }

  #app .xl\:last\:rounded-t-none:last-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .xl\:last\:rounded-r-none:last-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .xl\:last\:rounded-b-none:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .xl\:last\:rounded-l-none:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .xl\:last\:rounded-t-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .xl\:last\:rounded-r-sm:last-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .xl\:last\:rounded-b-sm:last-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:last\:rounded-l-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:last\:rounded-t:last-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-r:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-b:last-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-l:last-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-t-md:last-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-r-md:last-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-b-md:last-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-l-md:last-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-t-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-r-lg:last-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-b-lg:last-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-l-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-t-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-r-xl:last-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-b-xl:last-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-l-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-t-2xl:last-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .xl\:last\:rounded-r-2xl:last-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .xl\:last\:rounded-b-2xl:last-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:last\:rounded-l-2xl:last-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:last\:rounded-t-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-r-3xl:last-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-b-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-l-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-t-full:last-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .xl\:last\:rounded-r-full:last-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .xl\:last\:rounded-b-full:last-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:last\:rounded-l-full:last-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:last\:rounded-tl-none:last-child{
    border-top-left-radius: 0px;
  }

  #app .xl\:last\:rounded-tr-none:last-child{
    border-top-right-radius: 0px;
  }

  #app .xl\:last\:rounded-br-none:last-child{
    border-bottom-right-radius: 0px;
  }

  #app .xl\:last\:rounded-bl-none:last-child{
    border-bottom-left-radius: 0px;
  }

  #app .xl\:last\:rounded-tl-sm:last-child{
    border-top-left-radius: 0.125rem;
  }

  #app .xl\:last\:rounded-tr-sm:last-child{
    border-top-right-radius: 0.125rem;
  }

  #app .xl\:last\:rounded-br-sm:last-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .xl\:last\:rounded-bl-sm:last-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .xl\:last\:rounded-tl:last-child{
    border-top-left-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-tr:last-child{
    border-top-right-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-br:last-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-bl:last-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .xl\:last\:rounded-tl-md:last-child{
    border-top-left-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-tr-md:last-child{
    border-top-right-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-br-md:last-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-bl-md:last-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .xl\:last\:rounded-tl-lg:last-child{
    border-top-left-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-tr-lg:last-child{
    border-top-right-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-br-lg:last-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-bl-lg:last-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .xl\:last\:rounded-tl-xl:last-child{
    border-top-left-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-tr-xl:last-child{
    border-top-right-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-br-xl:last-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-bl-xl:last-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .xl\:last\:rounded-tl-2xl:last-child{
    border-top-left-radius: 1rem;
  }

  #app .xl\:last\:rounded-tr-2xl:last-child{
    border-top-right-radius: 1rem;
  }

  #app .xl\:last\:rounded-br-2xl:last-child{
    border-bottom-right-radius: 1rem;
  }

  #app .xl\:last\:rounded-bl-2xl:last-child{
    border-bottom-left-radius: 1rem;
  }

  #app .xl\:last\:rounded-tl-3xl:last-child{
    border-top-left-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-tr-3xl:last-child{
    border-top-right-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-br-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-bl-3xl:last-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .xl\:last\:rounded-tl-full:last-child{
    border-top-left-radius: 9999px;
  }

  #app .xl\:last\:rounded-tr-full:last-child{
    border-top-right-radius: 9999px;
  }

  #app .xl\:last\:rounded-br-full:last-child{
    border-bottom-right-radius: 9999px;
  }

  #app .xl\:last\:rounded-bl-full:last-child{
    border-bottom-left-radius: 9999px;
  }

  #app .xl\:border-solid{
    border-style: solid;
  }

  #app .xl\:border-dashed{
    border-style: dashed;
  }

  #app .xl\:border-dotted{
    border-style: dotted;
  }

  #app .xl\:border-double{
    border-style: double;
  }

  #app .xl\:border-none{
    border-style: none;
  }

  #app .xl\:border-0{
    border-width: 0px;
  }

  #app .xl\:border-2{
    border-width: 2px;
  }

  #app .xl\:border-4{
    border-width: 4px;
  }

  #app .xl\:border-8{
    border-width: 8px;
  }

  #app .xl\:border{
    border-width: 1px;
  }

  #app .xl\:border-t-0{
    border-top-width: 0px;
  }

  #app .xl\:border-r-0{
    border-right-width: 0px;
  }

  #app .xl\:border-b-0{
    border-bottom-width: 0px;
  }

  #app .xl\:border-l-0{
    border-left-width: 0px;
  }

  #app .xl\:border-t-2{
    border-top-width: 2px;
  }

  #app .xl\:border-r-2{
    border-right-width: 2px;
  }

  #app .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  #app .xl\:border-l-2{
    border-left-width: 2px;
  }

  #app .xl\:border-t-4{
    border-top-width: 4px;
  }

  #app .xl\:border-r-4{
    border-right-width: 4px;
  }

  #app .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  #app .xl\:border-l-4{
    border-left-width: 4px;
  }

  #app .xl\:border-t-8{
    border-top-width: 8px;
  }

  #app .xl\:border-r-8{
    border-right-width: 8px;
  }

  #app .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  #app .xl\:border-l-8{
    border-left-width: 8px;
  }

  #app .xl\:border-t{
    border-top-width: 1px;
  }

  #app .xl\:border-r{
    border-right-width: 1px;
  }

  #app .xl\:border-b{
    border-bottom-width: 1px;
  }

  #app .xl\:border-l{
    border-left-width: 1px;
  }

  #app .xl\:box-border{
    box-sizing: border-box;
  }

  #app .xl\:box-content{
    box-sizing: content-box;
  }

  #app .xl\:cursor-auto{
    cursor: auto;
  }

  #app .xl\:cursor-default{
    cursor: default;
  }

  #app .xl\:cursor-pointer{
    cursor: pointer;
  }

  #app .xl\:cursor-wait{
    cursor: wait;
  }

  #app .xl\:cursor-text{
    cursor: text;
  }

  #app .xl\:cursor-move{
    cursor: move;
  }

  #app .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  #app .xl\:block{
    display: block;
  }

  #app .xl\:inline-block{
    display: inline-block;
  }

  #app .xl\:inline{
    display: inline;
  }

  #app .xl\:flex{
    display: flex;
  }

  #app .xl\:inline-flex{
    display: inline-flex;
  }

  #app .xl\:table{
    display: table;
  }

  #app .xl\:table-caption{
    display: table-caption;
  }

  #app .xl\:table-cell{
    display: table-cell;
  }

  #app .xl\:table-column{
    display: table-column;
  }

  #app .xl\:table-column-group{
    display: table-column-group;
  }

  #app .xl\:table-footer-group{
    display: table-footer-group;
  }

  #app .xl\:table-header-group{
    display: table-header-group;
  }

  #app .xl\:table-row-group{
    display: table-row-group;
  }

  #app .xl\:table-row{
    display: table-row;
  }

  #app .xl\:flow-root{
    display: flow-root;
  }

  #app .xl\:grid{
    display: grid;
  }

  #app .xl\:inline-grid{
    display: inline-grid;
  }

  #app .xl\:contents{
    display: contents;
  }

  #app .xl\:hidden{
    display: none;
  }

  #app .xl\:flex-row{
    flex-direction: row;
  }

  #app .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  #app .xl\:flex-col{
    flex-direction: column;
  }

  #app .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  #app .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  #app .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  #app .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  #app .xl\:place-items-auto{
    place-items: auto;
  }

  #app .xl\:place-items-start{
    place-items: start;
  }

  #app .xl\:place-items-end{
    place-items: end;
  }

  #app .xl\:place-items-center{
    place-items: center;
  }

  #app .xl\:place-items-stretch{
    place-items: stretch;
  }

  #app .xl\:place-content-center{
    place-content: center;
  }

  #app .xl\:place-content-start{
    place-content: start;
  }

  #app .xl\:place-content-end{
    place-content: end;
  }

  #app .xl\:place-content-between{
    place-content: space-between;
  }

  #app .xl\:place-content-around{
    place-content: space-around;
  }

  #app .xl\:place-content-evenly{
    place-content: space-evenly;
  }

  #app .xl\:place-content-stretch{
    place-content: stretch;
  }

  #app .xl\:place-self-auto{
    place-self: auto;
  }

  #app .xl\:place-self-start{
    place-self: start;
  }

  #app .xl\:place-self-end{
    place-self: end;
  }

  #app .xl\:place-self-center{
    place-self: center;
  }

  #app .xl\:place-self-stretch{
    place-self: stretch;
  }

  #app .xl\:items-start{
    align-items: flex-start;
  }

  #app .xl\:items-end{
    align-items: flex-end;
  }

  #app .xl\:items-center{
    align-items: center;
  }

  #app .xl\:items-baseline{
    align-items: baseline;
  }

  #app .xl\:items-stretch{
    align-items: stretch;
  }

  #app .xl\:content-center{
    align-content: center;
  }

  #app .xl\:content-start{
    align-content: flex-start;
  }

  #app .xl\:content-end{
    align-content: flex-end;
  }

  #app .xl\:content-between{
    align-content: space-between;
  }

  #app .xl\:content-around{
    align-content: space-around;
  }

  #app .xl\:content-evenly{
    align-content: space-evenly;
  }

  #app .xl\:self-auto{
    align-self: auto;
  }

  #app .xl\:self-start{
    align-self: flex-start;
  }

  #app .xl\:self-end{
    align-self: flex-end;
  }

  #app .xl\:self-center{
    align-self: center;
  }

  #app .xl\:self-stretch{
    align-self: stretch;
  }

  #app .xl\:justify-items-auto{
    justify-items: auto;
  }

  #app .xl\:justify-items-start{
    justify-items: start;
  }

  #app .xl\:justify-items-end{
    justify-items: end;
  }

  #app .xl\:justify-items-center{
    justify-items: center;
  }

  #app .xl\:justify-items-stretch{
    justify-items: stretch;
  }

  #app .xl\:justify-start{
    justify-content: flex-start;
  }

  #app .xl\:justify-end{
    justify-content: flex-end;
  }

  #app .xl\:justify-center{
    justify-content: center;
  }

  #app .xl\:justify-between{
    justify-content: space-between;
  }

  #app .xl\:justify-around{
    justify-content: space-around;
  }

  #app .xl\:justify-evenly{
    justify-content: space-evenly;
  }

  #app .xl\:justify-self-auto{
    justify-self: auto;
  }

  #app .xl\:justify-self-start{
    justify-self: start;
  }

  #app .xl\:justify-self-end{
    justify-self: end;
  }

  #app .xl\:justify-self-center{
    justify-self: center;
  }

  #app .xl\:justify-self-stretch{
    justify-self: stretch;
  }

  #app .xl\:flex-1{
    flex: 1 1 0%;
  }

  #app .xl\:flex-auto{
    flex: 1 1 auto;
  }

  #app .xl\:flex-initial{
    flex: 0 1 auto;
  }

  #app .xl\:flex-none{
    flex: none;
  }

  #app .xl\:flex-grow-0{
    flex-grow: 0;
  }

  #app .xl\:flex-grow{
    flex-grow: 1;
  }

  #app .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  #app .xl\:flex-shrink{
    flex-shrink: 1;
  }

  #app .xl\:order-1{
    order: 1;
  }

  #app .xl\:order-2{
    order: 2;
  }

  #app .xl\:order-3{
    order: 3;
  }

  #app .xl\:order-4{
    order: 4;
  }

  #app .xl\:order-5{
    order: 5;
  }

  #app .xl\:order-6{
    order: 6;
  }

  #app .xl\:order-7{
    order: 7;
  }

  #app .xl\:order-8{
    order: 8;
  }

  #app .xl\:order-9{
    order: 9;
  }

  #app .xl\:order-10{
    order: 10;
  }

  #app .xl\:order-11{
    order: 11;
  }

  #app .xl\:order-12{
    order: 12;
  }

  #app .xl\:order-first{
    order: -9999;
  }

  #app .xl\:order-last{
    order: 9999;
  }

  #app .xl\:order-none{
    order: 0;
  }

  #app .xl\:float-right{
    float: right;
  }

  #app .xl\:float-left{
    float: left;
  }

  #app .xl\:float-none{
    float: none;
  }

  #app .xl\:clear-left{
    clear: left;
  }

  #app .xl\:clear-right{
    clear: right;
  }

  #app .xl\:clear-both{
    clear: both;
  }

  #app .xl\:clear-none{
    clear: none;
  }

  #app .xl\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .xl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .xl\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .xl\:font-thin{
    font-weight: 100;
  }

  #app .xl\:font-extralight{
    font-weight: 200;
  }

  #app .xl\:font-light{
    font-weight: 300;
  }

  #app .xl\:font-normal{
    font-weight: 400;
  }

  #app .xl\:font-medium{
    font-weight: 500;
  }

  #app .xl\:font-semibold{
    font-weight: 600;
  }

  #app .xl\:font-bold{
    font-weight: 700;
  }

  #app .xl\:font-extrabold{
    font-weight: 800;
  }

  #app .xl\:font-black{
    font-weight: 900;
  }

  #app .xl\:h-0{
    height: 0px;
  }

  #app .xl\:h-1{
    height: 0.25rem;
  }

  #app .xl\:h-2{
    height: 0.5rem;
  }

  #app .xl\:h-3{
    height: 0.75rem;
  }

  #app .xl\:h-4{
    height: 1rem;
  }

  #app .xl\:h-5{
    height: 1.25rem;
  }

  #app .xl\:h-6{
    height: 1.5rem;
  }

  #app .xl\:h-7{
    height: 1.75rem;
  }

  #app .xl\:h-8{
    height: 2rem;
  }

  #app .xl\:h-9{
    height: 2.25rem;
  }

  #app .xl\:h-10{
    height: 2.5rem;
  }

  #app .xl\:h-11{
    height: 2.75rem;
  }

  #app .xl\:h-12{
    height: 3rem;
  }

  #app .xl\:h-14{
    height: 3.5rem;
  }

  #app .xl\:h-16{
    height: 4rem;
  }

  #app .xl\:h-20{
    height: 5rem;
  }

  #app .xl\:h-24{
    height: 6rem;
  }

  #app .xl\:h-28{
    height: 7rem;
  }

  #app .xl\:h-32{
    height: 8rem;
  }

  #app .xl\:h-36{
    height: 9rem;
  }

  #app .xl\:h-40{
    height: 10rem;
  }

  #app .xl\:h-44{
    height: 11rem;
  }

  #app .xl\:h-48{
    height: 12rem;
  }

  #app .xl\:h-52{
    height: 13rem;
  }

  #app .xl\:h-56{
    height: 14rem;
  }

  #app .xl\:h-60{
    height: 15rem;
  }

  #app .xl\:h-64{
    height: 16rem;
  }

  #app .xl\:h-72{
    height: 18rem;
  }

  #app .xl\:h-80{
    height: 20rem;
  }

  #app .xl\:h-96{
    height: 24rem;
  }

  #app .xl\:h-auto{
    height: auto;
  }

  #app .xl\:h-px{
    height: 1px;
  }

  #app .xl\:h-0\.5{
    height: 0.125rem;
  }

  #app .xl\:h-1\.5{
    height: 0.375rem;
  }

  #app .xl\:h-2\.5{
    height: 0.625rem;
  }

  #app .xl\:h-3\.5{
    height: 0.875rem;
  }

  #app .xl\:h-1\/2{
    height: 50%;
  }

  #app .xl\:h-1\/3{
    height: 33.333333%;
  }

  #app .xl\:h-2\/3{
    height: 66.666667%;
  }

  #app .xl\:h-1\/4{
    height: 25%;
  }

  #app .xl\:h-2\/4{
    height: 50%;
  }

  #app .xl\:h-3\/4{
    height: 75%;
  }

  #app .xl\:h-1\/5{
    height: 20%;
  }

  #app .xl\:h-2\/5{
    height: 40%;
  }

  #app .xl\:h-3\/5{
    height: 60%;
  }

  #app .xl\:h-4\/5{
    height: 80%;
  }

  #app .xl\:h-1\/6{
    height: 16.666667%;
  }

  #app .xl\:h-2\/6{
    height: 33.333333%;
  }

  #app .xl\:h-3\/6{
    height: 50%;
  }

  #app .xl\:h-4\/6{
    height: 66.666667%;
  }

  #app .xl\:h-5\/6{
    height: 83.333333%;
  }

  #app .xl\:h-full{
    height: 100%;
  }

  #app .xl\:h-screen{
    height: 100vh;
  }

  #app .xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  #app .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #app .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #app .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  #app .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #app .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #app .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #app .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #app .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  #app .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  #app .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  #app .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  #app .xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  #app .xl\:leading-3{
    line-height: .75rem;
  }

  #app .xl\:leading-4{
    line-height: 1rem;
  }

  #app .xl\:leading-5{
    line-height: 1.25rem;
  }

  #app .xl\:leading-6{
    line-height: 1.5rem;
  }

  #app .xl\:leading-7{
    line-height: 1.75rem;
  }

  #app .xl\:leading-8{
    line-height: 2rem;
  }

  #app .xl\:leading-9{
    line-height: 2.25rem;
  }

  #app .xl\:leading-10{
    line-height: 2.5rem;
  }

  #app .xl\:leading-none{
    line-height: 1;
  }

  #app .xl\:leading-tight{
    line-height: 1.25;
  }

  #app .xl\:leading-snug{
    line-height: 1.375;
  }

  #app .xl\:leading-normal{
    line-height: 1.5;
  }

  #app .xl\:leading-relaxed{
    line-height: 1.625;
  }

  #app .xl\:leading-loose{
    line-height: 2;
  }

  #app .xl\:list-inside{
    list-style-position: inside;
  }

  #app .xl\:list-outside{
    list-style-position: outside;
  }

  #app .xl\:list-none{
    list-style-type: none;
  }

  #app .xl\:list-disc{
    list-style-type: disc;
  }

  #app .xl\:list-decimal{
    list-style-type: decimal;
  }

  #app .xl\:m-0{
    margin: 0px;
  }

  #app .xl\:m-1{
    margin: 0.25rem;
  }

  #app .xl\:m-2{
    margin: 0.5rem;
  }

  #app .xl\:m-3{
    margin: 0.75rem;
  }

  #app .xl\:m-4{
    margin: 1rem;
  }

  #app .xl\:m-5{
    margin: 1.25rem;
  }

  #app .xl\:m-6{
    margin: 1.5rem;
  }

  #app .xl\:m-7{
    margin: 1.75rem;
  }

  #app .xl\:m-8{
    margin: 2rem;
  }

  #app .xl\:m-9{
    margin: 2.25rem;
  }

  #app .xl\:m-10{
    margin: 2.5rem;
  }

  #app .xl\:m-11{
    margin: 2.75rem;
  }

  #app .xl\:m-12{
    margin: 3rem;
  }

  #app .xl\:m-14{
    margin: 3.5rem;
  }

  #app .xl\:m-16{
    margin: 4rem;
  }

  #app .xl\:m-20{
    margin: 5rem;
  }

  #app .xl\:m-24{
    margin: 6rem;
  }

  #app .xl\:m-28{
    margin: 7rem;
  }

  #app .xl\:m-32{
    margin: 8rem;
  }

  #app .xl\:m-36{
    margin: 9rem;
  }

  #app .xl\:m-40{
    margin: 10rem;
  }

  #app .xl\:m-44{
    margin: 11rem;
  }

  #app .xl\:m-48{
    margin: 12rem;
  }

  #app .xl\:m-52{
    margin: 13rem;
  }

  #app .xl\:m-56{
    margin: 14rem;
  }

  #app .xl\:m-60{
    margin: 15rem;
  }

  #app .xl\:m-64{
    margin: 16rem;
  }

  #app .xl\:m-72{
    margin: 18rem;
  }

  #app .xl\:m-80{
    margin: 20rem;
  }

  #app .xl\:m-96{
    margin: 24rem;
  }

  #app .xl\:m-auto{
    margin: auto;
  }

  #app .xl\:m-px{
    margin: 1px;
  }

  #app .xl\:m-0\.5{
    margin: 0.125rem;
  }

  #app .xl\:m-1\.5{
    margin: 0.375rem;
  }

  #app .xl\:m-2\.5{
    margin: 0.625rem;
  }

  #app .xl\:m-3\.5{
    margin: 0.875rem;
  }

  #app .xl\:-m-0{
    margin: 0px;
  }

  #app .xl\:-m-1{
    margin: -0.25rem;
  }

  #app .xl\:-m-2{
    margin: -0.5rem;
  }

  #app .xl\:-m-3{
    margin: -0.75rem;
  }

  #app .xl\:-m-4{
    margin: -1rem;
  }

  #app .xl\:-m-5{
    margin: -1.25rem;
  }

  #app .xl\:-m-6{
    margin: -1.5rem;
  }

  #app .xl\:-m-7{
    margin: -1.75rem;
  }

  #app .xl\:-m-8{
    margin: -2rem;
  }

  #app .xl\:-m-9{
    margin: -2.25rem;
  }

  #app .xl\:-m-10{
    margin: -2.5rem;
  }

  #app .xl\:-m-11{
    margin: -2.75rem;
  }

  #app .xl\:-m-12{
    margin: -3rem;
  }

  #app .xl\:-m-14{
    margin: -3.5rem;
  }

  #app .xl\:-m-16{
    margin: -4rem;
  }

  #app .xl\:-m-20{
    margin: -5rem;
  }

  #app .xl\:-m-24{
    margin: -6rem;
  }

  #app .xl\:-m-28{
    margin: -7rem;
  }

  #app .xl\:-m-32{
    margin: -8rem;
  }

  #app .xl\:-m-36{
    margin: -9rem;
  }

  #app .xl\:-m-40{
    margin: -10rem;
  }

  #app .xl\:-m-44{
    margin: -11rem;
  }

  #app .xl\:-m-48{
    margin: -12rem;
  }

  #app .xl\:-m-52{
    margin: -13rem;
  }

  #app .xl\:-m-56{
    margin: -14rem;
  }

  #app .xl\:-m-60{
    margin: -15rem;
  }

  #app .xl\:-m-64{
    margin: -16rem;
  }

  #app .xl\:-m-72{
    margin: -18rem;
  }

  #app .xl\:-m-80{
    margin: -20rem;
  }

  #app .xl\:-m-96{
    margin: -24rem;
  }

  #app .xl\:-m-px{
    margin: -1px;
  }

  #app .xl\:-m-0\.5{
    margin: -0.125rem;
  }

  #app .xl\:-m-1\.5{
    margin: -0.375rem;
  }

  #app .xl\:-m-2\.5{
    margin: -0.625rem;
  }

  #app .xl\:-m-3\.5{
    margin: -0.875rem;
  }

  #app .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #app .xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #app .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #app .xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #app .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  #app .xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  #app .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #app .xl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #app .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #app .xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #app .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #app .xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #app .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  #app .xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  #app .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  #app .xl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  #app .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  #app .xl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  #app .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  #app .xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  #app .xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  #app .xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  #app .xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  #app .xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  #app .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  #app .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .xl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  #app .xl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  #app .xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #app .xl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #app .xl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #app .xl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #app .xl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #app .xl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #app .xl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .xl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #app .xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #app .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  #app .xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  #app .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  #app .xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  #app .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  #app .xl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  #app .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  #app .xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  #app .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  #app .xl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  #app .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  #app .xl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  #app .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  #app .xl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  #app .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  #app .xl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  #app .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  #app .xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  #app .xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  #app .xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  #app .xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  #app .xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  #app .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .xl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  #app .xl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  #app .xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  #app .xl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  #app .xl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  #app .xl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  #app .xl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  #app .xl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  #app .xl\:mt-0{
    margin-top: 0px;
  }

  #app .xl\:mr-0{
    margin-right: 0px;
  }

  #app .xl\:mb-0{
    margin-bottom: 0px;
  }

  #app .xl\:ml-0{
    margin-left: 0px;
  }

  #app .xl\:mt-1{
    margin-top: 0.25rem;
  }

  #app .xl\:mr-1{
    margin-right: 0.25rem;
  }

  #app .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  #app .xl\:ml-1{
    margin-left: 0.25rem;
  }

  #app .xl\:mt-2{
    margin-top: 0.5rem;
  }

  #app .xl\:mr-2{
    margin-right: 0.5rem;
  }

  #app .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  #app .xl\:ml-2{
    margin-left: 0.5rem;
  }

  #app .xl\:mt-3{
    margin-top: 0.75rem;
  }

  #app .xl\:mr-3{
    margin-right: 0.75rem;
  }

  #app .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  #app .xl\:ml-3{
    margin-left: 0.75rem;
  }

  #app .xl\:mt-4{
    margin-top: 1rem;
  }

  #app .xl\:mr-4{
    margin-right: 1rem;
  }

  #app .xl\:mb-4{
    margin-bottom: 1rem;
  }

  #app .xl\:ml-4{
    margin-left: 1rem;
  }

  #app .xl\:mt-5{
    margin-top: 1.25rem;
  }

  #app .xl\:mr-5{
    margin-right: 1.25rem;
  }

  #app .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  #app .xl\:ml-5{
    margin-left: 1.25rem;
  }

  #app .xl\:mt-6{
    margin-top: 1.5rem;
  }

  #app .xl\:mr-6{
    margin-right: 1.5rem;
  }

  #app .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  #app .xl\:ml-6{
    margin-left: 1.5rem;
  }

  #app .xl\:mt-7{
    margin-top: 1.75rem;
  }

  #app .xl\:mr-7{
    margin-right: 1.75rem;
  }

  #app .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  #app .xl\:ml-7{
    margin-left: 1.75rem;
  }

  #app .xl\:mt-8{
    margin-top: 2rem;
  }

  #app .xl\:mr-8{
    margin-right: 2rem;
  }

  #app .xl\:mb-8{
    margin-bottom: 2rem;
  }

  #app .xl\:ml-8{
    margin-left: 2rem;
  }

  #app .xl\:mt-9{
    margin-top: 2.25rem;
  }

  #app .xl\:mr-9{
    margin-right: 2.25rem;
  }

  #app .xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  #app .xl\:ml-9{
    margin-left: 2.25rem;
  }

  #app .xl\:mt-10{
    margin-top: 2.5rem;
  }

  #app .xl\:mr-10{
    margin-right: 2.5rem;
  }

  #app .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  #app .xl\:ml-10{
    margin-left: 2.5rem;
  }

  #app .xl\:mt-11{
    margin-top: 2.75rem;
  }

  #app .xl\:mr-11{
    margin-right: 2.75rem;
  }

  #app .xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  #app .xl\:ml-11{
    margin-left: 2.75rem;
  }

  #app .xl\:mt-12{
    margin-top: 3rem;
  }

  #app .xl\:mr-12{
    margin-right: 3rem;
  }

  #app .xl\:mb-12{
    margin-bottom: 3rem;
  }

  #app .xl\:ml-12{
    margin-left: 3rem;
  }

  #app .xl\:mt-14{
    margin-top: 3.5rem;
  }

  #app .xl\:mr-14{
    margin-right: 3.5rem;
  }

  #app .xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  #app .xl\:ml-14{
    margin-left: 3.5rem;
  }

  #app .xl\:mt-16{
    margin-top: 4rem;
  }

  #app .xl\:mr-16{
    margin-right: 4rem;
  }

  #app .xl\:mb-16{
    margin-bottom: 4rem;
  }

  #app .xl\:ml-16{
    margin-left: 4rem;
  }

  #app .xl\:mt-20{
    margin-top: 5rem;
  }

  #app .xl\:mr-20{
    margin-right: 5rem;
  }

  #app .xl\:mb-20{
    margin-bottom: 5rem;
  }

  #app .xl\:ml-20{
    margin-left: 5rem;
  }

  #app .xl\:mt-24{
    margin-top: 6rem;
  }

  #app .xl\:mr-24{
    margin-right: 6rem;
  }

  #app .xl\:mb-24{
    margin-bottom: 6rem;
  }

  #app .xl\:ml-24{
    margin-left: 6rem;
  }

  #app .xl\:mt-28{
    margin-top: 7rem;
  }

  #app .xl\:mr-28{
    margin-right: 7rem;
  }

  #app .xl\:mb-28{
    margin-bottom: 7rem;
  }

  #app .xl\:ml-28{
    margin-left: 7rem;
  }

  #app .xl\:mt-32{
    margin-top: 8rem;
  }

  #app .xl\:mr-32{
    margin-right: 8rem;
  }

  #app .xl\:mb-32{
    margin-bottom: 8rem;
  }

  #app .xl\:ml-32{
    margin-left: 8rem;
  }

  #app .xl\:mt-36{
    margin-top: 9rem;
  }

  #app .xl\:mr-36{
    margin-right: 9rem;
  }

  #app .xl\:mb-36{
    margin-bottom: 9rem;
  }

  #app .xl\:ml-36{
    margin-left: 9rem;
  }

  #app .xl\:mt-40{
    margin-top: 10rem;
  }

  #app .xl\:mr-40{
    margin-right: 10rem;
  }

  #app .xl\:mb-40{
    margin-bottom: 10rem;
  }

  #app .xl\:ml-40{
    margin-left: 10rem;
  }

  #app .xl\:mt-44{
    margin-top: 11rem;
  }

  #app .xl\:mr-44{
    margin-right: 11rem;
  }

  #app .xl\:mb-44{
    margin-bottom: 11rem;
  }

  #app .xl\:ml-44{
    margin-left: 11rem;
  }

  #app .xl\:mt-48{
    margin-top: 12rem;
  }

  #app .xl\:mr-48{
    margin-right: 12rem;
  }

  #app .xl\:mb-48{
    margin-bottom: 12rem;
  }

  #app .xl\:ml-48{
    margin-left: 12rem;
  }

  #app .xl\:mt-52{
    margin-top: 13rem;
  }

  #app .xl\:mr-52{
    margin-right: 13rem;
  }

  #app .xl\:mb-52{
    margin-bottom: 13rem;
  }

  #app .xl\:ml-52{
    margin-left: 13rem;
  }

  #app .xl\:mt-56{
    margin-top: 14rem;
  }

  #app .xl\:mr-56{
    margin-right: 14rem;
  }

  #app .xl\:mb-56{
    margin-bottom: 14rem;
  }

  #app .xl\:ml-56{
    margin-left: 14rem;
  }

  #app .xl\:mt-60{
    margin-top: 15rem;
  }

  #app .xl\:mr-60{
    margin-right: 15rem;
  }

  #app .xl\:mb-60{
    margin-bottom: 15rem;
  }

  #app .xl\:ml-60{
    margin-left: 15rem;
  }

  #app .xl\:mt-64{
    margin-top: 16rem;
  }

  #app .xl\:mr-64{
    margin-right: 16rem;
  }

  #app .xl\:mb-64{
    margin-bottom: 16rem;
  }

  #app .xl\:ml-64{
    margin-left: 16rem;
  }

  #app .xl\:mt-72{
    margin-top: 18rem;
  }

  #app .xl\:mr-72{
    margin-right: 18rem;
  }

  #app .xl\:mb-72{
    margin-bottom: 18rem;
  }

  #app .xl\:ml-72{
    margin-left: 18rem;
  }

  #app .xl\:mt-80{
    margin-top: 20rem;
  }

  #app .xl\:mr-80{
    margin-right: 20rem;
  }

  #app .xl\:mb-80{
    margin-bottom: 20rem;
  }

  #app .xl\:ml-80{
    margin-left: 20rem;
  }

  #app .xl\:mt-96{
    margin-top: 24rem;
  }

  #app .xl\:mr-96{
    margin-right: 24rem;
  }

  #app .xl\:mb-96{
    margin-bottom: 24rem;
  }

  #app .xl\:ml-96{
    margin-left: 24rem;
  }

  #app .xl\:mt-auto{
    margin-top: auto;
  }

  #app .xl\:mr-auto{
    margin-right: auto;
  }

  #app .xl\:mb-auto{
    margin-bottom: auto;
  }

  #app .xl\:ml-auto{
    margin-left: auto;
  }

  #app .xl\:mt-px{
    margin-top: 1px;
  }

  #app .xl\:mr-px{
    margin-right: 1px;
  }

  #app .xl\:mb-px{
    margin-bottom: 1px;
  }

  #app .xl\:ml-px{
    margin-left: 1px;
  }

  #app .xl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  #app .xl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  #app .xl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  #app .xl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  #app .xl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  #app .xl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  #app .xl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  #app .xl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  #app .xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  #app .xl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  #app .xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  #app .xl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  #app .xl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  #app .xl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  #app .xl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  #app .xl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  #app .xl\:-mt-0{
    margin-top: 0px;
  }

  #app .xl\:-mr-0{
    margin-right: 0px;
  }

  #app .xl\:-mb-0{
    margin-bottom: 0px;
  }

  #app .xl\:-ml-0{
    margin-left: 0px;
  }

  #app .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  #app .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  #app .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  #app .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  #app .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  #app .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  #app .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  #app .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  #app .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  #app .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  #app .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  #app .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  #app .xl\:-mt-4{
    margin-top: -1rem;
  }

  #app .xl\:-mr-4{
    margin-right: -1rem;
  }

  #app .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  #app .xl\:-ml-4{
    margin-left: -1rem;
  }

  #app .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  #app .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  #app .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  #app .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  #app .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  #app .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  #app .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  #app .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  #app .xl\:-mt-7{
    margin-top: -1.75rem;
  }

  #app .xl\:-mr-7{
    margin-right: -1.75rem;
  }

  #app .xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  #app .xl\:-ml-7{
    margin-left: -1.75rem;
  }

  #app .xl\:-mt-8{
    margin-top: -2rem;
  }

  #app .xl\:-mr-8{
    margin-right: -2rem;
  }

  #app .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  #app .xl\:-ml-8{
    margin-left: -2rem;
  }

  #app .xl\:-mt-9{
    margin-top: -2.25rem;
  }

  #app .xl\:-mr-9{
    margin-right: -2.25rem;
  }

  #app .xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  #app .xl\:-ml-9{
    margin-left: -2.25rem;
  }

  #app .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  #app .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  #app .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  #app .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  #app .xl\:-mt-11{
    margin-top: -2.75rem;
  }

  #app .xl\:-mr-11{
    margin-right: -2.75rem;
  }

  #app .xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  #app .xl\:-ml-11{
    margin-left: -2.75rem;
  }

  #app .xl\:-mt-12{
    margin-top: -3rem;
  }

  #app .xl\:-mr-12{
    margin-right: -3rem;
  }

  #app .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  #app .xl\:-ml-12{
    margin-left: -3rem;
  }

  #app .xl\:-mt-14{
    margin-top: -3.5rem;
  }

  #app .xl\:-mr-14{
    margin-right: -3.5rem;
  }

  #app .xl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  #app .xl\:-ml-14{
    margin-left: -3.5rem;
  }

  #app .xl\:-mt-16{
    margin-top: -4rem;
  }

  #app .xl\:-mr-16{
    margin-right: -4rem;
  }

  #app .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  #app .xl\:-ml-16{
    margin-left: -4rem;
  }

  #app .xl\:-mt-20{
    margin-top: -5rem;
  }

  #app .xl\:-mr-20{
    margin-right: -5rem;
  }

  #app .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  #app .xl\:-ml-20{
    margin-left: -5rem;
  }

  #app .xl\:-mt-24{
    margin-top: -6rem;
  }

  #app .xl\:-mr-24{
    margin-right: -6rem;
  }

  #app .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  #app .xl\:-ml-24{
    margin-left: -6rem;
  }

  #app .xl\:-mt-28{
    margin-top: -7rem;
  }

  #app .xl\:-mr-28{
    margin-right: -7rem;
  }

  #app .xl\:-mb-28{
    margin-bottom: -7rem;
  }

  #app .xl\:-ml-28{
    margin-left: -7rem;
  }

  #app .xl\:-mt-32{
    margin-top: -8rem;
  }

  #app .xl\:-mr-32{
    margin-right: -8rem;
  }

  #app .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  #app .xl\:-ml-32{
    margin-left: -8rem;
  }

  #app .xl\:-mt-36{
    margin-top: -9rem;
  }

  #app .xl\:-mr-36{
    margin-right: -9rem;
  }

  #app .xl\:-mb-36{
    margin-bottom: -9rem;
  }

  #app .xl\:-ml-36{
    margin-left: -9rem;
  }

  #app .xl\:-mt-40{
    margin-top: -10rem;
  }

  #app .xl\:-mr-40{
    margin-right: -10rem;
  }

  #app .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  #app .xl\:-ml-40{
    margin-left: -10rem;
  }

  #app .xl\:-mt-44{
    margin-top: -11rem;
  }

  #app .xl\:-mr-44{
    margin-right: -11rem;
  }

  #app .xl\:-mb-44{
    margin-bottom: -11rem;
  }

  #app .xl\:-ml-44{
    margin-left: -11rem;
  }

  #app .xl\:-mt-48{
    margin-top: -12rem;
  }

  #app .xl\:-mr-48{
    margin-right: -12rem;
  }

  #app .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  #app .xl\:-ml-48{
    margin-left: -12rem;
  }

  #app .xl\:-mt-52{
    margin-top: -13rem;
  }

  #app .xl\:-mr-52{
    margin-right: -13rem;
  }

  #app .xl\:-mb-52{
    margin-bottom: -13rem;
  }

  #app .xl\:-ml-52{
    margin-left: -13rem;
  }

  #app .xl\:-mt-56{
    margin-top: -14rem;
  }

  #app .xl\:-mr-56{
    margin-right: -14rem;
  }

  #app .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  #app .xl\:-ml-56{
    margin-left: -14rem;
  }

  #app .xl\:-mt-60{
    margin-top: -15rem;
  }

  #app .xl\:-mr-60{
    margin-right: -15rem;
  }

  #app .xl\:-mb-60{
    margin-bottom: -15rem;
  }

  #app .xl\:-ml-60{
    margin-left: -15rem;
  }

  #app .xl\:-mt-64{
    margin-top: -16rem;
  }

  #app .xl\:-mr-64{
    margin-right: -16rem;
  }

  #app .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  #app .xl\:-ml-64{
    margin-left: -16rem;
  }

  #app .xl\:-mt-72{
    margin-top: -18rem;
  }

  #app .xl\:-mr-72{
    margin-right: -18rem;
  }

  #app .xl\:-mb-72{
    margin-bottom: -18rem;
  }

  #app .xl\:-ml-72{
    margin-left: -18rem;
  }

  #app .xl\:-mt-80{
    margin-top: -20rem;
  }

  #app .xl\:-mr-80{
    margin-right: -20rem;
  }

  #app .xl\:-mb-80{
    margin-bottom: -20rem;
  }

  #app .xl\:-ml-80{
    margin-left: -20rem;
  }

  #app .xl\:-mt-96{
    margin-top: -24rem;
  }

  #app .xl\:-mr-96{
    margin-right: -24rem;
  }

  #app .xl\:-mb-96{
    margin-bottom: -24rem;
  }

  #app .xl\:-ml-96{
    margin-left: -24rem;
  }

  #app .xl\:-mt-px{
    margin-top: -1px;
  }

  #app .xl\:-mr-px{
    margin-right: -1px;
  }

  #app .xl\:-mb-px{
    margin-bottom: -1px;
  }

  #app .xl\:-ml-px{
    margin-left: -1px;
  }

  #app .xl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  #app .xl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  #app .xl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  #app .xl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  #app .xl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  #app .xl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  #app .xl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  #app .xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  #app .xl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  #app .xl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  #app .xl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  #app .xl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  #app .xl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  #app .xl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  #app .xl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  #app .xl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  #app .xl\:max-h-0{
    max-height: 0px;
  }

  #app .xl\:max-h-1{
    max-height: 0.25rem;
  }

  #app .xl\:max-h-2{
    max-height: 0.5rem;
  }

  #app .xl\:max-h-3{
    max-height: 0.75rem;
  }

  #app .xl\:max-h-4{
    max-height: 1rem;
  }

  #app .xl\:max-h-5{
    max-height: 1.25rem;
  }

  #app .xl\:max-h-6{
    max-height: 1.5rem;
  }

  #app .xl\:max-h-7{
    max-height: 1.75rem;
  }

  #app .xl\:max-h-8{
    max-height: 2rem;
  }

  #app .xl\:max-h-9{
    max-height: 2.25rem;
  }

  #app .xl\:max-h-10{
    max-height: 2.5rem;
  }

  #app .xl\:max-h-11{
    max-height: 2.75rem;
  }

  #app .xl\:max-h-12{
    max-height: 3rem;
  }

  #app .xl\:max-h-14{
    max-height: 3.5rem;
  }

  #app .xl\:max-h-16{
    max-height: 4rem;
  }

  #app .xl\:max-h-20{
    max-height: 5rem;
  }

  #app .xl\:max-h-24{
    max-height: 6rem;
  }

  #app .xl\:max-h-28{
    max-height: 7rem;
  }

  #app .xl\:max-h-32{
    max-height: 8rem;
  }

  #app .xl\:max-h-36{
    max-height: 9rem;
  }

  #app .xl\:max-h-40{
    max-height: 10rem;
  }

  #app .xl\:max-h-44{
    max-height: 11rem;
  }

  #app .xl\:max-h-48{
    max-height: 12rem;
  }

  #app .xl\:max-h-52{
    max-height: 13rem;
  }

  #app .xl\:max-h-56{
    max-height: 14rem;
  }

  #app .xl\:max-h-60{
    max-height: 15rem;
  }

  #app .xl\:max-h-64{
    max-height: 16rem;
  }

  #app .xl\:max-h-72{
    max-height: 18rem;
  }

  #app .xl\:max-h-80{
    max-height: 20rem;
  }

  #app .xl\:max-h-96{
    max-height: 24rem;
  }

  #app .xl\:max-h-px{
    max-height: 1px;
  }

  #app .xl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  #app .xl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  #app .xl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  #app .xl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  #app .xl\:max-h-full{
    max-height: 100%;
  }

  #app .xl\:max-h-screen{
    max-height: 100vh;
  }

  #app .xl\:max-w-0{
    max-width: 0rem;
  }

  #app .xl\:max-w-none{
    max-width: none;
  }

  #app .xl\:max-w-xs{
    max-width: 20rem;
  }

  #app .xl\:max-w-sm{
    max-width: 24rem;
  }

  #app .xl\:max-w-md{
    max-width: 28rem;
  }

  #app .xl\:max-w-lg{
    max-width: 32rem;
  }

  #app .xl\:max-w-xl{
    max-width: 36rem;
  }

  #app .xl\:max-w-2xl{
    max-width: 42rem;
  }

  #app .xl\:max-w-3xl{
    max-width: 48rem;
  }

  #app .xl\:max-w-4xl{
    max-width: 56rem;
  }

  #app .xl\:max-w-5xl{
    max-width: 64rem;
  }

  #app .xl\:max-w-6xl{
    max-width: 72rem;
  }

  #app .xl\:max-w-7xl{
    max-width: 80rem;
  }

  #app .xl\:max-w-full{
    max-width: 100%;
  }

  #app .xl\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  #app .xl\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  #app .xl\:max-w-prose{
    max-width: 65ch;
  }

  #app .xl\:max-w-screen-sm{
    max-width: 640px;
  }

  #app .xl\:max-w-screen-md{
    max-width: 768px;
  }

  #app .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  #app .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  #app .xl\:max-w-screen-2xl{
    max-width: 1536px;
  }

  #app .xl\:min-h-0{
    min-height: 0px;
  }

  #app .xl\:min-h-full{
    min-height: 100%;
  }

  #app .xl\:min-h-screen{
    min-height: 100vh;
  }

  #app .xl\:min-w-0{
    min-width: 0px;
  }

  #app .xl\:min-w-full{
    min-width: 100%;
  }

  #app .xl\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  #app .xl\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  #app .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  #app .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  #app .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  #app .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  #app .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  #app .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  #app .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  #app .xl\:opacity-0{
    opacity: 0;
  }

  #app .xl\:opacity-5{
    opacity: 0.05;
  }

  #app .xl\:opacity-10{
    opacity: 0.1;
  }

  #app .xl\:opacity-20{
    opacity: 0.2;
  }

  #app .xl\:opacity-25{
    opacity: 0.25;
  }

  #app .xl\:opacity-30{
    opacity: 0.3;
  }

  #app .xl\:opacity-40{
    opacity: 0.4;
  }

  #app .xl\:opacity-50{
    opacity: 0.5;
  }

  #app .xl\:opacity-60{
    opacity: 0.6;
  }

  #app .xl\:opacity-70{
    opacity: 0.7;
  }

  #app .xl\:opacity-75{
    opacity: 0.75;
  }

  #app .xl\:opacity-80{
    opacity: 0.8;
  }

  #app .xl\:opacity-90{
    opacity: 0.9;
  }

  #app .xl\:opacity-95{
    opacity: 0.95;
  }

  #app .xl\:opacity-100{
    opacity: 1;
  }

  #app .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  #app .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  #app .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  #app .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  #app .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  #app .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  #app .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  #app .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  #app .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  #app .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  #app .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  #app .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  #app .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  #app .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  #app .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  #app .xl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  #app .xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  #app .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  #app .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  #app .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  #app .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  #app .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  #app .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  #app .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  #app .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  #app .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  #app .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  #app .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  #app .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  #app .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  #app .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  #app .xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  #app .xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  #app .xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  #app .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  #app .xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  #app .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  #app .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  #app .xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  #app .xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  #app .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  #app .xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  #app .xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  #app .xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  #app .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  #app .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  #app .xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  #app .xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  #app .xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  #app .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  #app .xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  #app .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  #app .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  #app .xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  #app .xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  #app .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  #app .xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  #app .xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  #app .xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  #app .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  #app .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .xl\:overflow-auto{
    overflow: auto;
  }

  #app .xl\:overflow-hidden{
    overflow: hidden;
  }

  #app .xl\:overflow-visible{
    overflow: visible;
  }

  #app .xl\:overflow-scroll{
    overflow: scroll;
  }

  #app .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  #app .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  #app .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  #app .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  #app .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  #app .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  #app .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  #app .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  #app .xl\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  #app .xl\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  #app .xl\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  #app .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  #app .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  #app .xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  #app .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  #app .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  #app .xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  #app .xl\:p-0{
    padding: 0px;
  }

  #app .xl\:p-1{
    padding: 0.25rem;
  }

  #app .xl\:p-2{
    padding: 0.5rem;
  }

  #app .xl\:p-3{
    padding: 0.75rem;
  }

  #app .xl\:p-4{
    padding: 1rem;
  }

  #app .xl\:p-5{
    padding: 1.25rem;
  }

  #app .xl\:p-6{
    padding: 1.5rem;
  }

  #app .xl\:p-7{
    padding: 1.75rem;
  }

  #app .xl\:p-8{
    padding: 2rem;
  }

  #app .xl\:p-9{
    padding: 2.25rem;
  }

  #app .xl\:p-10{
    padding: 2.5rem;
  }

  #app .xl\:p-11{
    padding: 2.75rem;
  }

  #app .xl\:p-12{
    padding: 3rem;
  }

  #app .xl\:p-14{
    padding: 3.5rem;
  }

  #app .xl\:p-16{
    padding: 4rem;
  }

  #app .xl\:p-20{
    padding: 5rem;
  }

  #app .xl\:p-24{
    padding: 6rem;
  }

  #app .xl\:p-28{
    padding: 7rem;
  }

  #app .xl\:p-32{
    padding: 8rem;
  }

  #app .xl\:p-36{
    padding: 9rem;
  }

  #app .xl\:p-40{
    padding: 10rem;
  }

  #app .xl\:p-44{
    padding: 11rem;
  }

  #app .xl\:p-48{
    padding: 12rem;
  }

  #app .xl\:p-52{
    padding: 13rem;
  }

  #app .xl\:p-56{
    padding: 14rem;
  }

  #app .xl\:p-60{
    padding: 15rem;
  }

  #app .xl\:p-64{
    padding: 16rem;
  }

  #app .xl\:p-72{
    padding: 18rem;
  }

  #app .xl\:p-80{
    padding: 20rem;
  }

  #app .xl\:p-96{
    padding: 24rem;
  }

  #app .xl\:p-px{
    padding: 1px;
  }

  #app .xl\:p-0\.5{
    padding: 0.125rem;
  }

  #app .xl\:p-1\.5{
    padding: 0.375rem;
  }

  #app .xl\:p-2\.5{
    padding: 0.625rem;
  }

  #app .xl\:p-3\.5{
    padding: 0.875rem;
  }

  #app .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #app .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  #app .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #app .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #app .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #app .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #app .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  #app .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  #app .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #app .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #app .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #app .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #app .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #app .xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #app .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  #app .xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  #app .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  #app .xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  #app .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .xl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  #app .xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  #app .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  #app .xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  #app .xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  #app .xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  #app .xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  #app .xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  #app .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .xl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  #app .xl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  #app .xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #app .xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #app .xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #app .xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #app .xl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #app .xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #app .xl\:pt-0{
    padding-top: 0px;
  }

  #app .xl\:pr-0{
    padding-right: 0px;
  }

  #app .xl\:pb-0{
    padding-bottom: 0px;
  }

  #app .xl\:pl-0{
    padding-left: 0px;
  }

  #app .xl\:pt-1{
    padding-top: 0.25rem;
  }

  #app .xl\:pr-1{
    padding-right: 0.25rem;
  }

  #app .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  #app .xl\:pl-1{
    padding-left: 0.25rem;
  }

  #app .xl\:pt-2{
    padding-top: 0.5rem;
  }

  #app .xl\:pr-2{
    padding-right: 0.5rem;
  }

  #app .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  #app .xl\:pl-2{
    padding-left: 0.5rem;
  }

  #app .xl\:pt-3{
    padding-top: 0.75rem;
  }

  #app .xl\:pr-3{
    padding-right: 0.75rem;
  }

  #app .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  #app .xl\:pl-3{
    padding-left: 0.75rem;
  }

  #app .xl\:pt-4{
    padding-top: 1rem;
  }

  #app .xl\:pr-4{
    padding-right: 1rem;
  }

  #app .xl\:pb-4{
    padding-bottom: 1rem;
  }

  #app .xl\:pl-4{
    padding-left: 1rem;
  }

  #app .xl\:pt-5{
    padding-top: 1.25rem;
  }

  #app .xl\:pr-5{
    padding-right: 1.25rem;
  }

  #app .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  #app .xl\:pl-5{
    padding-left: 1.25rem;
  }

  #app .xl\:pt-6{
    padding-top: 1.5rem;
  }

  #app .xl\:pr-6{
    padding-right: 1.5rem;
  }

  #app .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  #app .xl\:pl-6{
    padding-left: 1.5rem;
  }

  #app .xl\:pt-7{
    padding-top: 1.75rem;
  }

  #app .xl\:pr-7{
    padding-right: 1.75rem;
  }

  #app .xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  #app .xl\:pl-7{
    padding-left: 1.75rem;
  }

  #app .xl\:pt-8{
    padding-top: 2rem;
  }

  #app .xl\:pr-8{
    padding-right: 2rem;
  }

  #app .xl\:pb-8{
    padding-bottom: 2rem;
  }

  #app .xl\:pl-8{
    padding-left: 2rem;
  }

  #app .xl\:pt-9{
    padding-top: 2.25rem;
  }

  #app .xl\:pr-9{
    padding-right: 2.25rem;
  }

  #app .xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  #app .xl\:pl-9{
    padding-left: 2.25rem;
  }

  #app .xl\:pt-10{
    padding-top: 2.5rem;
  }

  #app .xl\:pr-10{
    padding-right: 2.5rem;
  }

  #app .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  #app .xl\:pl-10{
    padding-left: 2.5rem;
  }

  #app .xl\:pt-11{
    padding-top: 2.75rem;
  }

  #app .xl\:pr-11{
    padding-right: 2.75rem;
  }

  #app .xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  #app .xl\:pl-11{
    padding-left: 2.75rem;
  }

  #app .xl\:pt-12{
    padding-top: 3rem;
  }

  #app .xl\:pr-12{
    padding-right: 3rem;
  }

  #app .xl\:pb-12{
    padding-bottom: 3rem;
  }

  #app .xl\:pl-12{
    padding-left: 3rem;
  }

  #app .xl\:pt-14{
    padding-top: 3.5rem;
  }

  #app .xl\:pr-14{
    padding-right: 3.5rem;
  }

  #app .xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  #app .xl\:pl-14{
    padding-left: 3.5rem;
  }

  #app .xl\:pt-16{
    padding-top: 4rem;
  }

  #app .xl\:pr-16{
    padding-right: 4rem;
  }

  #app .xl\:pb-16{
    padding-bottom: 4rem;
  }

  #app .xl\:pl-16{
    padding-left: 4rem;
  }

  #app .xl\:pt-20{
    padding-top: 5rem;
  }

  #app .xl\:pr-20{
    padding-right: 5rem;
  }

  #app .xl\:pb-20{
    padding-bottom: 5rem;
  }

  #app .xl\:pl-20{
    padding-left: 5rem;
  }

  #app .xl\:pt-24{
    padding-top: 6rem;
  }

  #app .xl\:pr-24{
    padding-right: 6rem;
  }

  #app .xl\:pb-24{
    padding-bottom: 6rem;
  }

  #app .xl\:pl-24{
    padding-left: 6rem;
  }

  #app .xl\:pt-28{
    padding-top: 7rem;
  }

  #app .xl\:pr-28{
    padding-right: 7rem;
  }

  #app .xl\:pb-28{
    padding-bottom: 7rem;
  }

  #app .xl\:pl-28{
    padding-left: 7rem;
  }

  #app .xl\:pt-32{
    padding-top: 8rem;
  }

  #app .xl\:pr-32{
    padding-right: 8rem;
  }

  #app .xl\:pb-32{
    padding-bottom: 8rem;
  }

  #app .xl\:pl-32{
    padding-left: 8rem;
  }

  #app .xl\:pt-36{
    padding-top: 9rem;
  }

  #app .xl\:pr-36{
    padding-right: 9rem;
  }

  #app .xl\:pb-36{
    padding-bottom: 9rem;
  }

  #app .xl\:pl-36{
    padding-left: 9rem;
  }

  #app .xl\:pt-40{
    padding-top: 10rem;
  }

  #app .xl\:pr-40{
    padding-right: 10rem;
  }

  #app .xl\:pb-40{
    padding-bottom: 10rem;
  }

  #app .xl\:pl-40{
    padding-left: 10rem;
  }

  #app .xl\:pt-44{
    padding-top: 11rem;
  }

  #app .xl\:pr-44{
    padding-right: 11rem;
  }

  #app .xl\:pb-44{
    padding-bottom: 11rem;
  }

  #app .xl\:pl-44{
    padding-left: 11rem;
  }

  #app .xl\:pt-48{
    padding-top: 12rem;
  }

  #app .xl\:pr-48{
    padding-right: 12rem;
  }

  #app .xl\:pb-48{
    padding-bottom: 12rem;
  }

  #app .xl\:pl-48{
    padding-left: 12rem;
  }

  #app .xl\:pt-52{
    padding-top: 13rem;
  }

  #app .xl\:pr-52{
    padding-right: 13rem;
  }

  #app .xl\:pb-52{
    padding-bottom: 13rem;
  }

  #app .xl\:pl-52{
    padding-left: 13rem;
  }

  #app .xl\:pt-56{
    padding-top: 14rem;
  }

  #app .xl\:pr-56{
    padding-right: 14rem;
  }

  #app .xl\:pb-56{
    padding-bottom: 14rem;
  }

  #app .xl\:pl-56{
    padding-left: 14rem;
  }

  #app .xl\:pt-60{
    padding-top: 15rem;
  }

  #app .xl\:pr-60{
    padding-right: 15rem;
  }

  #app .xl\:pb-60{
    padding-bottom: 15rem;
  }

  #app .xl\:pl-60{
    padding-left: 15rem;
  }

  #app .xl\:pt-64{
    padding-top: 16rem;
  }

  #app .xl\:pr-64{
    padding-right: 16rem;
  }

  #app .xl\:pb-64{
    padding-bottom: 16rem;
  }

  #app .xl\:pl-64{
    padding-left: 16rem;
  }

  #app .xl\:pt-72{
    padding-top: 18rem;
  }

  #app .xl\:pr-72{
    padding-right: 18rem;
  }

  #app .xl\:pb-72{
    padding-bottom: 18rem;
  }

  #app .xl\:pl-72{
    padding-left: 18rem;
  }

  #app .xl\:pt-80{
    padding-top: 20rem;
  }

  #app .xl\:pr-80{
    padding-right: 20rem;
  }

  #app .xl\:pb-80{
    padding-bottom: 20rem;
  }

  #app .xl\:pl-80{
    padding-left: 20rem;
  }

  #app .xl\:pt-96{
    padding-top: 24rem;
  }

  #app .xl\:pr-96{
    padding-right: 24rem;
  }

  #app .xl\:pb-96{
    padding-bottom: 24rem;
  }

  #app .xl\:pl-96{
    padding-left: 24rem;
  }

  #app .xl\:pt-px{
    padding-top: 1px;
  }

  #app .xl\:pr-px{
    padding-right: 1px;
  }

  #app .xl\:pb-px{
    padding-bottom: 1px;
  }

  #app .xl\:pl-px{
    padding-left: 1px;
  }

  #app .xl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  #app .xl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  #app .xl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  #app .xl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  #app .xl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  #app .xl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  #app .xl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  #app .xl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  #app .xl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  #app .xl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  #app .xl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  #app .xl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  #app .xl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  #app .xl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  #app .xl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  #app .xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  #app .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  #app .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  #app .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  #app .xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  #app .xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  #app .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  #app .xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  #app .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  #app .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  #app .xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  #app .xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  #app .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  #app .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .xl\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .xl\:pointer-events-none{
    pointer-events: none;
  }

  #app .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  #app .xl\:static{
    position: static;
  }

  #app .xl\:fixed{
    position: fixed;
  }

  #app .xl\:absolute{
    position: absolute;
  }

  #app .xl\:relative{
    position: relative;
  }

  #app .xl\:sticky{
    position: sticky;
  }

  #app .xl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .xl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  #app .xl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  #app .xl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  #app .xl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  #app .xl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  #app .xl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  #app .xl\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  #app .xl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  #app .xl\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  #app .xl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  #app .xl\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  #app .xl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  #app .xl\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  #app .xl\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  #app .xl\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  #app .xl\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  #app .xl\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  #app .xl\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  #app .xl\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  #app .xl\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  #app .xl\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  #app .xl\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  #app .xl\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  #app .xl\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  #app .xl\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  #app .xl\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  #app .xl\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  #app .xl\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  #app .xl\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  #app .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .xl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  #app .xl\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  #app .xl\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  #app .xl\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  #app .xl\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  #app .xl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .xl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  #app .xl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #app .xl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  #app .xl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  #app .xl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  #app .xl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  #app .xl\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  #app .xl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  #app .xl\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  #app .xl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  #app .xl\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  #app .xl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  #app .xl\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  #app .xl\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  #app .xl\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #app .xl\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  #app .xl\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  #app .xl\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  #app .xl\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  #app .xl\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  #app .xl\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  #app .xl\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  #app .xl\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  #app .xl\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  #app .xl\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  #app .xl\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  #app .xl\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  #app .xl\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  #app .xl\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  #app .xl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  #app .xl\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  #app .xl\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  #app .xl\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  #app .xl\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  #app .xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .xl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  #app .xl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  #app .xl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  #app .xl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .xl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  #app .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #app .xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .xl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  #app .xl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  #app .xl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  #app .xl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .xl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  #app .xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #app .xl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .xl\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .xl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  #app .xl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  #app .xl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  #app .xl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  #app .xl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  #app .xl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  #app .xl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  #app .xl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  #app .xl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  #app .xl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  #app .xl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  #app .xl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  #app .xl\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  #app .xl\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  #app .xl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  #app .xl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  #app .xl\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  #app .xl\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  #app .xl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  #app .xl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  #app .xl\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  #app .xl\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  #app .xl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  #app .xl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  #app .xl\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  #app .xl\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  #app .xl\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  #app .xl\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  #app .xl\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  #app .xl\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  #app .xl\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  #app .xl\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  #app .xl\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  #app .xl\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  #app .xl\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  #app .xl\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  #app .xl\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  #app .xl\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  #app .xl\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  #app .xl\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  #app .xl\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  #app .xl\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  #app .xl\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  #app .xl\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  #app .xl\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  #app .xl\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  #app .xl\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  #app .xl\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  #app .xl\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  #app .xl\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  #app .xl\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  #app .xl\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  #app .xl\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  #app .xl\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  #app .xl\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  #app .xl\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  #app .xl\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  #app .xl\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  #app .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  #app .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  #app .xl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  #app .xl\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  #app .xl\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  #app .xl\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  #app .xl\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  #app .xl\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  #app .xl\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  #app .xl\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  #app .xl\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  #app .xl\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  #app .xl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .xl\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .xl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  #app .xl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  #app .xl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #app .xl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  #app .xl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  #app .xl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  #app .xl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  #app .xl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  #app .xl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  #app .xl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  #app .xl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  #app .xl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  #app .xl\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  #app .xl\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  #app .xl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  #app .xl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  #app .xl\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  #app .xl\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  #app .xl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  #app .xl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  #app .xl\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  #app .xl\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  #app .xl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  #app .xl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  #app .xl\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  #app .xl\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  #app .xl\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  #app .xl\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  #app .xl\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  #app .xl\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  #app .xl\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  #app .xl\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  #app .xl\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  #app .xl\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  #app .xl\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  #app .xl\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  #app .xl\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  #app .xl\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  #app .xl\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  #app .xl\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  #app .xl\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  #app .xl\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  #app .xl\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  #app .xl\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  #app .xl\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  #app .xl\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  #app .xl\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  #app .xl\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  #app .xl\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  #app .xl\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  #app .xl\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  #app .xl\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  #app .xl\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  #app .xl\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  #app .xl\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  #app .xl\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  #app .xl\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  #app .xl\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  #app .xl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  #app .xl\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  #app .xl\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  #app .xl\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  #app .xl\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  #app .xl\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  #app .xl\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  #app .xl\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  #app .xl\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  #app .xl\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  #app .xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  #app .xl\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  #app .xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  #app .xl\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  #app .xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  #app .xl\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  #app .xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  #app .xl\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  #app .xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  #app .xl\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  #app .xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  #app .xl\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  #app .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  #app .xl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  #app .xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  #app .xl\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  #app .xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  #app .xl\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  #app .xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  #app .xl\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  #app .xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  #app .xl\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  #app .xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  #app .xl\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  #app .xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  #app .xl\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  #app .xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  #app .xl\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  #app .xl\:top-0{
    top: 0px;
  }

  #app .xl\:right-0{
    right: 0px;
  }

  #app .xl\:bottom-0{
    bottom: 0px;
  }

  #app .xl\:left-0{
    left: 0px;
  }

  #app .xl\:top-1{
    top: 0.25rem;
  }

  #app .xl\:right-1{
    right: 0.25rem;
  }

  #app .xl\:bottom-1{
    bottom: 0.25rem;
  }

  #app .xl\:left-1{
    left: 0.25rem;
  }

  #app .xl\:top-2{
    top: 0.5rem;
  }

  #app .xl\:right-2{
    right: 0.5rem;
  }

  #app .xl\:bottom-2{
    bottom: 0.5rem;
  }

  #app .xl\:left-2{
    left: 0.5rem;
  }

  #app .xl\:top-3{
    top: 0.75rem;
  }

  #app .xl\:right-3{
    right: 0.75rem;
  }

  #app .xl\:bottom-3{
    bottom: 0.75rem;
  }

  #app .xl\:left-3{
    left: 0.75rem;
  }

  #app .xl\:top-4{
    top: 1rem;
  }

  #app .xl\:right-4{
    right: 1rem;
  }

  #app .xl\:bottom-4{
    bottom: 1rem;
  }

  #app .xl\:left-4{
    left: 1rem;
  }

  #app .xl\:top-5{
    top: 1.25rem;
  }

  #app .xl\:right-5{
    right: 1.25rem;
  }

  #app .xl\:bottom-5{
    bottom: 1.25rem;
  }

  #app .xl\:left-5{
    left: 1.25rem;
  }

  #app .xl\:top-6{
    top: 1.5rem;
  }

  #app .xl\:right-6{
    right: 1.5rem;
  }

  #app .xl\:bottom-6{
    bottom: 1.5rem;
  }

  #app .xl\:left-6{
    left: 1.5rem;
  }

  #app .xl\:top-7{
    top: 1.75rem;
  }

  #app .xl\:right-7{
    right: 1.75rem;
  }

  #app .xl\:bottom-7{
    bottom: 1.75rem;
  }

  #app .xl\:left-7{
    left: 1.75rem;
  }

  #app .xl\:top-8{
    top: 2rem;
  }

  #app .xl\:right-8{
    right: 2rem;
  }

  #app .xl\:bottom-8{
    bottom: 2rem;
  }

  #app .xl\:left-8{
    left: 2rem;
  }

  #app .xl\:top-9{
    top: 2.25rem;
  }

  #app .xl\:right-9{
    right: 2.25rem;
  }

  #app .xl\:bottom-9{
    bottom: 2.25rem;
  }

  #app .xl\:left-9{
    left: 2.25rem;
  }

  #app .xl\:top-10{
    top: 2.5rem;
  }

  #app .xl\:right-10{
    right: 2.5rem;
  }

  #app .xl\:bottom-10{
    bottom: 2.5rem;
  }

  #app .xl\:left-10{
    left: 2.5rem;
  }

  #app .xl\:top-11{
    top: 2.75rem;
  }

  #app .xl\:right-11{
    right: 2.75rem;
  }

  #app .xl\:bottom-11{
    bottom: 2.75rem;
  }

  #app .xl\:left-11{
    left: 2.75rem;
  }

  #app .xl\:top-12{
    top: 3rem;
  }

  #app .xl\:right-12{
    right: 3rem;
  }

  #app .xl\:bottom-12{
    bottom: 3rem;
  }

  #app .xl\:left-12{
    left: 3rem;
  }

  #app .xl\:top-14{
    top: 3.5rem;
  }

  #app .xl\:right-14{
    right: 3.5rem;
  }

  #app .xl\:bottom-14{
    bottom: 3.5rem;
  }

  #app .xl\:left-14{
    left: 3.5rem;
  }

  #app .xl\:top-16{
    top: 4rem;
  }

  #app .xl\:right-16{
    right: 4rem;
  }

  #app .xl\:bottom-16{
    bottom: 4rem;
  }

  #app .xl\:left-16{
    left: 4rem;
  }

  #app .xl\:top-20{
    top: 5rem;
  }

  #app .xl\:right-20{
    right: 5rem;
  }

  #app .xl\:bottom-20{
    bottom: 5rem;
  }

  #app .xl\:left-20{
    left: 5rem;
  }

  #app .xl\:top-24{
    top: 6rem;
  }

  #app .xl\:right-24{
    right: 6rem;
  }

  #app .xl\:bottom-24{
    bottom: 6rem;
  }

  #app .xl\:left-24{
    left: 6rem;
  }

  #app .xl\:top-28{
    top: 7rem;
  }

  #app .xl\:right-28{
    right: 7rem;
  }

  #app .xl\:bottom-28{
    bottom: 7rem;
  }

  #app .xl\:left-28{
    left: 7rem;
  }

  #app .xl\:top-32{
    top: 8rem;
  }

  #app .xl\:right-32{
    right: 8rem;
  }

  #app .xl\:bottom-32{
    bottom: 8rem;
  }

  #app .xl\:left-32{
    left: 8rem;
  }

  #app .xl\:top-36{
    top: 9rem;
  }

  #app .xl\:right-36{
    right: 9rem;
  }

  #app .xl\:bottom-36{
    bottom: 9rem;
  }

  #app .xl\:left-36{
    left: 9rem;
  }

  #app .xl\:top-40{
    top: 10rem;
  }

  #app .xl\:right-40{
    right: 10rem;
  }

  #app .xl\:bottom-40{
    bottom: 10rem;
  }

  #app .xl\:left-40{
    left: 10rem;
  }

  #app .xl\:top-44{
    top: 11rem;
  }

  #app .xl\:right-44{
    right: 11rem;
  }

  #app .xl\:bottom-44{
    bottom: 11rem;
  }

  #app .xl\:left-44{
    left: 11rem;
  }

  #app .xl\:top-48{
    top: 12rem;
  }

  #app .xl\:right-48{
    right: 12rem;
  }

  #app .xl\:bottom-48{
    bottom: 12rem;
  }

  #app .xl\:left-48{
    left: 12rem;
  }

  #app .xl\:top-52{
    top: 13rem;
  }

  #app .xl\:right-52{
    right: 13rem;
  }

  #app .xl\:bottom-52{
    bottom: 13rem;
  }

  #app .xl\:left-52{
    left: 13rem;
  }

  #app .xl\:top-56{
    top: 14rem;
  }

  #app .xl\:right-56{
    right: 14rem;
  }

  #app .xl\:bottom-56{
    bottom: 14rem;
  }

  #app .xl\:left-56{
    left: 14rem;
  }

  #app .xl\:top-60{
    top: 15rem;
  }

  #app .xl\:right-60{
    right: 15rem;
  }

  #app .xl\:bottom-60{
    bottom: 15rem;
  }

  #app .xl\:left-60{
    left: 15rem;
  }

  #app .xl\:top-64{
    top: 16rem;
  }

  #app .xl\:right-64{
    right: 16rem;
  }

  #app .xl\:bottom-64{
    bottom: 16rem;
  }

  #app .xl\:left-64{
    left: 16rem;
  }

  #app .xl\:top-72{
    top: 18rem;
  }

  #app .xl\:right-72{
    right: 18rem;
  }

  #app .xl\:bottom-72{
    bottom: 18rem;
  }

  #app .xl\:left-72{
    left: 18rem;
  }

  #app .xl\:top-80{
    top: 20rem;
  }

  #app .xl\:right-80{
    right: 20rem;
  }

  #app .xl\:bottom-80{
    bottom: 20rem;
  }

  #app .xl\:left-80{
    left: 20rem;
  }

  #app .xl\:top-96{
    top: 24rem;
  }

  #app .xl\:right-96{
    right: 24rem;
  }

  #app .xl\:bottom-96{
    bottom: 24rem;
  }

  #app .xl\:left-96{
    left: 24rem;
  }

  #app .xl\:top-auto{
    top: auto;
  }

  #app .xl\:right-auto{
    right: auto;
  }

  #app .xl\:bottom-auto{
    bottom: auto;
  }

  #app .xl\:left-auto{
    left: auto;
  }

  #app .xl\:top-px{
    top: 1px;
  }

  #app .xl\:right-px{
    right: 1px;
  }

  #app .xl\:bottom-px{
    bottom: 1px;
  }

  #app .xl\:left-px{
    left: 1px;
  }

  #app .xl\:top-0\.5{
    top: 0.125rem;
  }

  #app .xl\:right-0\.5{
    right: 0.125rem;
  }

  #app .xl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  #app .xl\:left-0\.5{
    left: 0.125rem;
  }

  #app .xl\:top-1\.5{
    top: 0.375rem;
  }

  #app .xl\:right-1\.5{
    right: 0.375rem;
  }

  #app .xl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  #app .xl\:left-1\.5{
    left: 0.375rem;
  }

  #app .xl\:top-2\.5{
    top: 0.625rem;
  }

  #app .xl\:right-2\.5{
    right: 0.625rem;
  }

  #app .xl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  #app .xl\:left-2\.5{
    left: 0.625rem;
  }

  #app .xl\:top-3\.5{
    top: 0.875rem;
  }

  #app .xl\:right-3\.5{
    right: 0.875rem;
  }

  #app .xl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  #app .xl\:left-3\.5{
    left: 0.875rem;
  }

  #app .xl\:-top-0{
    top: 0px;
  }

  #app .xl\:-right-0{
    right: 0px;
  }

  #app .xl\:-bottom-0{
    bottom: 0px;
  }

  #app .xl\:-left-0{
    left: 0px;
  }

  #app .xl\:-top-1{
    top: -0.25rem;
  }

  #app .xl\:-right-1{
    right: -0.25rem;
  }

  #app .xl\:-bottom-1{
    bottom: -0.25rem;
  }

  #app .xl\:-left-1{
    left: -0.25rem;
  }

  #app .xl\:-top-2{
    top: -0.5rem;
  }

  #app .xl\:-right-2{
    right: -0.5rem;
  }

  #app .xl\:-bottom-2{
    bottom: -0.5rem;
  }

  #app .xl\:-left-2{
    left: -0.5rem;
  }

  #app .xl\:-top-3{
    top: -0.75rem;
  }

  #app .xl\:-right-3{
    right: -0.75rem;
  }

  #app .xl\:-bottom-3{
    bottom: -0.75rem;
  }

  #app .xl\:-left-3{
    left: -0.75rem;
  }

  #app .xl\:-top-4{
    top: -1rem;
  }

  #app .xl\:-right-4{
    right: -1rem;
  }

  #app .xl\:-bottom-4{
    bottom: -1rem;
  }

  #app .xl\:-left-4{
    left: -1rem;
  }

  #app .xl\:-top-5{
    top: -1.25rem;
  }

  #app .xl\:-right-5{
    right: -1.25rem;
  }

  #app .xl\:-bottom-5{
    bottom: -1.25rem;
  }

  #app .xl\:-left-5{
    left: -1.25rem;
  }

  #app .xl\:-top-6{
    top: -1.5rem;
  }

  #app .xl\:-right-6{
    right: -1.5rem;
  }

  #app .xl\:-bottom-6{
    bottom: -1.5rem;
  }

  #app .xl\:-left-6{
    left: -1.5rem;
  }

  #app .xl\:-top-7{
    top: -1.75rem;
  }

  #app .xl\:-right-7{
    right: -1.75rem;
  }

  #app .xl\:-bottom-7{
    bottom: -1.75rem;
  }

  #app .xl\:-left-7{
    left: -1.75rem;
  }

  #app .xl\:-top-8{
    top: -2rem;
  }

  #app .xl\:-right-8{
    right: -2rem;
  }

  #app .xl\:-bottom-8{
    bottom: -2rem;
  }

  #app .xl\:-left-8{
    left: -2rem;
  }

  #app .xl\:-top-9{
    top: -2.25rem;
  }

  #app .xl\:-right-9{
    right: -2.25rem;
  }

  #app .xl\:-bottom-9{
    bottom: -2.25rem;
  }

  #app .xl\:-left-9{
    left: -2.25rem;
  }

  #app .xl\:-top-10{
    top: -2.5rem;
  }

  #app .xl\:-right-10{
    right: -2.5rem;
  }

  #app .xl\:-bottom-10{
    bottom: -2.5rem;
  }

  #app .xl\:-left-10{
    left: -2.5rem;
  }

  #app .xl\:-top-11{
    top: -2.75rem;
  }

  #app .xl\:-right-11{
    right: -2.75rem;
  }

  #app .xl\:-bottom-11{
    bottom: -2.75rem;
  }

  #app .xl\:-left-11{
    left: -2.75rem;
  }

  #app .xl\:-top-12{
    top: -3rem;
  }

  #app .xl\:-right-12{
    right: -3rem;
  }

  #app .xl\:-bottom-12{
    bottom: -3rem;
  }

  #app .xl\:-left-12{
    left: -3rem;
  }

  #app .xl\:-top-14{
    top: -3.5rem;
  }

  #app .xl\:-right-14{
    right: -3.5rem;
  }

  #app .xl\:-bottom-14{
    bottom: -3.5rem;
  }

  #app .xl\:-left-14{
    left: -3.5rem;
  }

  #app .xl\:-top-16{
    top: -4rem;
  }

  #app .xl\:-right-16{
    right: -4rem;
  }

  #app .xl\:-bottom-16{
    bottom: -4rem;
  }

  #app .xl\:-left-16{
    left: -4rem;
  }

  #app .xl\:-top-20{
    top: -5rem;
  }

  #app .xl\:-right-20{
    right: -5rem;
  }

  #app .xl\:-bottom-20{
    bottom: -5rem;
  }

  #app .xl\:-left-20{
    left: -5rem;
  }

  #app .xl\:-top-24{
    top: -6rem;
  }

  #app .xl\:-right-24{
    right: -6rem;
  }

  #app .xl\:-bottom-24{
    bottom: -6rem;
  }

  #app .xl\:-left-24{
    left: -6rem;
  }

  #app .xl\:-top-28{
    top: -7rem;
  }

  #app .xl\:-right-28{
    right: -7rem;
  }

  #app .xl\:-bottom-28{
    bottom: -7rem;
  }

  #app .xl\:-left-28{
    left: -7rem;
  }

  #app .xl\:-top-32{
    top: -8rem;
  }

  #app .xl\:-right-32{
    right: -8rem;
  }

  #app .xl\:-bottom-32{
    bottom: -8rem;
  }

  #app .xl\:-left-32{
    left: -8rem;
  }

  #app .xl\:-top-36{
    top: -9rem;
  }

  #app .xl\:-right-36{
    right: -9rem;
  }

  #app .xl\:-bottom-36{
    bottom: -9rem;
  }

  #app .xl\:-left-36{
    left: -9rem;
  }

  #app .xl\:-top-40{
    top: -10rem;
  }

  #app .xl\:-right-40{
    right: -10rem;
  }

  #app .xl\:-bottom-40{
    bottom: -10rem;
  }

  #app .xl\:-left-40{
    left: -10rem;
  }

  #app .xl\:-top-44{
    top: -11rem;
  }

  #app .xl\:-right-44{
    right: -11rem;
  }

  #app .xl\:-bottom-44{
    bottom: -11rem;
  }

  #app .xl\:-left-44{
    left: -11rem;
  }

  #app .xl\:-top-48{
    top: -12rem;
  }

  #app .xl\:-right-48{
    right: -12rem;
  }

  #app .xl\:-bottom-48{
    bottom: -12rem;
  }

  #app .xl\:-left-48{
    left: -12rem;
  }

  #app .xl\:-top-52{
    top: -13rem;
  }

  #app .xl\:-right-52{
    right: -13rem;
  }

  #app .xl\:-bottom-52{
    bottom: -13rem;
  }

  #app .xl\:-left-52{
    left: -13rem;
  }

  #app .xl\:-top-56{
    top: -14rem;
  }

  #app .xl\:-right-56{
    right: -14rem;
  }

  #app .xl\:-bottom-56{
    bottom: -14rem;
  }

  #app .xl\:-left-56{
    left: -14rem;
  }

  #app .xl\:-top-60{
    top: -15rem;
  }

  #app .xl\:-right-60{
    right: -15rem;
  }

  #app .xl\:-bottom-60{
    bottom: -15rem;
  }

  #app .xl\:-left-60{
    left: -15rem;
  }

  #app .xl\:-top-64{
    top: -16rem;
  }

  #app .xl\:-right-64{
    right: -16rem;
  }

  #app .xl\:-bottom-64{
    bottom: -16rem;
  }

  #app .xl\:-left-64{
    left: -16rem;
  }

  #app .xl\:-top-72{
    top: -18rem;
  }

  #app .xl\:-right-72{
    right: -18rem;
  }

  #app .xl\:-bottom-72{
    bottom: -18rem;
  }

  #app .xl\:-left-72{
    left: -18rem;
  }

  #app .xl\:-top-80{
    top: -20rem;
  }

  #app .xl\:-right-80{
    right: -20rem;
  }

  #app .xl\:-bottom-80{
    bottom: -20rem;
  }

  #app .xl\:-left-80{
    left: -20rem;
  }

  #app .xl\:-top-96{
    top: -24rem;
  }

  #app .xl\:-right-96{
    right: -24rem;
  }

  #app .xl\:-bottom-96{
    bottom: -24rem;
  }

  #app .xl\:-left-96{
    left: -24rem;
  }

  #app .xl\:-top-px{
    top: -1px;
  }

  #app .xl\:-right-px{
    right: -1px;
  }

  #app .xl\:-bottom-px{
    bottom: -1px;
  }

  #app .xl\:-left-px{
    left: -1px;
  }

  #app .xl\:-top-0\.5{
    top: -0.125rem;
  }

  #app .xl\:-right-0\.5{
    right: -0.125rem;
  }

  #app .xl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  #app .xl\:-left-0\.5{
    left: -0.125rem;
  }

  #app .xl\:-top-1\.5{
    top: -0.375rem;
  }

  #app .xl\:-right-1\.5{
    right: -0.375rem;
  }

  #app .xl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  #app .xl\:-left-1\.5{
    left: -0.375rem;
  }

  #app .xl\:-top-2\.5{
    top: -0.625rem;
  }

  #app .xl\:-right-2\.5{
    right: -0.625rem;
  }

  #app .xl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  #app .xl\:-left-2\.5{
    left: -0.625rem;
  }

  #app .xl\:-top-3\.5{
    top: -0.875rem;
  }

  #app .xl\:-right-3\.5{
    right: -0.875rem;
  }

  #app .xl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  #app .xl\:-left-3\.5{
    left: -0.875rem;
  }

  #app .xl\:top-1\/2{
    top: 50%;
  }

  #app .xl\:right-1\/2{
    right: 50%;
  }

  #app .xl\:bottom-1\/2{
    bottom: 50%;
  }

  #app .xl\:left-1\/2{
    left: 50%;
  }

  #app .xl\:top-1\/3{
    top: 33.333333%;
  }

  #app .xl\:right-1\/3{
    right: 33.333333%;
  }

  #app .xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  #app .xl\:left-1\/3{
    left: 33.333333%;
  }

  #app .xl\:top-2\/3{
    top: 66.666667%;
  }

  #app .xl\:right-2\/3{
    right: 66.666667%;
  }

  #app .xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  #app .xl\:left-2\/3{
    left: 66.666667%;
  }

  #app .xl\:top-1\/4{
    top: 25%;
  }

  #app .xl\:right-1\/4{
    right: 25%;
  }

  #app .xl\:bottom-1\/4{
    bottom: 25%;
  }

  #app .xl\:left-1\/4{
    left: 25%;
  }

  #app .xl\:top-2\/4{
    top: 50%;
  }

  #app .xl\:right-2\/4{
    right: 50%;
  }

  #app .xl\:bottom-2\/4{
    bottom: 50%;
  }

  #app .xl\:left-2\/4{
    left: 50%;
  }

  #app .xl\:top-3\/4{
    top: 75%;
  }

  #app .xl\:right-3\/4{
    right: 75%;
  }

  #app .xl\:bottom-3\/4{
    bottom: 75%;
  }

  #app .xl\:left-3\/4{
    left: 75%;
  }

  #app .xl\:top-full{
    top: 100%;
  }

  #app .xl\:right-full{
    right: 100%;
  }

  #app .xl\:bottom-full{
    bottom: 100%;
  }

  #app .xl\:left-full{
    left: 100%;
  }

  #app .xl\:-top-1\/2{
    top: -50%;
  }

  #app .xl\:-right-1\/2{
    right: -50%;
  }

  #app .xl\:-bottom-1\/2{
    bottom: -50%;
  }

  #app .xl\:-left-1\/2{
    left: -50%;
  }

  #app .xl\:-top-1\/3{
    top: -33.333333%;
  }

  #app .xl\:-right-1\/3{
    right: -33.333333%;
  }

  #app .xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  #app .xl\:-left-1\/3{
    left: -33.333333%;
  }

  #app .xl\:-top-2\/3{
    top: -66.666667%;
  }

  #app .xl\:-right-2\/3{
    right: -66.666667%;
  }

  #app .xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  #app .xl\:-left-2\/3{
    left: -66.666667%;
  }

  #app .xl\:-top-1\/4{
    top: -25%;
  }

  #app .xl\:-right-1\/4{
    right: -25%;
  }

  #app .xl\:-bottom-1\/4{
    bottom: -25%;
  }

  #app .xl\:-left-1\/4{
    left: -25%;
  }

  #app .xl\:-top-2\/4{
    top: -50%;
  }

  #app .xl\:-right-2\/4{
    right: -50%;
  }

  #app .xl\:-bottom-2\/4{
    bottom: -50%;
  }

  #app .xl\:-left-2\/4{
    left: -50%;
  }

  #app .xl\:-top-3\/4{
    top: -75%;
  }

  #app .xl\:-right-3\/4{
    right: -75%;
  }

  #app .xl\:-bottom-3\/4{
    bottom: -75%;
  }

  #app .xl\:-left-3\/4{
    left: -75%;
  }

  #app .xl\:-top-full{
    top: -100%;
  }

  #app .xl\:-right-full{
    right: -100%;
  }

  #app .xl\:-bottom-full{
    bottom: -100%;
  }

  #app .xl\:-left-full{
    left: -100%;
  }

  #app .xl\:resize-none{
    resize: none;
  }

  #app .xl\:resize-y{
    resize: vertical;
  }

  #app .xl\:resize-x{
    resize: horizontal;
  }

  #app .xl\:resize{
    resize: both;
  }

  #app .xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .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);
  }

  #app .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  #app .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  #app .xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  #app .xl\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  #app .xl\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  #app .xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  #app .xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  #app .xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  #app .xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  #app .xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  #app .xl\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .xl\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .xl\:ring-offset-red-200{
    --tw-ring-offset-color: #fecaca;
  }

  #app .xl\:ring-offset-red-300{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .xl\:ring-offset-red-400{
    --tw-ring-offset-color: #f87171;
  }

  #app .xl\:ring-offset-red-500{
    --tw-ring-offset-color: #ef4444;
  }

  #app .xl\:ring-offset-red-600{
    --tw-ring-offset-color: #dc2626;
  }

  #app .xl\:ring-offset-red-700{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .xl\:ring-offset-red-800{
    --tw-ring-offset-color: #991b1b;
  }

  #app .xl\:ring-offset-red-900{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .xl\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .xl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .xl\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  #app .xl\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .xl\:ring-offset-yellow-400{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .xl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .xl\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  #app .xl\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  #app .xl\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  #app .xl\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  #app .xl\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .xl\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .xl\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .xl\:ring-offset-green-300{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .xl\:ring-offset-green-400{
    --tw-ring-offset-color: #34d399;
  }

  #app .xl\:ring-offset-green-500{
    --tw-ring-offset-color: #10b981;
  }

  #app .xl\:ring-offset-green-600{
    --tw-ring-offset-color: #059669;
  }

  #app .xl\:ring-offset-green-700{
    --tw-ring-offset-color: #047857;
  }

  #app .xl\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  #app .xl\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  #app .xl\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .xl\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  #app .xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .xl\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  #app .xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .xl\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .xl\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .xl\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .xl\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .xl\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  #app .xl\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  #app .xl\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .xl\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  #app .xl\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  #app .xl\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  #app .xl\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .xl\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .xl\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .xl\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .xl\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .xl\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .xl\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .xl\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .xl\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .xl\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .xl\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .xl\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .xl\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .xl\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .xl\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  #app .xl\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  #app .xl\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  #app .xl\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  #app .xl\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  #app .xl\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  #app .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  #app .xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  #app .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  #app .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  #app .xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  #app .xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  #app .xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  #app .xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  #app .xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  #app .xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecaca;
  }

  #app .xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #f87171;
  }

  #app .xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #ef4444;
  }

  #app .xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #dc2626;
  }

  #app .xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #991b1b;
  }

  #app .xl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .xl\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .xl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .xl\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  #app .xl\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .xl\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .xl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .xl\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  #app .xl\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  #app .xl\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  #app .xl\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  #app .xl\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .xl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .xl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .xl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .xl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #34d399;
  }

  #app .xl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #10b981;
  }

  #app .xl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #059669;
  }

  #app .xl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #047857;
  }

  #app .xl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  #app .xl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  #app .xl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  #app .xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  #app .xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .xl\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .xl\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .xl\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .xl\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .xl\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  #app .xl\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  #app .xl\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .xl\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  #app .xl\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  #app .xl\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  #app .xl\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .xl\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .xl\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .xl\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .xl\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .xl\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .xl\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .xl\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .xl\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .xl\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .xl\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .xl\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .xl\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .xl\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .xl\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  #app .xl\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  #app .xl\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  #app .xl\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  #app .xl\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  #app .xl\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  #app .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  #app .xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  #app .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  #app .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  #app .xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  #app .xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  #app .xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  #app .xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  #app .xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  #app .xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecaca;
  }

  #app .xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #f87171;
  }

  #app .xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #ef4444;
  }

  #app .xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #dc2626;
  }

  #app .xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #991b1b;
  }

  #app .xl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .xl\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .xl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .xl\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  #app .xl\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .xl\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .xl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .xl\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  #app .xl\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  #app .xl\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  #app .xl\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  #app .xl\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .xl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .xl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .xl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .xl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #34d399;
  }

  #app .xl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #10b981;
  }

  #app .xl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #059669;
  }

  #app .xl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #047857;
  }

  #app .xl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  #app .xl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  #app .xl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  #app .xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  #app .xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .xl\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .xl\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .xl\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .xl\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .xl\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  #app .xl\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  #app .xl\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .xl\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  #app .xl\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  #app .xl\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  #app .xl\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .xl\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .xl\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .xl\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .xl\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .xl\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .xl\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .xl\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .xl\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .xl\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .xl\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .xl\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .xl\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .xl\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .xl\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  #app .xl\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  #app .xl\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  #app .xl\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  #app .xl\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  #app .xl\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  #app .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  #app .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  #app .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  #app .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  #app .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  #app .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  #app .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  #app .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  #app .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  #app .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  #app .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  #app .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  #app .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  #app .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  #app .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  #app .xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  #app .xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  #app .xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .xl\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .xl\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .xl\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .xl\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .xl\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .xl\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .xl\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .xl\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  #app .xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  #app .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .xl\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  #app .xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  #app .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .xl\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  #app .xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  #app .xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  #app .xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  #app .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  #app .xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  #app .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  #app .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  #app .xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  #app .xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  #app .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  #app .xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  #app .xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  #app .xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  #app .xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  #app .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  #app .xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  #app .xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  #app .xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  #app .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  #app .xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  #app .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  #app .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  #app .xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  #app .xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  #app .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  #app .xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  #app .xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  #app .xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  #app .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  #app .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  #app .xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  #app .xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  #app .xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  #app .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  #app .xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  #app .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  #app .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  #app .xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  #app .xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  #app .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  #app .xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  #app .xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  #app .xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  #app .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  #app .xl\:fill-current{
    fill: currentColor;
  }

  #app .xl\:stroke-current{
    stroke: currentColor;
  }

  #app .xl\:stroke-0{
    stroke-width: 0;
  }

  #app .xl\:stroke-1{
    stroke-width: 1;
  }

  #app .xl\:stroke-2{
    stroke-width: 2;
  }

  #app .xl\:table-auto{
    table-layout: auto;
  }

  #app .xl\:table-fixed{
    table-layout: fixed;
  }

  #app .xl\:text-left{
    text-align: left;
  }

  #app .xl\:text-center{
    text-align: center;
  }

  #app .xl\:text-right{
    text-align: right;
  }

  #app .xl\:text-justify{
    text-align: justify;
  }

  #app .xl\:text-transparent{
    color: transparent;
  }

  #app .xl\:text-current{
    color: currentColor;
  }

  #app .xl\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .xl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .xl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .xl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .xl\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .xl\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .xl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .xl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .xl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .xl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .xl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .xl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .xl\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .xl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .xl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .xl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .xl\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .xl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .xl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .xl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .xl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .xl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .xl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .xl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .xl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .xl\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .xl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-transparent{
    color: transparent;
  }

  #app .group:hover .xl\:group-hover\:text-current{
    color: currentColor;
  }

  #app .group:hover .xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .group:hover .xl\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  #app .xl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  #app .xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .xl\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  #app .xl\:hover\:text-current:hover{
    color: currentColor;
  }

  #app .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .xl\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  #app .xl\:focus\:text-current:focus{
    color: currentColor;
  }

  #app .xl\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .xl\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  #app .xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  #app .xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  #app .xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  #app .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  #app .xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  #app .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  #app .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  #app .xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  #app .xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  #app .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  #app .xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  #app .xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  #app .xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  #app .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  #app .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  #app .xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  #app .xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  #app .xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  #app .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  #app .xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  #app .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  #app .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  #app .xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  #app .xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  #app .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  #app .xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  #app .xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  #app .xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  #app .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  #app .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  #app .xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  #app .xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  #app .xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  #app .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  #app .xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  #app .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  #app .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  #app .xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  #app .xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  #app .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  #app .xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  #app .xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  #app .xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  #app .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  #app .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  #app .xl\:overflow-clip{
    text-overflow: clip;
  }

  #app .xl\:italic{
    font-style: italic;
  }

  #app .xl\:not-italic{
    font-style: normal;
  }

  #app .xl\:uppercase{
    text-transform: uppercase;
  }

  #app .xl\:lowercase{
    text-transform: lowercase;
  }

  #app .xl\:capitalize{
    text-transform: capitalize;
  }

  #app .xl\:normal-case{
    text-transform: none;
  }

  #app .xl\:underline{
    text-decoration: underline;
  }

  #app .xl\:line-through{
    text-decoration: line-through;
  }

  #app .xl\:no-underline{
    text-decoration: none;
  }

  #app .group:hover .xl\:group-hover\:underline{
    text-decoration: underline;
  }

  #app .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  #app .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  #app .xl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  #app .xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  #app .xl\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  #app .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  #app .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  #app .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  #app .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  #app .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  #app .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  #app .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .xl\:ordinal, #app .xl\:slashed-zero, #app .xl\:lining-nums, #app .xl\:oldstyle-nums, #app .xl\:proportional-nums, #app .xl\:tabular-nums, #app .xl\:diagonal-fractions, #app .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);
  }

  #app .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  #app .xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  #app .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  #app .xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  #app .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  #app .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  #app .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  #app .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  #app .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  #app .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  #app .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  #app .xl\:tracking-normal{
    letter-spacing: 0em;
  }

  #app .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  #app .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  #app .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  #app .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  #app .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .xl\:align-baseline{
    vertical-align: baseline;
  }

  #app .xl\:align-top{
    vertical-align: top;
  }

  #app .xl\:align-middle{
    vertical-align: middle;
  }

  #app .xl\:align-bottom{
    vertical-align: bottom;
  }

  #app .xl\:align-text-top{
    vertical-align: text-top;
  }

  #app .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  #app .xl\:visible{
    visibility: visible;
  }

  #app .xl\:invisible{
    visibility: hidden;
  }

  #app .xl\:whitespace-normal{
    white-space: normal;
  }

  #app .xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  #app .xl\:whitespace-pre{
    white-space: pre;
  }

  #app .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  #app .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  #app .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .xl\:break-words{
    overflow-wrap: break-word;
  }

  #app .xl\:break-all{
    word-break: break-all;
  }

  #app .xl\:w-0{
    width: 0px;
  }

  #app .xl\:w-1{
    width: 0.25rem;
  }

  #app .xl\:w-2{
    width: 0.5rem;
  }

  #app .xl\:w-3{
    width: 0.75rem;
  }

  #app .xl\:w-4{
    width: 1rem;
  }

  #app .xl\:w-5{
    width: 1.25rem;
  }

  #app .xl\:w-6{
    width: 1.5rem;
  }

  #app .xl\:w-7{
    width: 1.75rem;
  }

  #app .xl\:w-8{
    width: 2rem;
  }

  #app .xl\:w-9{
    width: 2.25rem;
  }

  #app .xl\:w-10{
    width: 2.5rem;
  }

  #app .xl\:w-11{
    width: 2.75rem;
  }

  #app .xl\:w-12{
    width: 3rem;
  }

  #app .xl\:w-14{
    width: 3.5rem;
  }

  #app .xl\:w-16{
    width: 4rem;
  }

  #app .xl\:w-20{
    width: 5rem;
  }

  #app .xl\:w-24{
    width: 6rem;
  }

  #app .xl\:w-28{
    width: 7rem;
  }

  #app .xl\:w-32{
    width: 8rem;
  }

  #app .xl\:w-36{
    width: 9rem;
  }

  #app .xl\:w-40{
    width: 10rem;
  }

  #app .xl\:w-44{
    width: 11rem;
  }

  #app .xl\:w-48{
    width: 12rem;
  }

  #app .xl\:w-52{
    width: 13rem;
  }

  #app .xl\:w-56{
    width: 14rem;
  }

  #app .xl\:w-60{
    width: 15rem;
  }

  #app .xl\:w-64{
    width: 16rem;
  }

  #app .xl\:w-72{
    width: 18rem;
  }

  #app .xl\:w-80{
    width: 20rem;
  }

  #app .xl\:w-96{
    width: 24rem;
  }

  #app .xl\:w-auto{
    width: auto;
  }

  #app .xl\:w-px{
    width: 1px;
  }

  #app .xl\:w-0\.5{
    width: 0.125rem;
  }

  #app .xl\:w-1\.5{
    width: 0.375rem;
  }

  #app .xl\:w-2\.5{
    width: 0.625rem;
  }

  #app .xl\:w-3\.5{
    width: 0.875rem;
  }

  #app .xl\:w-1\/2{
    width: 50%;
  }

  #app .xl\:w-1\/3{
    width: 33.333333%;
  }

  #app .xl\:w-2\/3{
    width: 66.666667%;
  }

  #app .xl\:w-1\/4{
    width: 25%;
  }

  #app .xl\:w-2\/4{
    width: 50%;
  }

  #app .xl\:w-3\/4{
    width: 75%;
  }

  #app .xl\:w-1\/5{
    width: 20%;
  }

  #app .xl\:w-2\/5{
    width: 40%;
  }

  #app .xl\:w-3\/5{
    width: 60%;
  }

  #app .xl\:w-4\/5{
    width: 80%;
  }

  #app .xl\:w-1\/6{
    width: 16.666667%;
  }

  #app .xl\:w-2\/6{
    width: 33.333333%;
  }

  #app .xl\:w-3\/6{
    width: 50%;
  }

  #app .xl\:w-4\/6{
    width: 66.666667%;
  }

  #app .xl\:w-5\/6{
    width: 83.333333%;
  }

  #app .xl\:w-1\/12{
    width: 8.333333%;
  }

  #app .xl\:w-2\/12{
    width: 16.666667%;
  }

  #app .xl\:w-3\/12{
    width: 25%;
  }

  #app .xl\:w-4\/12{
    width: 33.333333%;
  }

  #app .xl\:w-5\/12{
    width: 41.666667%;
  }

  #app .xl\:w-6\/12{
    width: 50%;
  }

  #app .xl\:w-7\/12{
    width: 58.333333%;
  }

  #app .xl\:w-8\/12{
    width: 66.666667%;
  }

  #app .xl\:w-9\/12{
    width: 75%;
  }

  #app .xl\:w-10\/12{
    width: 83.333333%;
  }

  #app .xl\:w-11\/12{
    width: 91.666667%;
  }

  #app .xl\:w-full{
    width: 100%;
  }

  #app .xl\:w-screen{
    width: 100vw;
  }

  #app .xl\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  #app .xl\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #app .xl\:z-0{
    z-index: 0;
  }

  #app .xl\:z-10{
    z-index: 10;
  }

  #app .xl\:z-20{
    z-index: 20;
  }

  #app .xl\:z-30{
    z-index: 30;
  }

  #app .xl\:z-40{
    z-index: 40;
  }

  #app .xl\:z-50{
    z-index: 50;
  }

  #app .xl\:z-auto{
    z-index: auto;
  }

  #app .xl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  #app .xl\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  #app .xl\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  #app .xl\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  #app .xl\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  #app .xl\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  #app .xl\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  #app .xl\:focus\:z-0:focus{
    z-index: 0;
  }

  #app .xl\:focus\:z-10:focus{
    z-index: 10;
  }

  #app .xl\:focus\:z-20:focus{
    z-index: 20;
  }

  #app .xl\:focus\:z-30:focus{
    z-index: 30;
  }

  #app .xl\:focus\:z-40:focus{
    z-index: 40;
  }

  #app .xl\:focus\:z-50:focus{
    z-index: 50;
  }

  #app .xl\:focus\:z-auto:focus{
    z-index: auto;
  }

  #app .xl\:gap-0{
    gap: 0px;
  }

  #app .xl\:gap-1{
    gap: 0.25rem;
  }

  #app .xl\:gap-2{
    gap: 0.5rem;
  }

  #app .xl\:gap-3{
    gap: 0.75rem;
  }

  #app .xl\:gap-4{
    gap: 1rem;
  }

  #app .xl\:gap-5{
    gap: 1.25rem;
  }

  #app .xl\:gap-6{
    gap: 1.5rem;
  }

  #app .xl\:gap-7{
    gap: 1.75rem;
  }

  #app .xl\:gap-8{
    gap: 2rem;
  }

  #app .xl\:gap-9{
    gap: 2.25rem;
  }

  #app .xl\:gap-10{
    gap: 2.5rem;
  }

  #app .xl\:gap-11{
    gap: 2.75rem;
  }

  #app .xl\:gap-12{
    gap: 3rem;
  }

  #app .xl\:gap-14{
    gap: 3.5rem;
  }

  #app .xl\:gap-16{
    gap: 4rem;
  }

  #app .xl\:gap-20{
    gap: 5rem;
  }

  #app .xl\:gap-24{
    gap: 6rem;
  }

  #app .xl\:gap-28{
    gap: 7rem;
  }

  #app .xl\:gap-32{
    gap: 8rem;
  }

  #app .xl\:gap-36{
    gap: 9rem;
  }

  #app .xl\:gap-40{
    gap: 10rem;
  }

  #app .xl\:gap-44{
    gap: 11rem;
  }

  #app .xl\:gap-48{
    gap: 12rem;
  }

  #app .xl\:gap-52{
    gap: 13rem;
  }

  #app .xl\:gap-56{
    gap: 14rem;
  }

  #app .xl\:gap-60{
    gap: 15rem;
  }

  #app .xl\:gap-64{
    gap: 16rem;
  }

  #app .xl\:gap-72{
    gap: 18rem;
  }

  #app .xl\:gap-80{
    gap: 20rem;
  }

  #app .xl\:gap-96{
    gap: 24rem;
  }

  #app .xl\:gap-px{
    gap: 1px;
  }

  #app .xl\:gap-0\.5{
    gap: 0.125rem;
  }

  #app .xl\:gap-1\.5{
    gap: 0.375rem;
  }

  #app .xl\:gap-2\.5{
    gap: 0.625rem;
  }

  #app .xl\:gap-3\.5{
    gap: 0.875rem;
  }

  #app .xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  #app .xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  #app .xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  #app .xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  #app .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  #app .xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  #app .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  #app .xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  #app .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  #app .xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  #app .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  #app .xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  #app .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  #app .xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  #app .xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  #app .xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  #app .xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  #app .xl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  #app .xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  #app .xl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  #app .xl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  #app .xl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  #app .xl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  #app .xl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  #app .xl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  #app .xl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  #app .xl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  #app .xl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  #app .xl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  #app .xl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  #app .xl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  #app .xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  #app .xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  #app .xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  #app .xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  #app .xl\:gap-y-0{
    row-gap: 0px;
  }

  #app .xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  #app .xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  #app .xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  #app .xl\:gap-y-4{
    row-gap: 1rem;
  }

  #app .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  #app .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  #app .xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  #app .xl\:gap-y-8{
    row-gap: 2rem;
  }

  #app .xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  #app .xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  #app .xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  #app .xl\:gap-y-12{
    row-gap: 3rem;
  }

  #app .xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  #app .xl\:gap-y-16{
    row-gap: 4rem;
  }

  #app .xl\:gap-y-20{
    row-gap: 5rem;
  }

  #app .xl\:gap-y-24{
    row-gap: 6rem;
  }

  #app .xl\:gap-y-28{
    row-gap: 7rem;
  }

  #app .xl\:gap-y-32{
    row-gap: 8rem;
  }

  #app .xl\:gap-y-36{
    row-gap: 9rem;
  }

  #app .xl\:gap-y-40{
    row-gap: 10rem;
  }

  #app .xl\:gap-y-44{
    row-gap: 11rem;
  }

  #app .xl\:gap-y-48{
    row-gap: 12rem;
  }

  #app .xl\:gap-y-52{
    row-gap: 13rem;
  }

  #app .xl\:gap-y-56{
    row-gap: 14rem;
  }

  #app .xl\:gap-y-60{
    row-gap: 15rem;
  }

  #app .xl\:gap-y-64{
    row-gap: 16rem;
  }

  #app .xl\:gap-y-72{
    row-gap: 18rem;
  }

  #app .xl\:gap-y-80{
    row-gap: 20rem;
  }

  #app .xl\:gap-y-96{
    row-gap: 24rem;
  }

  #app .xl\:gap-y-px{
    row-gap: 1px;
  }

  #app .xl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  #app .xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  #app .xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  #app .xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  #app .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  #app .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  #app .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  #app .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  #app .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  #app .xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  #app .xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  #app .xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  #app .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  #app .xl\:col-auto{
    grid-column: auto;
  }

  #app .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  #app .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  #app .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  #app .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  #app .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  #app .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  #app .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  #app .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  #app .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  #app .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  #app .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  #app .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  #app .xl\:col-span-full{
    grid-column: 1 / -1;
  }

  #app .xl\:col-start-1{
    grid-column-start: 1;
  }

  #app .xl\:col-start-2{
    grid-column-start: 2;
  }

  #app .xl\:col-start-3{
    grid-column-start: 3;
  }

  #app .xl\:col-start-4{
    grid-column-start: 4;
  }

  #app .xl\:col-start-5{
    grid-column-start: 5;
  }

  #app .xl\:col-start-6{
    grid-column-start: 6;
  }

  #app .xl\:col-start-7{
    grid-column-start: 7;
  }

  #app .xl\:col-start-8{
    grid-column-start: 8;
  }

  #app .xl\:col-start-9{
    grid-column-start: 9;
  }

  #app .xl\:col-start-10{
    grid-column-start: 10;
  }

  #app .xl\:col-start-11{
    grid-column-start: 11;
  }

  #app .xl\:col-start-12{
    grid-column-start: 12;
  }

  #app .xl\:col-start-13{
    grid-column-start: 13;
  }

  #app .xl\:col-start-auto{
    grid-column-start: auto;
  }

  #app .xl\:col-end-1{
    grid-column-end: 1;
  }

  #app .xl\:col-end-2{
    grid-column-end: 2;
  }

  #app .xl\:col-end-3{
    grid-column-end: 3;
  }

  #app .xl\:col-end-4{
    grid-column-end: 4;
  }

  #app .xl\:col-end-5{
    grid-column-end: 5;
  }

  #app .xl\:col-end-6{
    grid-column-end: 6;
  }

  #app .xl\:col-end-7{
    grid-column-end: 7;
  }

  #app .xl\:col-end-8{
    grid-column-end: 8;
  }

  #app .xl\:col-end-9{
    grid-column-end: 9;
  }

  #app .xl\:col-end-10{
    grid-column-end: 10;
  }

  #app .xl\:col-end-11{
    grid-column-end: 11;
  }

  #app .xl\:col-end-12{
    grid-column-end: 12;
  }

  #app .xl\:col-end-13{
    grid-column-end: 13;
  }

  #app .xl\:col-end-auto{
    grid-column-end: auto;
  }

  #app .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .xl\:grid-rows-none{
    grid-template-rows: none;
  }

  #app .xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  #app .xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  #app .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  #app .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  #app .xl\:row-auto{
    grid-row: auto;
  }

  #app .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  #app .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  #app .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  #app .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  #app .xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  #app .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  #app .xl\:row-span-full{
    grid-row: 1 / -1;
  }

  #app .xl\:row-start-1{
    grid-row-start: 1;
  }

  #app .xl\:row-start-2{
    grid-row-start: 2;
  }

  #app .xl\:row-start-3{
    grid-row-start: 3;
  }

  #app .xl\:row-start-4{
    grid-row-start: 4;
  }

  #app .xl\:row-start-5{
    grid-row-start: 5;
  }

  #app .xl\:row-start-6{
    grid-row-start: 6;
  }

  #app .xl\:row-start-7{
    grid-row-start: 7;
  }

  #app .xl\:row-start-auto{
    grid-row-start: auto;
  }

  #app .xl\:row-end-1{
    grid-row-end: 1;
  }

  #app .xl\:row-end-2{
    grid-row-end: 2;
  }

  #app .xl\:row-end-3{
    grid-row-end: 3;
  }

  #app .xl\:row-end-4{
    grid-row-end: 4;
  }

  #app .xl\:row-end-5{
    grid-row-end: 5;
  }

  #app .xl\:row-end-6{
    grid-row-end: 6;
  }

  #app .xl\:row-end-7{
    grid-row-end: 7;
  }

  #app .xl\:row-end-auto{
    grid-row-end: auto;
  }

  #app .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));
  }

  #app .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));
  }

  #app .xl\:transform-none{
    transform: none;
  }

  #app .xl\:origin-center{
    transform-origin: center;
  }

  #app .xl\:origin-top{
    transform-origin: top;
  }

  #app .xl\:origin-top-right{
    transform-origin: top right;
  }

  #app .xl\:origin-right{
    transform-origin: right;
  }

  #app .xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  #app .xl\:origin-bottom{
    transform-origin: bottom;
  }

  #app .xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  #app .xl\:origin-left{
    transform-origin: left;
  }

  #app .xl\:origin-top-left{
    transform-origin: top left;
  }

  #app .xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  #app .xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  #app .xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  #app .xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  #app .xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  #app .xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  #app .xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  #app .xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  #app .xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  #app .xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  #app .xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  #app .xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  #app .xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  #app .xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  #app .xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  #app .xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  #app .xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  #app .xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  #app .xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  #app .xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  #app .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  #app .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  #app .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  #app .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  #app .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  #app .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  #app .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  #app .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  #app .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  #app .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  #app .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  #app .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  #app .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  #app .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  #app .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  #app .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  #app .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  #app .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  #app .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  #app .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  #app .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  #app .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  #app .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  #app .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  #app .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  #app .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  #app .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  #app .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  #app .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  #app .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  #app .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  #app .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  #app .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  #app .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  #app .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  #app .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  #app .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  #app .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  #app .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  #app .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  #app .xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  #app .xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  #app .xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  #app .xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  #app .xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  #app .xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  #app .xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  #app .xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  #app .xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  #app .xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  #app .xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  #app .xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  #app .xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  #app .xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  #app .xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  #app .xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  #app .xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  #app .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  #app .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  #app .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  #app .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  #app .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  #app .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  #app .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  #app .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  #app .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  #app .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  #app .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  #app .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  #app .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  #app .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  #app .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  #app .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  #app .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  #app .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  #app .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  #app .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  #app .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  #app .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  #app .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  #app .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  #app .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  #app .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  #app .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  #app .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  #app .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  #app .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  #app .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  #app .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  #app .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  #app .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  #app .xl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .xl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  #app .xl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  #app .xl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  #app .xl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  #app .xl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  #app .xl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  #app .xl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  #app .xl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  #app .xl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  #app .xl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  #app .xl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  #app .xl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  #app .xl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  #app .xl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  #app .xl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  #app .xl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  #app .xl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  #app .xl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  #app .xl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  #app .xl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  #app .xl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  #app .xl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  #app .xl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  #app .xl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  #app .xl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  #app .xl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  #app .xl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  #app .xl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  #app .xl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  #app .xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  #app .xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  #app .xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  #app .xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  #app .xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  #app .xl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .xl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  #app .xl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  #app .xl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  #app .xl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  #app .xl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  #app .xl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  #app .xl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  #app .xl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  #app .xl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  #app .xl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  #app .xl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  #app .xl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  #app .xl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  #app .xl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  #app .xl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  #app .xl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  #app .xl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  #app .xl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  #app .xl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  #app .xl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  #app .xl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  #app .xl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  #app .xl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  #app .xl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  #app .xl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  #app .xl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  #app .xl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  #app .xl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  #app .xl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  #app .xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  #app .xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  #app .xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  #app .xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  #app .xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  #app .xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  #app .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  #app .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  #app .xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  #app .xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  #app .xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  #app .xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  #app .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  #app .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  #app .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  #app .xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  #app .xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  #app .xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  #app .xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  #app .xl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .xl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  #app .xl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  #app .xl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  #app .xl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  #app .xl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  #app .xl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  #app .xl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  #app .xl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  #app .xl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  #app .xl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  #app .xl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  #app .xl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  #app .xl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  #app .xl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  #app .xl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  #app .xl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  #app .xl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  #app .xl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  #app .xl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  #app .xl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  #app .xl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  #app .xl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  #app .xl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  #app .xl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  #app .xl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  #app .xl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  #app .xl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  #app .xl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  #app .xl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  #app .xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  #app .xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  #app .xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  #app .xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  #app .xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  #app .xl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .xl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  #app .xl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  #app .xl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  #app .xl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  #app .xl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  #app .xl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  #app .xl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  #app .xl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  #app .xl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  #app .xl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  #app .xl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  #app .xl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  #app .xl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  #app .xl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  #app .xl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  #app .xl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  #app .xl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  #app .xl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  #app .xl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  #app .xl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  #app .xl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  #app .xl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  #app .xl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  #app .xl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  #app .xl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  #app .xl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  #app .xl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  #app .xl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  #app .xl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  #app .xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  #app .xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  #app .xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  #app .xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  #app .xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  #app .xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  #app .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  #app .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  #app .xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  #app .xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  #app .xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  #app .xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  #app .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  #app .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  #app .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  #app .xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  #app .xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  #app .xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  #app .xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  #app .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  #app .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  #app .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  #app .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  #app .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  #app .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  #app .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  #app .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  #app .xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  #app .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  #app .xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  #app .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  #app .xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  #app .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  #app .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  #app .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  #app .xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  #app .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  #app .xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  #app .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  #app .xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  #app .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  #app .xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  #app .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  #app .xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  #app .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  #app .xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  #app .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  #app .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  #app .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  #app .xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  #app .xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  #app .xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  #app .xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  #app .xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  #app .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  #app .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  #app .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  #app .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  #app .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  #app .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  #app .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  #app .xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  #app .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  #app .xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  #app .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  #app .xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  #app .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  #app .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  #app .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  #app .xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  #app .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  #app .xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  #app .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  #app .xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  #app .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  #app .xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  #app .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  #app .xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  #app .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  #app .xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  #app .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  #app .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  #app .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  #app .xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  #app .xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  #app .xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  #app .xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  #app .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  #app .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  #app .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  #app .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  #app .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  #app .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  #app .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  #app .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  #app .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  #app .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  #app .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  #app .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  #app .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  #app .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  #app .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  #app .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  #app .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  #app .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  #app .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  #app .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  #app .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  #app .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  #app .xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  #app .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  #app .xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  #app .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  #app .xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  #app .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  #app .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  #app .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  #app .xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  #app .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  #app .xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  #app .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  #app .xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  #app .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  #app .xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  #app .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  #app .xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  #app .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  #app .xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  #app .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  #app .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  #app .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  #app .xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  #app .xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  #app .xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  #app .xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  #app .xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  #app .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  #app .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  #app .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  #app .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  #app .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  #app .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  #app .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  #app .xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  #app .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  #app .xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  #app .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  #app .xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  #app .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  #app .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  #app .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  #app .xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  #app .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  #app .xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  #app .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  #app .xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  #app .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  #app .xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  #app .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  #app .xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  #app .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  #app .xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  #app .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  #app .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  #app .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  #app .xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  #app .xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  #app .xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  #app .xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  #app .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  #app .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  #app .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  #app .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  #app .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  #app .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  #app .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  #app .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  #app .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  #app .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  #app .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  #app .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  #app .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  #app .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  #app .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  #app .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  #app .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  #app .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  #app .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  #app .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  #app .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  #app .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  #app .xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  #app .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  #app .xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  #app .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  #app .xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  #app .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  #app .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  #app .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  #app .xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  #app .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  #app .xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  #app .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  #app .xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  #app .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  #app .xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  #app .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  #app .xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  #app .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  #app .xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  #app .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  #app .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  #app .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  #app .xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  #app .xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  #app .xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  #app .xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  #app .xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  #app .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  #app .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  #app .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  #app .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  #app .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  #app .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  #app .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  #app .xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  #app .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  #app .xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  #app .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  #app .xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  #app .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  #app .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  #app .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  #app .xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  #app .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  #app .xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  #app .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  #app .xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  #app .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  #app .xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  #app .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  #app .xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  #app .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  #app .xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  #app .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  #app .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  #app .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  #app .xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  #app .xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  #app .xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  #app .xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  #app .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  #app .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  #app .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  #app .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  #app .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  #app .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  #app .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  #app .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  #app .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  #app .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  #app .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  #app .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  #app .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  #app .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  #app .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  #app .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  #app .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  #app .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  #app .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  #app .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  #app .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  #app .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  #app .xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  #app .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  #app .xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  #app .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  #app .xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  #app .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  #app .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  #app .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  #app .xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  #app .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  #app .xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  #app .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  #app .xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  #app .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  #app .xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  #app .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  #app .xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  #app .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  #app .xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  #app .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  #app .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  #app .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  #app .xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  #app .xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  #app .xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  #app .xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  #app .xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  #app .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  #app .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  #app .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  #app .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  #app .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  #app .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  #app .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  #app .xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  #app .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  #app .xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  #app .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  #app .xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  #app .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  #app .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  #app .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  #app .xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  #app .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  #app .xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  #app .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  #app .xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  #app .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  #app .xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  #app .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  #app .xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  #app .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  #app .xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  #app .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  #app .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  #app .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  #app .xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  #app .xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  #app .xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  #app .xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  #app .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  #app .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  #app .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  #app .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  #app .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  #app .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  #app .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  #app .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  #app .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  #app .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  #app .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  #app .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  #app .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  #app .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  #app .xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  #app .xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  #app .xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  #app .xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  #app .xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  #app .xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  #app .xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  #app .xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  #app .xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  #app .xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  #app .xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  #app .xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  #app .xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  #app .xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  #app .xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  #app .xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  #app .xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  #app .xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  #app .xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  #app .xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  #app .xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  #app .xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  #app .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  #app .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  #app .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  #app .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  #app .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  #app .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  #app .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  #app .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  #app .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  #app .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  #app .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  #app .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  #app .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  #app .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  #app .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  #app .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  #app .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  #app .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  #app .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  #app .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  #app .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  #app .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  #app .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  #app .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  #app .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  #app .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  #app .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  #app .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  #app .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  #app .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  #app .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  #app .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  #app .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  #app .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  #app .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  #app .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  #app .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  #app .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  #app .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  #app .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  #app .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  #app .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  #app .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  #app .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  #app .xl\:transition-none{
    transition-property: none;
  }

  #app .xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .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;
  }

  #app .xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .xl\:ease-linear{
    transition-timing-function: linear;
  }

  #app .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .xl\:duration-75{
    transition-duration: 75ms;
  }

  #app .xl\:duration-100{
    transition-duration: 100ms;
  }

  #app .xl\:duration-150{
    transition-duration: 150ms;
  }

  #app .xl\:duration-200{
    transition-duration: 200ms;
  }

  #app .xl\:duration-300{
    transition-duration: 300ms;
  }

  #app .xl\:duration-500{
    transition-duration: 500ms;
  }

  #app .xl\:duration-700{
    transition-duration: 700ms;
  }

  #app .xl\:duration-1000{
    transition-duration: 1000ms;
  }

  #app .xl\:delay-75{
    transition-delay: 75ms;
  }

  #app .xl\:delay-100{
    transition-delay: 100ms;
  }

  #app .xl\:delay-150{
    transition-delay: 150ms;
  }

  #app .xl\:delay-200{
    transition-delay: 200ms;
  }

  #app .xl\:delay-300{
    transition-delay: 300ms;
  }

  #app .xl\:delay-500{
    transition-delay: 500ms;
  }

  #app .xl\:delay-700{
    transition-delay: 700ms;
  }

  #app .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  #app .xl\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  #app .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  #app .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  #app .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  #app .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .xl\:container{
      max-width: 1536px;
    }
  }
}

@media (min-width: 1536px){
  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  #app .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\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));
  }

  #app .\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)));
  }

  #app .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  #app .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  #app .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  #app .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  #app .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  #app .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  #app .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  #app .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  #app .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  #app .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  #app .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  #app .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  #app .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  #app .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  #app .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  #app .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  #app .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  #app .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  #app .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  #app .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  #app .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  #app .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  #app .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  #app .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  #app .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  #app .\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;
  }

  #app .\32xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .\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;
  }

  #app .\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;
  }

  #app .\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;
  }

  #app .\32xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  #app .\32xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  #app .\32xl\:bg-fixed{
    background-attachment: fixed;
  }

  #app .\32xl\:bg-local{
    background-attachment: local;
  }

  #app .\32xl\:bg-scroll{
    background-attachment: scroll;
  }

  #app .\32xl\:bg-clip-border{
    background-clip: border-box;
  }

  #app .\32xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  #app .\32xl\:bg-clip-content{
    background-clip: content-box;
  }

  #app .\32xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  #app .\32xl\:bg-transparent{
    background-color: transparent;
  }

  #app .\32xl\:bg-current{
    background-color: currentColor;
  }

  #app .\32xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-transparent:nth-child(odd){
    background-color: transparent;
  }

  #app .\32xl\:odd\:bg-current:nth-child(odd){
    background-color: currentColor;
  }

  #app .\32xl\:odd\:bg-black:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-white:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-gray-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-red-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-yellow-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-green-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-blue-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-indigo-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-purple-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-50:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-100:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-200:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-300:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-400:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-500:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-600:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-800:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:odd\:bg-pink-900:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-transparent:nth-child(even){
    background-color: transparent;
  }

  #app .\32xl\:even\:bg-current:nth-child(even){
    background-color: currentColor;
  }

  #app .\32xl\:even\:bg-black:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-white:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-gray-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-red-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-yellow-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-green-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-blue-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-indigo-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-purple-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-50:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-100:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-200:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-300:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-400:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-500:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-600:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-700:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-800:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:even\:bg-pink-900:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  #app .group:hover .\32xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  #app .group:hover .\32xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-300{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  #app .\32xl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  #app .\32xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  #app .\32xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  #app .\32xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  #app .\32xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  #app .\32xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  #app .\32xl\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  #app .\32xl\:bg-none{
    background-image: none;
  }

  #app .\32xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  #app .\32xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  #app .\32xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  #app .\32xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  #app .\32xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  #app .\32xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  #app .\32xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  #app .\32xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  #app .\32xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .\32xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .\32xl\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .\32xl\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .\32xl\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .\32xl\:from-gray-100{
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .\32xl\:from-gray-200{
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .\32xl\:from-gray-300{
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .\32xl\:from-gray-400{
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .\32xl\:from-gray-500{
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .\32xl\:from-gray-600{
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .\32xl\:from-gray-700{
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .\32xl\:from-gray-800{
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .\32xl\:from-gray-900{
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .\32xl\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .\32xl\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .\32xl\:from-red-200{
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .\32xl\:from-red-300{
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .\32xl\:from-red-400{
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .\32xl\:from-red-500{
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .\32xl\:from-red-600{
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .\32xl\:from-red-700{
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .\32xl\:from-red-800{
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .\32xl\:from-red-900{
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .\32xl\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .\32xl\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .\32xl\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .\32xl\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .\32xl\:from-yellow-400{
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .\32xl\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .\32xl\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .\32xl\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .\32xl\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .\32xl\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .\32xl\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .\32xl\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .\32xl\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .\32xl\:from-green-300{
    --tw-gradient-from: #6ee7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .\32xl\:from-green-400{
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .\32xl\:from-green-500{
    --tw-gradient-from: #10b981;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .\32xl\:from-green-600{
    --tw-gradient-from: #059669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .\32xl\:from-green-700{
    --tw-gradient-from: #047857;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .\32xl\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .\32xl\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .\32xl\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .\32xl\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .\32xl\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .\32xl\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .\32xl\:from-blue-400{
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .\32xl\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .\32xl\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .\32xl\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .\32xl\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .\32xl\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .\32xl\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .\32xl\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .\32xl\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .\32xl\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .\32xl\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .\32xl\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .\32xl\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .\32xl\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .\32xl\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .\32xl\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .\32xl\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .\32xl\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .\32xl\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .\32xl\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .\32xl\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .\32xl\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .\32xl\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .\32xl\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .\32xl\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .\32xl\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .\32xl\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .\32xl\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .\32xl\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .\32xl\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .\32xl\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .\32xl\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .\32xl\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .\32xl\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .\32xl\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .\32xl\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .\32xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .\32xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .\32xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .\32xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .\32xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .\32xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .\32xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .\32xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .\32xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .\32xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .\32xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .\32xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .\32xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .\32xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .\32xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .\32xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .\32xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .\32xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .\32xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .\32xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .\32xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .\32xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .\32xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .\32xl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .\32xl\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .\32xl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .\32xl\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .\32xl\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .\32xl\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .\32xl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .\32xl\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .\32xl\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .\32xl\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .\32xl\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .\32xl\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .\32xl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .\32xl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .\32xl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .\32xl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .\32xl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .\32xl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .\32xl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .\32xl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .\32xl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .\32xl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .\32xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .\32xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .\32xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .\32xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .\32xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .\32xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .\32xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .\32xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .\32xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .\32xl\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .\32xl\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .\32xl\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .\32xl\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .\32xl\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .\32xl\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .\32xl\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .\32xl\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .\32xl\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .\32xl\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .\32xl\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .\32xl\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .\32xl\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .\32xl\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .\32xl\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .\32xl\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .\32xl\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .\32xl\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .\32xl\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .\32xl\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .\32xl\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .\32xl\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .\32xl\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .\32xl\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .\32xl\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .\32xl\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .\32xl\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .\32xl\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .\32xl\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .\32xl\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .\32xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  #app .\32xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  #app .\32xl\:to-black{
    --tw-gradient-to: #000;
  }

  #app .\32xl\:to-white{
    --tw-gradient-to: #fff;
  }

  #app .\32xl\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  #app .\32xl\:to-gray-100{
    --tw-gradient-to: #f3f4f6;
  }

  #app .\32xl\:to-gray-200{
    --tw-gradient-to: #e5e7eb;
  }

  #app .\32xl\:to-gray-300{
    --tw-gradient-to: #d1d5db;
  }

  #app .\32xl\:to-gray-400{
    --tw-gradient-to: #9ca3af;
  }

  #app .\32xl\:to-gray-500{
    --tw-gradient-to: #6b7280;
  }

  #app .\32xl\:to-gray-600{
    --tw-gradient-to: #4b5563;
  }

  #app .\32xl\:to-gray-700{
    --tw-gradient-to: #374151;
  }

  #app .\32xl\:to-gray-800{
    --tw-gradient-to: #1f2937;
  }

  #app .\32xl\:to-gray-900{
    --tw-gradient-to: #111827;
  }

  #app .\32xl\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  #app .\32xl\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  #app .\32xl\:to-red-200{
    --tw-gradient-to: #fecaca;
  }

  #app .\32xl\:to-red-300{
    --tw-gradient-to: #fca5a5;
  }

  #app .\32xl\:to-red-400{
    --tw-gradient-to: #f87171;
  }

  #app .\32xl\:to-red-500{
    --tw-gradient-to: #ef4444;
  }

  #app .\32xl\:to-red-600{
    --tw-gradient-to: #dc2626;
  }

  #app .\32xl\:to-red-700{
    --tw-gradient-to: #b91c1c;
  }

  #app .\32xl\:to-red-800{
    --tw-gradient-to: #991b1b;
  }

  #app .\32xl\:to-red-900{
    --tw-gradient-to: #7f1d1d;
  }

  #app .\32xl\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  #app .\32xl\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  #app .\32xl\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  #app .\32xl\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  #app .\32xl\:to-yellow-400{
    --tw-gradient-to: #fbbf24;
  }

  #app .\32xl\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  #app .\32xl\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  #app .\32xl\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  #app .\32xl\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  #app .\32xl\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  #app .\32xl\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  #app .\32xl\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  #app .\32xl\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  #app .\32xl\:to-green-300{
    --tw-gradient-to: #6ee7b7;
  }

  #app .\32xl\:to-green-400{
    --tw-gradient-to: #34d399;
  }

  #app .\32xl\:to-green-500{
    --tw-gradient-to: #10b981;
  }

  #app .\32xl\:to-green-600{
    --tw-gradient-to: #059669;
  }

  #app .\32xl\:to-green-700{
    --tw-gradient-to: #047857;
  }

  #app .\32xl\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  #app .\32xl\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  #app .\32xl\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  #app .\32xl\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  #app .\32xl\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  #app .\32xl\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  #app .\32xl\:to-blue-400{
    --tw-gradient-to: #60a5fa;
  }

  #app .\32xl\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  #app .\32xl\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  #app .\32xl\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  #app .\32xl\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  #app .\32xl\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  #app .\32xl\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  #app .\32xl\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  #app .\32xl\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  #app .\32xl\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  #app .\32xl\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  #app .\32xl\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  #app .\32xl\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  #app .\32xl\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  #app .\32xl\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  #app .\32xl\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  #app .\32xl\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  #app .\32xl\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  #app .\32xl\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  #app .\32xl\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  #app .\32xl\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  #app .\32xl\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  #app .\32xl\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  #app .\32xl\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  #app .\32xl\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  #app .\32xl\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  #app .\32xl\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  #app .\32xl\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  #app .\32xl\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  #app .\32xl\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  #app .\32xl\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  #app .\32xl\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  #app .\32xl\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  #app .\32xl\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  #app .\32xl\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  #app .\32xl\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\32xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .\32xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .\32xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .\32xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .\32xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .\32xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .\32xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .\32xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .\32xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .\32xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .\32xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .\32xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .\32xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .\32xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .\32xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .\32xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .\32xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .\32xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .\32xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .\32xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .\32xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .\32xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .\32xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .\32xl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .\32xl\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .\32xl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .\32xl\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .\32xl\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .\32xl\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .\32xl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .\32xl\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .\32xl\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .\32xl\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .\32xl\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .\32xl\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .\32xl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .\32xl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .\32xl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .\32xl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .\32xl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .\32xl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .\32xl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .\32xl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .\32xl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .\32xl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .\32xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .\32xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .\32xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .\32xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .\32xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .\32xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .\32xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .\32xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .\32xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .\32xl\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .\32xl\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .\32xl\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .\32xl\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .\32xl\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .\32xl\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .\32xl\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .\32xl\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .\32xl\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .\32xl\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .\32xl\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .\32xl\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .\32xl\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .\32xl\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .\32xl\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .\32xl\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .\32xl\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .\32xl\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .\32xl\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .\32xl\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .\32xl\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .\32xl\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .\32xl\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .\32xl\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .\32xl\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .\32xl\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .\32xl\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .\32xl\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .\32xl\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .\32xl\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .\32xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  #app .\32xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  #app .\32xl\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  #app .\32xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  #app .\32xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  #app .\32xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f4f6;
  }

  #app .\32xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #e5e7eb;
  }

  #app .\32xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #d1d5db;
  }

  #app .\32xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #9ca3af;
  }

  #app .\32xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #6b7280;
  }

  #app .\32xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #4b5563;
  }

  #app .\32xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #374151;
  }

  #app .\32xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #1f2937;
  }

  #app .\32xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #111827;
  }

  #app .\32xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  #app .\32xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  #app .\32xl\:hover\:to-red-200:hover{
    --tw-gradient-to: #fecaca;
  }

  #app .\32xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #fca5a5;
  }

  #app .\32xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #f87171;
  }

  #app .\32xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #ef4444;
  }

  #app .\32xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #dc2626;
  }

  #app .\32xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #b91c1c;
  }

  #app .\32xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #991b1b;
  }

  #app .\32xl\:hover\:to-red-900:hover{
    --tw-gradient-to: #7f1d1d;
  }

  #app .\32xl\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  #app .\32xl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  #app .\32xl\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  #app .\32xl\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  #app .\32xl\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #fbbf24;
  }

  #app .\32xl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  #app .\32xl\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  #app .\32xl\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  #app .\32xl\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  #app .\32xl\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  #app .\32xl\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  #app .\32xl\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  #app .\32xl\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  #app .\32xl\:hover\:to-green-300:hover{
    --tw-gradient-to: #6ee7b7;
  }

  #app .\32xl\:hover\:to-green-400:hover{
    --tw-gradient-to: #34d399;
  }

  #app .\32xl\:hover\:to-green-500:hover{
    --tw-gradient-to: #10b981;
  }

  #app .\32xl\:hover\:to-green-600:hover{
    --tw-gradient-to: #059669;
  }

  #app .\32xl\:hover\:to-green-700:hover{
    --tw-gradient-to: #047857;
  }

  #app .\32xl\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  #app .\32xl\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  #app .\32xl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  #app .\32xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  #app .\32xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  #app .\32xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  #app .\32xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #60a5fa;
  }

  #app .\32xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  #app .\32xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  #app .\32xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  #app .\32xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  #app .\32xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  #app .\32xl\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  #app .\32xl\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  #app .\32xl\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  #app .\32xl\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  #app .\32xl\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  #app .\32xl\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  #app .\32xl\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  #app .\32xl\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  #app .\32xl\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  #app .\32xl\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  #app .\32xl\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  #app .\32xl\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  #app .\32xl\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  #app .\32xl\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  #app .\32xl\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  #app .\32xl\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  #app .\32xl\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  #app .\32xl\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  #app .\32xl\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  #app .\32xl\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  #app .\32xl\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  #app .\32xl\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  #app .\32xl\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  #app .\32xl\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  #app .\32xl\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  #app .\32xl\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  #app .\32xl\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  #app .\32xl\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  #app .\32xl\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  #app .\32xl\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\32xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .\32xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .\32xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  #app .\32xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  #app .\32xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  #app .\32xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
  }

  #app .\32xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
  }

  #app .\32xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
  }

  #app .\32xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
  }

  #app .\32xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
  }

  #app .\32xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
  }

  #app .\32xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
  }

  #app .\32xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
  }

  #app .\32xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
  }

  #app .\32xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  #app .\32xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  #app .\32xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  #app .\32xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  #app .\32xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  #app .\32xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  #app .\32xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  #app .\32xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  #app .\32xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  #app .\32xl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  #app .\32xl\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  #app .\32xl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  #app .\32xl\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  #app .\32xl\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  #app .\32xl\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
  }

  #app .\32xl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  #app .\32xl\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  #app .\32xl\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  #app .\32xl\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  #app .\32xl\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  #app .\32xl\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  #app .\32xl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  #app .\32xl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  #app .\32xl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
  }

  #app .\32xl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
  }

  #app .\32xl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
  }

  #app .\32xl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
  }

  #app .\32xl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
  }

  #app .\32xl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  #app .\32xl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  #app .\32xl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  #app .\32xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  #app .\32xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  #app .\32xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  #app .\32xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  #app .\32xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  #app .\32xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  #app .\32xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  #app .\32xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  #app .\32xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  #app .\32xl\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  #app .\32xl\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  #app .\32xl\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  #app .\32xl\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  #app .\32xl\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  #app .\32xl\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  #app .\32xl\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  #app .\32xl\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  #app .\32xl\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  #app .\32xl\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  #app .\32xl\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  #app .\32xl\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  #app .\32xl\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  #app .\32xl\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  #app .\32xl\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  #app .\32xl\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  #app .\32xl\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  #app .\32xl\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  #app .\32xl\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  #app .\32xl\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  #app .\32xl\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  #app .\32xl\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  #app .\32xl\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  #app .\32xl\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  #app .\32xl\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  #app .\32xl\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  #app .\32xl\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  #app .\32xl\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  #app .\32xl\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  #app .\32xl\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  #app .\32xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  #app .\32xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  #app .\32xl\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  #app .\32xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  #app .\32xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  #app .\32xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f4f6;
  }

  #app .\32xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #e5e7eb;
  }

  #app .\32xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #d1d5db;
  }

  #app .\32xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #9ca3af;
  }

  #app .\32xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #6b7280;
  }

  #app .\32xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #4b5563;
  }

  #app .\32xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #374151;
  }

  #app .\32xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #1f2937;
  }

  #app .\32xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #111827;
  }

  #app .\32xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  #app .\32xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  #app .\32xl\:focus\:to-red-200:focus{
    --tw-gradient-to: #fecaca;
  }

  #app .\32xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #fca5a5;
  }

  #app .\32xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #f87171;
  }

  #app .\32xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #ef4444;
  }

  #app .\32xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #dc2626;
  }

  #app .\32xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #b91c1c;
  }

  #app .\32xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #991b1b;
  }

  #app .\32xl\:focus\:to-red-900:focus{
    --tw-gradient-to: #7f1d1d;
  }

  #app .\32xl\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  #app .\32xl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  #app .\32xl\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  #app .\32xl\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  #app .\32xl\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #fbbf24;
  }

  #app .\32xl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  #app .\32xl\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  #app .\32xl\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  #app .\32xl\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  #app .\32xl\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  #app .\32xl\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  #app .\32xl\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  #app .\32xl\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  #app .\32xl\:focus\:to-green-300:focus{
    --tw-gradient-to: #6ee7b7;
  }

  #app .\32xl\:focus\:to-green-400:focus{
    --tw-gradient-to: #34d399;
  }

  #app .\32xl\:focus\:to-green-500:focus{
    --tw-gradient-to: #10b981;
  }

  #app .\32xl\:focus\:to-green-600:focus{
    --tw-gradient-to: #059669;
  }

  #app .\32xl\:focus\:to-green-700:focus{
    --tw-gradient-to: #047857;
  }

  #app .\32xl\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  #app .\32xl\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  #app .\32xl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  #app .\32xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  #app .\32xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  #app .\32xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  #app .\32xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #60a5fa;
  }

  #app .\32xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  #app .\32xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  #app .\32xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  #app .\32xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  #app .\32xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  #app .\32xl\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  #app .\32xl\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  #app .\32xl\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  #app .\32xl\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  #app .\32xl\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  #app .\32xl\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  #app .\32xl\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  #app .\32xl\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  #app .\32xl\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  #app .\32xl\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  #app .\32xl\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  #app .\32xl\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  #app .\32xl\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  #app .\32xl\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  #app .\32xl\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  #app .\32xl\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  #app .\32xl\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  #app .\32xl\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  #app .\32xl\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  #app .\32xl\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  #app .\32xl\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  #app .\32xl\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  #app .\32xl\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  #app .\32xl\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  #app .\32xl\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  #app .\32xl\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  #app .\32xl\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  #app .\32xl\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  #app .\32xl\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  #app .\32xl\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  #app .\32xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .\32xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .\32xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .\32xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .\32xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .\32xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .\32xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .\32xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .\32xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .\32xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .\32xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .\32xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .\32xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .\32xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .\32xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  #app .group:hover .\32xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  #app .\32xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  #app .\32xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  #app .\32xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  #app .\32xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  #app .\32xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  #app .\32xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  #app .\32xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  #app .\32xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  #app .\32xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  #app .\32xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  #app .\32xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  #app .\32xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  #app .\32xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  #app .\32xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  #app .\32xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  #app .\32xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  #app .\32xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  #app .\32xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  #app .\32xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  #app .\32xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  #app .\32xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  #app .\32xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  #app .\32xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  #app .\32xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  #app .\32xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  #app .\32xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  #app .\32xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  #app .\32xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  #app .\32xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  #app .\32xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  #app .\32xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  #app .\32xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  #app .\32xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  #app .\32xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  #app .\32xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  #app .\32xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  #app .\32xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  #app .\32xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  #app .\32xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  #app .\32xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  #app .\32xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  #app .\32xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  #app .\32xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  #app .\32xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  #app .\32xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  #app .\32xl\:bg-bottom{
    background-position: bottom;
  }

  #app .\32xl\:bg-center{
    background-position: center;
  }

  #app .\32xl\:bg-left{
    background-position: left;
  }

  #app .\32xl\:bg-left-bottom{
    background-position: left bottom;
  }

  #app .\32xl\:bg-left-top{
    background-position: left top;
  }

  #app .\32xl\:bg-right{
    background-position: right;
  }

  #app .\32xl\:bg-right-bottom{
    background-position: right bottom;
  }

  #app .\32xl\:bg-right-top{
    background-position: right top;
  }

  #app .\32xl\:bg-top{
    background-position: top;
  }

  #app .\32xl\:bg-repeat{
    background-repeat: repeat;
  }

  #app .\32xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  #app .\32xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  #app .\32xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  #app .\32xl\:bg-repeat-round{
    background-repeat: round;
  }

  #app .\32xl\:bg-repeat-space{
    background-repeat: space;
  }

  #app .\32xl\:bg-auto{
    background-size: auto;
  }

  #app .\32xl\:bg-cover{
    background-size: cover;
  }

  #app .\32xl\:bg-contain{
    background-size: contain;
  }

  #app .\32xl\:border-collapse{
    border-collapse: collapse;
  }

  #app .\32xl\:border-separate{
    border-collapse: separate;
  }

  #app .\32xl\:border-transparent{
    border-color: transparent;
  }

  #app .\32xl\:border-current{
    border-color: currentColor;
  }

  #app .\32xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .\32xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .\32xl\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .\32xl\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .\32xl\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .\32xl\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .\32xl\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .\32xl\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .\32xl\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .\32xl\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  #app .group:hover .\32xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  #app .group:hover .\32xl\:group-hover\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-200{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-300{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  #app .\32xl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  #app .\32xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .\32xl\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  #app .\32xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  #app .\32xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .\32xl\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  #app .\32xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  #app .\32xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  #app .\32xl\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  #app .\32xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .\32xl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .\32xl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .\32xl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .\32xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .\32xl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .\32xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .\32xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .\32xl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .\32xl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .\32xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .\32xl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .\32xl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .\32xl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .\32xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  #app .group:hover .\32xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  #app .\32xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  #app .\32xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  #app .\32xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  #app .\32xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  #app .\32xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  #app .\32xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  #app .\32xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  #app .\32xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  #app .\32xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  #app .\32xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  #app .\32xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  #app .\32xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  #app .\32xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  #app .\32xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  #app .\32xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  #app .\32xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  #app .\32xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  #app .\32xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  #app .\32xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  #app .\32xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  #app .\32xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  #app .\32xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  #app .\32xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  #app .\32xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  #app .\32xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  #app .\32xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  #app .\32xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  #app .\32xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  #app .\32xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  #app .\32xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  #app .\32xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  #app .\32xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  #app .\32xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  #app .\32xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  #app .\32xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  #app .\32xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  #app .\32xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  #app .\32xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  #app .\32xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  #app .\32xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  #app .\32xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  #app .\32xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  #app .\32xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  #app .\32xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  #app .\32xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  #app .\32xl\:rounded-none{
    border-radius: 0px;
  }

  #app .\32xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  #app .\32xl\:rounded{
    border-radius: 0.25rem;
  }

  #app .\32xl\:rounded-md{
    border-radius: 0.375rem;
  }

  #app .\32xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  #app .\32xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  #app .\32xl\:rounded-2xl{
    border-radius: 1rem;
  }

  #app .\32xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  #app .\32xl\:rounded-full{
    border-radius: 9999px;
  }

  #app .\32xl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .\32xl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .\32xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .\32xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .\32xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .\32xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .\32xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .\32xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .\32xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .\32xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .\32xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .\32xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .\32xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .\32xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .\32xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .\32xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .\32xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .\32xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .\32xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  #app .\32xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  #app .\32xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  #app .\32xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  #app .\32xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  #app .\32xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  #app .\32xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  #app .\32xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  #app .\32xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  #app .\32xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  #app .\32xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  #app .\32xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  #app .\32xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  #app .\32xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  #app .\32xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  #app .\32xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  #app .\32xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  #app .\32xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  #app .\32xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  #app .\32xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  #app .\32xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  #app .\32xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  #app .\32xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  #app .\32xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  #app .\32xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  #app .\32xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  #app .\32xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  #app .\32xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-none:first-child{
    border-radius: 0px;
  }

  #app .\32xl\:first\:rounded-sm:first-child{
    border-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded:first-child{
    border-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-md:first-child{
    border-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-lg:first-child{
    border-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-xl:first-child{
    border-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-2xl:first-child{
    border-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-3xl:first-child{
    border-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-full:first-child{
    border-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-t-none:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .\32xl\:first\:rounded-r-none:first-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .\32xl\:first\:rounded-b-none:first-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:first\:rounded-l-none:first-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:first\:rounded-t-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded-r-sm:first-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded-b-sm:first-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded-l-sm:first-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded-t:first-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-r:first-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-b:first-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-l:first-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-t-md:first-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-r-md:first-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-b-md:first-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-l-md:first-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-t-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-r-lg:first-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-b-lg:first-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-l-lg:first-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-t-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-r-xl:first-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-b-xl:first-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-l-xl:first-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-t-2xl:first-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-r-2xl:first-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-b-2xl:first-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-l-2xl:first-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-t-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-r-3xl:first-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-b-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-l-3xl:first-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-t-full:first-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-r-full:first-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-b-full:first-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-l-full:first-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-tl-none:first-child{
    border-top-left-radius: 0px;
  }

  #app .\32xl\:first\:rounded-tr-none:first-child{
    border-top-right-radius: 0px;
  }

  #app .\32xl\:first\:rounded-br-none:first-child{
    border-bottom-right-radius: 0px;
  }

  #app .\32xl\:first\:rounded-bl-none:first-child{
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:first\:rounded-tl-sm:first-child{
    border-top-left-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded-tr-sm:first-child{
    border-top-right-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded-br-sm:first-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded-bl-sm:first-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:first\:rounded-tl:first-child{
    border-top-left-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-tr:first-child{
    border-top-right-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-br:first-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-bl:first-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:first\:rounded-tl-md:first-child{
    border-top-left-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-tr-md:first-child{
    border-top-right-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-br-md:first-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-bl-md:first-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:first\:rounded-tl-lg:first-child{
    border-top-left-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-tr-lg:first-child{
    border-top-right-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-br-lg:first-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-bl-lg:first-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:first\:rounded-tl-xl:first-child{
    border-top-left-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-tr-xl:first-child{
    border-top-right-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-br-xl:first-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-bl-xl:first-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:first\:rounded-tl-2xl:first-child{
    border-top-left-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-tr-2xl:first-child{
    border-top-right-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-br-2xl:first-child{
    border-bottom-right-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-bl-2xl:first-child{
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:first\:rounded-tl-3xl:first-child{
    border-top-left-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-tr-3xl:first-child{
    border-top-right-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-br-3xl:first-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-bl-3xl:first-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:first\:rounded-tl-full:first-child{
    border-top-left-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-tr-full:first-child{
    border-top-right-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-br-full:first-child{
    border-bottom-right-radius: 9999px;
  }

  #app .\32xl\:first\:rounded-bl-full:first-child{
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-none:last-child{
    border-radius: 0px;
  }

  #app .\32xl\:last\:rounded-sm:last-child{
    border-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded:last-child{
    border-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-md:last-child{
    border-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-lg:last-child{
    border-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-xl:last-child{
    border-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-2xl:last-child{
    border-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-3xl:last-child{
    border-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-full:last-child{
    border-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-t-none:last-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  #app .\32xl\:last\:rounded-r-none:last-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #app .\32xl\:last\:rounded-b-none:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:last\:rounded-l-none:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:last\:rounded-t-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded-r-sm:last-child{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded-b-sm:last-child{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded-l-sm:last-child{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded-t:last-child{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-r:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-b:last-child{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-l:last-child{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-t-md:last-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-r-md:last-child{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-b-md:last-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-l-md:last-child{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-t-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-r-lg:last-child{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-b-lg:last-child{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-l-lg:last-child{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-t-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-r-xl:last-child{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-b-xl:last-child{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-l-xl:last-child{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-t-2xl:last-child{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-r-2xl:last-child{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-b-2xl:last-child{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-l-2xl:last-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-t-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-r-3xl:last-child{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-b-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-l-3xl:last-child{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-t-full:last-child{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-r-full:last-child{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-b-full:last-child{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-l-full:last-child{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-tl-none:last-child{
    border-top-left-radius: 0px;
  }

  #app .\32xl\:last\:rounded-tr-none:last-child{
    border-top-right-radius: 0px;
  }

  #app .\32xl\:last\:rounded-br-none:last-child{
    border-bottom-right-radius: 0px;
  }

  #app .\32xl\:last\:rounded-bl-none:last-child{
    border-bottom-left-radius: 0px;
  }

  #app .\32xl\:last\:rounded-tl-sm:last-child{
    border-top-left-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded-tr-sm:last-child{
    border-top-right-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded-br-sm:last-child{
    border-bottom-right-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded-bl-sm:last-child{
    border-bottom-left-radius: 0.125rem;
  }

  #app .\32xl\:last\:rounded-tl:last-child{
    border-top-left-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-tr:last-child{
    border-top-right-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-br:last-child{
    border-bottom-right-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-bl:last-child{
    border-bottom-left-radius: 0.25rem;
  }

  #app .\32xl\:last\:rounded-tl-md:last-child{
    border-top-left-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-tr-md:last-child{
    border-top-right-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-br-md:last-child{
    border-bottom-right-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-bl-md:last-child{
    border-bottom-left-radius: 0.375rem;
  }

  #app .\32xl\:last\:rounded-tl-lg:last-child{
    border-top-left-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-tr-lg:last-child{
    border-top-right-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-br-lg:last-child{
    border-bottom-right-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-bl-lg:last-child{
    border-bottom-left-radius: 0.5rem;
  }

  #app .\32xl\:last\:rounded-tl-xl:last-child{
    border-top-left-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-tr-xl:last-child{
    border-top-right-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-br-xl:last-child{
    border-bottom-right-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-bl-xl:last-child{
    border-bottom-left-radius: 0.75rem;
  }

  #app .\32xl\:last\:rounded-tl-2xl:last-child{
    border-top-left-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-tr-2xl:last-child{
    border-top-right-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-br-2xl:last-child{
    border-bottom-right-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-bl-2xl:last-child{
    border-bottom-left-radius: 1rem;
  }

  #app .\32xl\:last\:rounded-tl-3xl:last-child{
    border-top-left-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-tr-3xl:last-child{
    border-top-right-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-br-3xl:last-child{
    border-bottom-right-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-bl-3xl:last-child{
    border-bottom-left-radius: 1.5rem;
  }

  #app .\32xl\:last\:rounded-tl-full:last-child{
    border-top-left-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-tr-full:last-child{
    border-top-right-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-br-full:last-child{
    border-bottom-right-radius: 9999px;
  }

  #app .\32xl\:last\:rounded-bl-full:last-child{
    border-bottom-left-radius: 9999px;
  }

  #app .\32xl\:border-solid{
    border-style: solid;
  }

  #app .\32xl\:border-dashed{
    border-style: dashed;
  }

  #app .\32xl\:border-dotted{
    border-style: dotted;
  }

  #app .\32xl\:border-double{
    border-style: double;
  }

  #app .\32xl\:border-none{
    border-style: none;
  }

  #app .\32xl\:border-0{
    border-width: 0px;
  }

  #app .\32xl\:border-2{
    border-width: 2px;
  }

  #app .\32xl\:border-4{
    border-width: 4px;
  }

  #app .\32xl\:border-8{
    border-width: 8px;
  }

  #app .\32xl\:border{
    border-width: 1px;
  }

  #app .\32xl\:border-t-0{
    border-top-width: 0px;
  }

  #app .\32xl\:border-r-0{
    border-right-width: 0px;
  }

  #app .\32xl\:border-b-0{
    border-bottom-width: 0px;
  }

  #app .\32xl\:border-l-0{
    border-left-width: 0px;
  }

  #app .\32xl\:border-t-2{
    border-top-width: 2px;
  }

  #app .\32xl\:border-r-2{
    border-right-width: 2px;
  }

  #app .\32xl\:border-b-2{
    border-bottom-width: 2px;
  }

  #app .\32xl\:border-l-2{
    border-left-width: 2px;
  }

  #app .\32xl\:border-t-4{
    border-top-width: 4px;
  }

  #app .\32xl\:border-r-4{
    border-right-width: 4px;
  }

  #app .\32xl\:border-b-4{
    border-bottom-width: 4px;
  }

  #app .\32xl\:border-l-4{
    border-left-width: 4px;
  }

  #app .\32xl\:border-t-8{
    border-top-width: 8px;
  }

  #app .\32xl\:border-r-8{
    border-right-width: 8px;
  }

  #app .\32xl\:border-b-8{
    border-bottom-width: 8px;
  }

  #app .\32xl\:border-l-8{
    border-left-width: 8px;
  }

  #app .\32xl\:border-t{
    border-top-width: 1px;
  }

  #app .\32xl\:border-r{
    border-right-width: 1px;
  }

  #app .\32xl\:border-b{
    border-bottom-width: 1px;
  }

  #app .\32xl\:border-l{
    border-left-width: 1px;
  }

  #app .\32xl\:box-border{
    box-sizing: border-box;
  }

  #app .\32xl\:box-content{
    box-sizing: content-box;
  }

  #app .\32xl\:cursor-auto{
    cursor: auto;
  }

  #app .\32xl\:cursor-default{
    cursor: default;
  }

  #app .\32xl\:cursor-pointer{
    cursor: pointer;
  }

  #app .\32xl\:cursor-wait{
    cursor: wait;
  }

  #app .\32xl\:cursor-text{
    cursor: text;
  }

  #app .\32xl\:cursor-move{
    cursor: move;
  }

  #app .\32xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  #app .\32xl\:block{
    display: block;
  }

  #app .\32xl\:inline-block{
    display: inline-block;
  }

  #app .\32xl\:inline{
    display: inline;
  }

  #app .\32xl\:flex{
    display: flex;
  }

  #app .\32xl\:inline-flex{
    display: inline-flex;
  }

  #app .\32xl\:table{
    display: table;
  }

  #app .\32xl\:table-caption{
    display: table-caption;
  }

  #app .\32xl\:table-cell{
    display: table-cell;
  }

  #app .\32xl\:table-column{
    display: table-column;
  }

  #app .\32xl\:table-column-group{
    display: table-column-group;
  }

  #app .\32xl\:table-footer-group{
    display: table-footer-group;
  }

  #app .\32xl\:table-header-group{
    display: table-header-group;
  }

  #app .\32xl\:table-row-group{
    display: table-row-group;
  }

  #app .\32xl\:table-row{
    display: table-row;
  }

  #app .\32xl\:flow-root{
    display: flow-root;
  }

  #app .\32xl\:grid{
    display: grid;
  }

  #app .\32xl\:inline-grid{
    display: inline-grid;
  }

  #app .\32xl\:contents{
    display: contents;
  }

  #app .\32xl\:hidden{
    display: none;
  }

  #app .\32xl\:flex-row{
    flex-direction: row;
  }

  #app .\32xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  #app .\32xl\:flex-col{
    flex-direction: column;
  }

  #app .\32xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  #app .\32xl\:flex-wrap{
    flex-wrap: wrap;
  }

  #app .\32xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  #app .\32xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  #app .\32xl\:place-items-auto{
    place-items: auto;
  }

  #app .\32xl\:place-items-start{
    place-items: start;
  }

  #app .\32xl\:place-items-end{
    place-items: end;
  }

  #app .\32xl\:place-items-center{
    place-items: center;
  }

  #app .\32xl\:place-items-stretch{
    place-items: stretch;
  }

  #app .\32xl\:place-content-center{
    place-content: center;
  }

  #app .\32xl\:place-content-start{
    place-content: start;
  }

  #app .\32xl\:place-content-end{
    place-content: end;
  }

  #app .\32xl\:place-content-between{
    place-content: space-between;
  }

  #app .\32xl\:place-content-around{
    place-content: space-around;
  }

  #app .\32xl\:place-content-evenly{
    place-content: space-evenly;
  }

  #app .\32xl\:place-content-stretch{
    place-content: stretch;
  }

  #app .\32xl\:place-self-auto{
    place-self: auto;
  }

  #app .\32xl\:place-self-start{
    place-self: start;
  }

  #app .\32xl\:place-self-end{
    place-self: end;
  }

  #app .\32xl\:place-self-center{
    place-self: center;
  }

  #app .\32xl\:place-self-stretch{
    place-self: stretch;
  }

  #app .\32xl\:items-start{
    align-items: flex-start;
  }

  #app .\32xl\:items-end{
    align-items: flex-end;
  }

  #app .\32xl\:items-center{
    align-items: center;
  }

  #app .\32xl\:items-baseline{
    align-items: baseline;
  }

  #app .\32xl\:items-stretch{
    align-items: stretch;
  }

  #app .\32xl\:content-center{
    align-content: center;
  }

  #app .\32xl\:content-start{
    align-content: flex-start;
  }

  #app .\32xl\:content-end{
    align-content: flex-end;
  }

  #app .\32xl\:content-between{
    align-content: space-between;
  }

  #app .\32xl\:content-around{
    align-content: space-around;
  }

  #app .\32xl\:content-evenly{
    align-content: space-evenly;
  }

  #app .\32xl\:self-auto{
    align-self: auto;
  }

  #app .\32xl\:self-start{
    align-self: flex-start;
  }

  #app .\32xl\:self-end{
    align-self: flex-end;
  }

  #app .\32xl\:self-center{
    align-self: center;
  }

  #app .\32xl\:self-stretch{
    align-self: stretch;
  }

  #app .\32xl\:justify-items-auto{
    justify-items: auto;
  }

  #app .\32xl\:justify-items-start{
    justify-items: start;
  }

  #app .\32xl\:justify-items-end{
    justify-items: end;
  }

  #app .\32xl\:justify-items-center{
    justify-items: center;
  }

  #app .\32xl\:justify-items-stretch{
    justify-items: stretch;
  }

  #app .\32xl\:justify-start{
    justify-content: flex-start;
  }

  #app .\32xl\:justify-end{
    justify-content: flex-end;
  }

  #app .\32xl\:justify-center{
    justify-content: center;
  }

  #app .\32xl\:justify-between{
    justify-content: space-between;
  }

  #app .\32xl\:justify-around{
    justify-content: space-around;
  }

  #app .\32xl\:justify-evenly{
    justify-content: space-evenly;
  }

  #app .\32xl\:justify-self-auto{
    justify-self: auto;
  }

  #app .\32xl\:justify-self-start{
    justify-self: start;
  }

  #app .\32xl\:justify-self-end{
    justify-self: end;
  }

  #app .\32xl\:justify-self-center{
    justify-self: center;
  }

  #app .\32xl\:justify-self-stretch{
    justify-self: stretch;
  }

  #app .\32xl\:flex-1{
    flex: 1 1 0%;
  }

  #app .\32xl\:flex-auto{
    flex: 1 1 auto;
  }

  #app .\32xl\:flex-initial{
    flex: 0 1 auto;
  }

  #app .\32xl\:flex-none{
    flex: none;
  }

  #app .\32xl\:flex-grow-0{
    flex-grow: 0;
  }

  #app .\32xl\:flex-grow{
    flex-grow: 1;
  }

  #app .\32xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  #app .\32xl\:flex-shrink{
    flex-shrink: 1;
  }

  #app .\32xl\:order-1{
    order: 1;
  }

  #app .\32xl\:order-2{
    order: 2;
  }

  #app .\32xl\:order-3{
    order: 3;
  }

  #app .\32xl\:order-4{
    order: 4;
  }

  #app .\32xl\:order-5{
    order: 5;
  }

  #app .\32xl\:order-6{
    order: 6;
  }

  #app .\32xl\:order-7{
    order: 7;
  }

  #app .\32xl\:order-8{
    order: 8;
  }

  #app .\32xl\:order-9{
    order: 9;
  }

  #app .\32xl\:order-10{
    order: 10;
  }

  #app .\32xl\:order-11{
    order: 11;
  }

  #app .\32xl\:order-12{
    order: 12;
  }

  #app .\32xl\:order-first{
    order: -9999;
  }

  #app .\32xl\:order-last{
    order: 9999;
  }

  #app .\32xl\:order-none{
    order: 0;
  }

  #app .\32xl\:float-right{
    float: right;
  }

  #app .\32xl\:float-left{
    float: left;
  }

  #app .\32xl\:float-none{
    float: none;
  }

  #app .\32xl\:clear-left{
    clear: left;
  }

  #app .\32xl\:clear-right{
    clear: right;
  }

  #app .\32xl\:clear-both{
    clear: both;
  }

  #app .\32xl\:clear-none{
    clear: none;
  }

  #app .\32xl\:font-sans{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #app .\32xl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  #app .\32xl\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  #app .\32xl\:font-thin{
    font-weight: 100;
  }

  #app .\32xl\:font-extralight{
    font-weight: 200;
  }

  #app .\32xl\:font-light{
    font-weight: 300;
  }

  #app .\32xl\:font-normal{
    font-weight: 400;
  }

  #app .\32xl\:font-medium{
    font-weight: 500;
  }

  #app .\32xl\:font-semibold{
    font-weight: 600;
  }

  #app .\32xl\:font-bold{
    font-weight: 700;
  }

  #app .\32xl\:font-extrabold{
    font-weight: 800;
  }

  #app .\32xl\:font-black{
    font-weight: 900;
  }

  #app .\32xl\:h-0{
    height: 0px;
  }

  #app .\32xl\:h-1{
    height: 0.25rem;
  }

  #app .\32xl\:h-2{
    height: 0.5rem;
  }

  #app .\32xl\:h-3{
    height: 0.75rem;
  }

  #app .\32xl\:h-4{
    height: 1rem;
  }

  #app .\32xl\:h-5{
    height: 1.25rem;
  }

  #app .\32xl\:h-6{
    height: 1.5rem;
  }

  #app .\32xl\:h-7{
    height: 1.75rem;
  }

  #app .\32xl\:h-8{
    height: 2rem;
  }

  #app .\32xl\:h-9{
    height: 2.25rem;
  }

  #app .\32xl\:h-10{
    height: 2.5rem;
  }

  #app .\32xl\:h-11{
    height: 2.75rem;
  }

  #app .\32xl\:h-12{
    height: 3rem;
  }

  #app .\32xl\:h-14{
    height: 3.5rem;
  }

  #app .\32xl\:h-16{
    height: 4rem;
  }

  #app .\32xl\:h-20{
    height: 5rem;
  }

  #app .\32xl\:h-24{
    height: 6rem;
  }

  #app .\32xl\:h-28{
    height: 7rem;
  }

  #app .\32xl\:h-32{
    height: 8rem;
  }

  #app .\32xl\:h-36{
    height: 9rem;
  }

  #app .\32xl\:h-40{
    height: 10rem;
  }

  #app .\32xl\:h-44{
    height: 11rem;
  }

  #app .\32xl\:h-48{
    height: 12rem;
  }

  #app .\32xl\:h-52{
    height: 13rem;
  }

  #app .\32xl\:h-56{
    height: 14rem;
  }

  #app .\32xl\:h-60{
    height: 15rem;
  }

  #app .\32xl\:h-64{
    height: 16rem;
  }

  #app .\32xl\:h-72{
    height: 18rem;
  }

  #app .\32xl\:h-80{
    height: 20rem;
  }

  #app .\32xl\:h-96{
    height: 24rem;
  }

  #app .\32xl\:h-auto{
    height: auto;
  }

  #app .\32xl\:h-px{
    height: 1px;
  }

  #app .\32xl\:h-0\.5{
    height: 0.125rem;
  }

  #app .\32xl\:h-1\.5{
    height: 0.375rem;
  }

  #app .\32xl\:h-2\.5{
    height: 0.625rem;
  }

  #app .\32xl\:h-3\.5{
    height: 0.875rem;
  }

  #app .\32xl\:h-1\/2{
    height: 50%;
  }

  #app .\32xl\:h-1\/3{
    height: 33.333333%;
  }

  #app .\32xl\:h-2\/3{
    height: 66.666667%;
  }

  #app .\32xl\:h-1\/4{
    height: 25%;
  }

  #app .\32xl\:h-2\/4{
    height: 50%;
  }

  #app .\32xl\:h-3\/4{
    height: 75%;
  }

  #app .\32xl\:h-1\/5{
    height: 20%;
  }

  #app .\32xl\:h-2\/5{
    height: 40%;
  }

  #app .\32xl\:h-3\/5{
    height: 60%;
  }

  #app .\32xl\:h-4\/5{
    height: 80%;
  }

  #app .\32xl\:h-1\/6{
    height: 16.666667%;
  }

  #app .\32xl\:h-2\/6{
    height: 33.333333%;
  }

  #app .\32xl\:h-3\/6{
    height: 50%;
  }

  #app .\32xl\:h-4\/6{
    height: 66.666667%;
  }

  #app .\32xl\:h-5\/6{
    height: 83.333333%;
  }

  #app .\32xl\:h-full{
    height: 100%;
  }

  #app .\32xl\:h-screen{
    height: 100vh;
  }

  #app .\32xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  #app .\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #app .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #app .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  #app .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #app .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #app .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #app .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #app .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  #app .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  #app .\32xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  #app .\32xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  #app .\32xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  #app .\32xl\:leading-3{
    line-height: .75rem;
  }

  #app .\32xl\:leading-4{
    line-height: 1rem;
  }

  #app .\32xl\:leading-5{
    line-height: 1.25rem;
  }

  #app .\32xl\:leading-6{
    line-height: 1.5rem;
  }

  #app .\32xl\:leading-7{
    line-height: 1.75rem;
  }

  #app .\32xl\:leading-8{
    line-height: 2rem;
  }

  #app .\32xl\:leading-9{
    line-height: 2.25rem;
  }

  #app .\32xl\:leading-10{
    line-height: 2.5rem;
  }

  #app .\32xl\:leading-none{
    line-height: 1;
  }

  #app .\32xl\:leading-tight{
    line-height: 1.25;
  }

  #app .\32xl\:leading-snug{
    line-height: 1.375;
  }

  #app .\32xl\:leading-normal{
    line-height: 1.5;
  }

  #app .\32xl\:leading-relaxed{
    line-height: 1.625;
  }

  #app .\32xl\:leading-loose{
    line-height: 2;
  }

  #app .\32xl\:list-inside{
    list-style-position: inside;
  }

  #app .\32xl\:list-outside{
    list-style-position: outside;
  }

  #app .\32xl\:list-none{
    list-style-type: none;
  }

  #app .\32xl\:list-disc{
    list-style-type: disc;
  }

  #app .\32xl\:list-decimal{
    list-style-type: decimal;
  }

  #app .\32xl\:m-0{
    margin: 0px;
  }

  #app .\32xl\:m-1{
    margin: 0.25rem;
  }

  #app .\32xl\:m-2{
    margin: 0.5rem;
  }

  #app .\32xl\:m-3{
    margin: 0.75rem;
  }

  #app .\32xl\:m-4{
    margin: 1rem;
  }

  #app .\32xl\:m-5{
    margin: 1.25rem;
  }

  #app .\32xl\:m-6{
    margin: 1.5rem;
  }

  #app .\32xl\:m-7{
    margin: 1.75rem;
  }

  #app .\32xl\:m-8{
    margin: 2rem;
  }

  #app .\32xl\:m-9{
    margin: 2.25rem;
  }

  #app .\32xl\:m-10{
    margin: 2.5rem;
  }

  #app .\32xl\:m-11{
    margin: 2.75rem;
  }

  #app .\32xl\:m-12{
    margin: 3rem;
  }

  #app .\32xl\:m-14{
    margin: 3.5rem;
  }

  #app .\32xl\:m-16{
    margin: 4rem;
  }

  #app .\32xl\:m-20{
    margin: 5rem;
  }

  #app .\32xl\:m-24{
    margin: 6rem;
  }

  #app .\32xl\:m-28{
    margin: 7rem;
  }

  #app .\32xl\:m-32{
    margin: 8rem;
  }

  #app .\32xl\:m-36{
    margin: 9rem;
  }

  #app .\32xl\:m-40{
    margin: 10rem;
  }

  #app .\32xl\:m-44{
    margin: 11rem;
  }

  #app .\32xl\:m-48{
    margin: 12rem;
  }

  #app .\32xl\:m-52{
    margin: 13rem;
  }

  #app .\32xl\:m-56{
    margin: 14rem;
  }

  #app .\32xl\:m-60{
    margin: 15rem;
  }

  #app .\32xl\:m-64{
    margin: 16rem;
  }

  #app .\32xl\:m-72{
    margin: 18rem;
  }

  #app .\32xl\:m-80{
    margin: 20rem;
  }

  #app .\32xl\:m-96{
    margin: 24rem;
  }

  #app .\32xl\:m-auto{
    margin: auto;
  }

  #app .\32xl\:m-px{
    margin: 1px;
  }

  #app .\32xl\:m-0\.5{
    margin: 0.125rem;
  }

  #app .\32xl\:m-1\.5{
    margin: 0.375rem;
  }

  #app .\32xl\:m-2\.5{
    margin: 0.625rem;
  }

  #app .\32xl\:m-3\.5{
    margin: 0.875rem;
  }

  #app .\32xl\:-m-0{
    margin: 0px;
  }

  #app .\32xl\:-m-1{
    margin: -0.25rem;
  }

  #app .\32xl\:-m-2{
    margin: -0.5rem;
  }

  #app .\32xl\:-m-3{
    margin: -0.75rem;
  }

  #app .\32xl\:-m-4{
    margin: -1rem;
  }

  #app .\32xl\:-m-5{
    margin: -1.25rem;
  }

  #app .\32xl\:-m-6{
    margin: -1.5rem;
  }

  #app .\32xl\:-m-7{
    margin: -1.75rem;
  }

  #app .\32xl\:-m-8{
    margin: -2rem;
  }

  #app .\32xl\:-m-9{
    margin: -2.25rem;
  }

  #app .\32xl\:-m-10{
    margin: -2.5rem;
  }

  #app .\32xl\:-m-11{
    margin: -2.75rem;
  }

  #app .\32xl\:-m-12{
    margin: -3rem;
  }

  #app .\32xl\:-m-14{
    margin: -3.5rem;
  }

  #app .\32xl\:-m-16{
    margin: -4rem;
  }

  #app .\32xl\:-m-20{
    margin: -5rem;
  }

  #app .\32xl\:-m-24{
    margin: -6rem;
  }

  #app .\32xl\:-m-28{
    margin: -7rem;
  }

  #app .\32xl\:-m-32{
    margin: -8rem;
  }

  #app .\32xl\:-m-36{
    margin: -9rem;
  }

  #app .\32xl\:-m-40{
    margin: -10rem;
  }

  #app .\32xl\:-m-44{
    margin: -11rem;
  }

  #app .\32xl\:-m-48{
    margin: -12rem;
  }

  #app .\32xl\:-m-52{
    margin: -13rem;
  }

  #app .\32xl\:-m-56{
    margin: -14rem;
  }

  #app .\32xl\:-m-60{
    margin: -15rem;
  }

  #app .\32xl\:-m-64{
    margin: -16rem;
  }

  #app .\32xl\:-m-72{
    margin: -18rem;
  }

  #app .\32xl\:-m-80{
    margin: -20rem;
  }

  #app .\32xl\:-m-96{
    margin: -24rem;
  }

  #app .\32xl\:-m-px{
    margin: -1px;
  }

  #app .\32xl\:-m-0\.5{
    margin: -0.125rem;
  }

  #app .\32xl\:-m-1\.5{
    margin: -0.375rem;
  }

  #app .\32xl\:-m-2\.5{
    margin: -0.625rem;
  }

  #app .\32xl\:-m-3\.5{
    margin: -0.875rem;
  }

  #app .\32xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .\32xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .\32xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  #app .\32xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  #app .\32xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #app .\32xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  #app .\32xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  #app .\32xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  #app .\32xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  #app .\32xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #app .\32xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #app .\32xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  #app .\32xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #app .\32xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  #app .\32xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  #app .\32xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  #app .\32xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #app .\32xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  #app .\32xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  #app .\32xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  #app .\32xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  #app .\32xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #app .\32xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  #app .\32xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  #app .\32xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  #app .\32xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #app .\32xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  #app .\32xl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  #app .\32xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  #app .\32xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  #app .\32xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  #app .\32xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  #app .\32xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  #app .\32xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  #app .\32xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  #app .\32xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  #app .\32xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  #app .\32xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  #app .\32xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  #app .\32xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  #app .\32xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  #app .\32xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  #app .\32xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  #app .\32xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  #app .\32xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  #app .\32xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  #app .\32xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  #app .\32xl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  #app .\32xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  #app .\32xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  #app .\32xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  #app .\32xl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  #app .\32xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  #app .\32xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  #app .\32xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  #app .\32xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  #app .\32xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  #app .\32xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  #app .\32xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  #app .\32xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  #app .\32xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  #app .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  #app .\32xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  #app .\32xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  #app .\32xl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  #app .\32xl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  #app .\32xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  #app .\32xl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  #app .\32xl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  #app .\32xl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  #app .\32xl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  #app .\32xl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  #app .\32xl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #app .\32xl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  #app .\32xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  #app .\32xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  #app .\32xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  #app .\32xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  #app .\32xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  #app .\32xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  #app .\32xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  #app .\32xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  #app .\32xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  #app .\32xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  #app .\32xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  #app .\32xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  #app .\32xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  #app .\32xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  #app .\32xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  #app .\32xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  #app .\32xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  #app .\32xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  #app .\32xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  #app .\32xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  #app .\32xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  #app .\32xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  #app .\32xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  #app .\32xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  #app .\32xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  #app .\32xl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  #app .\32xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  #app .\32xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  #app .\32xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  #app .\32xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  #app .\32xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  #app .\32xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  #app .\32xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  #app .\32xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  #app .\32xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  #app .\32xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  #app .\32xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  #app .\32xl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  #app .\32xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  #app .\32xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  #app .\32xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  #app .\32xl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  #app .\32xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  #app .\32xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  #app .\32xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  #app .\32xl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  #app .\32xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  #app .\32xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  #app .\32xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  #app .\32xl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  #app .\32xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  #app .\32xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  #app .\32xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  #app .\32xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  #app .\32xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  #app .\32xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  #app .\32xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  #app .\32xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  #app .\32xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  #app .\32xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  #app .\32xl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  #app .\32xl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  #app .\32xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  #app .\32xl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  #app .\32xl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  #app .\32xl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  #app .\32xl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  #app .\32xl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  #app .\32xl\:mt-0{
    margin-top: 0px;
  }

  #app .\32xl\:mr-0{
    margin-right: 0px;
  }

  #app .\32xl\:mb-0{
    margin-bottom: 0px;
  }

  #app .\32xl\:ml-0{
    margin-left: 0px;
  }

  #app .\32xl\:mt-1{
    margin-top: 0.25rem;
  }

  #app .\32xl\:mr-1{
    margin-right: 0.25rem;
  }

  #app .\32xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  #app .\32xl\:ml-1{
    margin-left: 0.25rem;
  }

  #app .\32xl\:mt-2{
    margin-top: 0.5rem;
  }

  #app .\32xl\:mr-2{
    margin-right: 0.5rem;
  }

  #app .\32xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  #app .\32xl\:ml-2{
    margin-left: 0.5rem;
  }

  #app .\32xl\:mt-3{
    margin-top: 0.75rem;
  }

  #app .\32xl\:mr-3{
    margin-right: 0.75rem;
  }

  #app .\32xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  #app .\32xl\:ml-3{
    margin-left: 0.75rem;
  }

  #app .\32xl\:mt-4{
    margin-top: 1rem;
  }

  #app .\32xl\:mr-4{
    margin-right: 1rem;
  }

  #app .\32xl\:mb-4{
    margin-bottom: 1rem;
  }

  #app .\32xl\:ml-4{
    margin-left: 1rem;
  }

  #app .\32xl\:mt-5{
    margin-top: 1.25rem;
  }

  #app .\32xl\:mr-5{
    margin-right: 1.25rem;
  }

  #app .\32xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  #app .\32xl\:ml-5{
    margin-left: 1.25rem;
  }

  #app .\32xl\:mt-6{
    margin-top: 1.5rem;
  }

  #app .\32xl\:mr-6{
    margin-right: 1.5rem;
  }

  #app .\32xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  #app .\32xl\:ml-6{
    margin-left: 1.5rem;
  }

  #app .\32xl\:mt-7{
    margin-top: 1.75rem;
  }

  #app .\32xl\:mr-7{
    margin-right: 1.75rem;
  }

  #app .\32xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  #app .\32xl\:ml-7{
    margin-left: 1.75rem;
  }

  #app .\32xl\:mt-8{
    margin-top: 2rem;
  }

  #app .\32xl\:mr-8{
    margin-right: 2rem;
  }

  #app .\32xl\:mb-8{
    margin-bottom: 2rem;
  }

  #app .\32xl\:ml-8{
    margin-left: 2rem;
  }

  #app .\32xl\:mt-9{
    margin-top: 2.25rem;
  }

  #app .\32xl\:mr-9{
    margin-right: 2.25rem;
  }

  #app .\32xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  #app .\32xl\:ml-9{
    margin-left: 2.25rem;
  }

  #app .\32xl\:mt-10{
    margin-top: 2.5rem;
  }

  #app .\32xl\:mr-10{
    margin-right: 2.5rem;
  }

  #app .\32xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  #app .\32xl\:ml-10{
    margin-left: 2.5rem;
  }

  #app .\32xl\:mt-11{
    margin-top: 2.75rem;
  }

  #app .\32xl\:mr-11{
    margin-right: 2.75rem;
  }

  #app .\32xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  #app .\32xl\:ml-11{
    margin-left: 2.75rem;
  }

  #app .\32xl\:mt-12{
    margin-top: 3rem;
  }

  #app .\32xl\:mr-12{
    margin-right: 3rem;
  }

  #app .\32xl\:mb-12{
    margin-bottom: 3rem;
  }

  #app .\32xl\:ml-12{
    margin-left: 3rem;
  }

  #app .\32xl\:mt-14{
    margin-top: 3.5rem;
  }

  #app .\32xl\:mr-14{
    margin-right: 3.5rem;
  }

  #app .\32xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  #app .\32xl\:ml-14{
    margin-left: 3.5rem;
  }

  #app .\32xl\:mt-16{
    margin-top: 4rem;
  }

  #app .\32xl\:mr-16{
    margin-right: 4rem;
  }

  #app .\32xl\:mb-16{
    margin-bottom: 4rem;
  }

  #app .\32xl\:ml-16{
    margin-left: 4rem;
  }

  #app .\32xl\:mt-20{
    margin-top: 5rem;
  }

  #app .\32xl\:mr-20{
    margin-right: 5rem;
  }

  #app .\32xl\:mb-20{
    margin-bottom: 5rem;
  }

  #app .\32xl\:ml-20{
    margin-left: 5rem;
  }

  #app .\32xl\:mt-24{
    margin-top: 6rem;
  }

  #app .\32xl\:mr-24{
    margin-right: 6rem;
  }

  #app .\32xl\:mb-24{
    margin-bottom: 6rem;
  }

  #app .\32xl\:ml-24{
    margin-left: 6rem;
  }

  #app .\32xl\:mt-28{
    margin-top: 7rem;
  }

  #app .\32xl\:mr-28{
    margin-right: 7rem;
  }

  #app .\32xl\:mb-28{
    margin-bottom: 7rem;
  }

  #app .\32xl\:ml-28{
    margin-left: 7rem;
  }

  #app .\32xl\:mt-32{
    margin-top: 8rem;
  }

  #app .\32xl\:mr-32{
    margin-right: 8rem;
  }

  #app .\32xl\:mb-32{
    margin-bottom: 8rem;
  }

  #app .\32xl\:ml-32{
    margin-left: 8rem;
  }

  #app .\32xl\:mt-36{
    margin-top: 9rem;
  }

  #app .\32xl\:mr-36{
    margin-right: 9rem;
  }

  #app .\32xl\:mb-36{
    margin-bottom: 9rem;
  }

  #app .\32xl\:ml-36{
    margin-left: 9rem;
  }

  #app .\32xl\:mt-40{
    margin-top: 10rem;
  }

  #app .\32xl\:mr-40{
    margin-right: 10rem;
  }

  #app .\32xl\:mb-40{
    margin-bottom: 10rem;
  }

  #app .\32xl\:ml-40{
    margin-left: 10rem;
  }

  #app .\32xl\:mt-44{
    margin-top: 11rem;
  }

  #app .\32xl\:mr-44{
    margin-right: 11rem;
  }

  #app .\32xl\:mb-44{
    margin-bottom: 11rem;
  }

  #app .\32xl\:ml-44{
    margin-left: 11rem;
  }

  #app .\32xl\:mt-48{
    margin-top: 12rem;
  }

  #app .\32xl\:mr-48{
    margin-right: 12rem;
  }

  #app .\32xl\:mb-48{
    margin-bottom: 12rem;
  }

  #app .\32xl\:ml-48{
    margin-left: 12rem;
  }

  #app .\32xl\:mt-52{
    margin-top: 13rem;
  }

  #app .\32xl\:mr-52{
    margin-right: 13rem;
  }

  #app .\32xl\:mb-52{
    margin-bottom: 13rem;
  }

  #app .\32xl\:ml-52{
    margin-left: 13rem;
  }

  #app .\32xl\:mt-56{
    margin-top: 14rem;
  }

  #app .\32xl\:mr-56{
    margin-right: 14rem;
  }

  #app .\32xl\:mb-56{
    margin-bottom: 14rem;
  }

  #app .\32xl\:ml-56{
    margin-left: 14rem;
  }

  #app .\32xl\:mt-60{
    margin-top: 15rem;
  }

  #app .\32xl\:mr-60{
    margin-right: 15rem;
  }

  #app .\32xl\:mb-60{
    margin-bottom: 15rem;
  }

  #app .\32xl\:ml-60{
    margin-left: 15rem;
  }

  #app .\32xl\:mt-64{
    margin-top: 16rem;
  }

  #app .\32xl\:mr-64{
    margin-right: 16rem;
  }

  #app .\32xl\:mb-64{
    margin-bottom: 16rem;
  }

  #app .\32xl\:ml-64{
    margin-left: 16rem;
  }

  #app .\32xl\:mt-72{
    margin-top: 18rem;
  }

  #app .\32xl\:mr-72{
    margin-right: 18rem;
  }

  #app .\32xl\:mb-72{
    margin-bottom: 18rem;
  }

  #app .\32xl\:ml-72{
    margin-left: 18rem;
  }

  #app .\32xl\:mt-80{
    margin-top: 20rem;
  }

  #app .\32xl\:mr-80{
    margin-right: 20rem;
  }

  #app .\32xl\:mb-80{
    margin-bottom: 20rem;
  }

  #app .\32xl\:ml-80{
    margin-left: 20rem;
  }

  #app .\32xl\:mt-96{
    margin-top: 24rem;
  }

  #app .\32xl\:mr-96{
    margin-right: 24rem;
  }

  #app .\32xl\:mb-96{
    margin-bottom: 24rem;
  }

  #app .\32xl\:ml-96{
    margin-left: 24rem;
  }

  #app .\32xl\:mt-auto{
    margin-top: auto;
  }

  #app .\32xl\:mr-auto{
    margin-right: auto;
  }

  #app .\32xl\:mb-auto{
    margin-bottom: auto;
  }

  #app .\32xl\:ml-auto{
    margin-left: auto;
  }

  #app .\32xl\:mt-px{
    margin-top: 1px;
  }

  #app .\32xl\:mr-px{
    margin-right: 1px;
  }

  #app .\32xl\:mb-px{
    margin-bottom: 1px;
  }

  #app .\32xl\:ml-px{
    margin-left: 1px;
  }

  #app .\32xl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  #app .\32xl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  #app .\32xl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  #app .\32xl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  #app .\32xl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  #app .\32xl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  #app .\32xl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  #app .\32xl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  #app .\32xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  #app .\32xl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  #app .\32xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  #app .\32xl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  #app .\32xl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  #app .\32xl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  #app .\32xl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  #app .\32xl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  #app .\32xl\:-mt-0{
    margin-top: 0px;
  }

  #app .\32xl\:-mr-0{
    margin-right: 0px;
  }

  #app .\32xl\:-mb-0{
    margin-bottom: 0px;
  }

  #app .\32xl\:-ml-0{
    margin-left: 0px;
  }

  #app .\32xl\:-mt-1{
    margin-top: -0.25rem;
  }

  #app .\32xl\:-mr-1{
    margin-right: -0.25rem;
  }

  #app .\32xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  #app .\32xl\:-ml-1{
    margin-left: -0.25rem;
  }

  #app .\32xl\:-mt-2{
    margin-top: -0.5rem;
  }

  #app .\32xl\:-mr-2{
    margin-right: -0.5rem;
  }

  #app .\32xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  #app .\32xl\:-ml-2{
    margin-left: -0.5rem;
  }

  #app .\32xl\:-mt-3{
    margin-top: -0.75rem;
  }

  #app .\32xl\:-mr-3{
    margin-right: -0.75rem;
  }

  #app .\32xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  #app .\32xl\:-ml-3{
    margin-left: -0.75rem;
  }

  #app .\32xl\:-mt-4{
    margin-top: -1rem;
  }

  #app .\32xl\:-mr-4{
    margin-right: -1rem;
  }

  #app .\32xl\:-mb-4{
    margin-bottom: -1rem;
  }

  #app .\32xl\:-ml-4{
    margin-left: -1rem;
  }

  #app .\32xl\:-mt-5{
    margin-top: -1.25rem;
  }

  #app .\32xl\:-mr-5{
    margin-right: -1.25rem;
  }

  #app .\32xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  #app .\32xl\:-ml-5{
    margin-left: -1.25rem;
  }

  #app .\32xl\:-mt-6{
    margin-top: -1.5rem;
  }

  #app .\32xl\:-mr-6{
    margin-right: -1.5rem;
  }

  #app .\32xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  #app .\32xl\:-ml-6{
    margin-left: -1.5rem;
  }

  #app .\32xl\:-mt-7{
    margin-top: -1.75rem;
  }

  #app .\32xl\:-mr-7{
    margin-right: -1.75rem;
  }

  #app .\32xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  #app .\32xl\:-ml-7{
    margin-left: -1.75rem;
  }

  #app .\32xl\:-mt-8{
    margin-top: -2rem;
  }

  #app .\32xl\:-mr-8{
    margin-right: -2rem;
  }

  #app .\32xl\:-mb-8{
    margin-bottom: -2rem;
  }

  #app .\32xl\:-ml-8{
    margin-left: -2rem;
  }

  #app .\32xl\:-mt-9{
    margin-top: -2.25rem;
  }

  #app .\32xl\:-mr-9{
    margin-right: -2.25rem;
  }

  #app .\32xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  #app .\32xl\:-ml-9{
    margin-left: -2.25rem;
  }

  #app .\32xl\:-mt-10{
    margin-top: -2.5rem;
  }

  #app .\32xl\:-mr-10{
    margin-right: -2.5rem;
  }

  #app .\32xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  #app .\32xl\:-ml-10{
    margin-left: -2.5rem;
  }

  #app .\32xl\:-mt-11{
    margin-top: -2.75rem;
  }

  #app .\32xl\:-mr-11{
    margin-right: -2.75rem;
  }

  #app .\32xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  #app .\32xl\:-ml-11{
    margin-left: -2.75rem;
  }

  #app .\32xl\:-mt-12{
    margin-top: -3rem;
  }

  #app .\32xl\:-mr-12{
    margin-right: -3rem;
  }

  #app .\32xl\:-mb-12{
    margin-bottom: -3rem;
  }

  #app .\32xl\:-ml-12{
    margin-left: -3rem;
  }

  #app .\32xl\:-mt-14{
    margin-top: -3.5rem;
  }

  #app .\32xl\:-mr-14{
    margin-right: -3.5rem;
  }

  #app .\32xl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  #app .\32xl\:-ml-14{
    margin-left: -3.5rem;
  }

  #app .\32xl\:-mt-16{
    margin-top: -4rem;
  }

  #app .\32xl\:-mr-16{
    margin-right: -4rem;
  }

  #app .\32xl\:-mb-16{
    margin-bottom: -4rem;
  }

  #app .\32xl\:-ml-16{
    margin-left: -4rem;
  }

  #app .\32xl\:-mt-20{
    margin-top: -5rem;
  }

  #app .\32xl\:-mr-20{
    margin-right: -5rem;
  }

  #app .\32xl\:-mb-20{
    margin-bottom: -5rem;
  }

  #app .\32xl\:-ml-20{
    margin-left: -5rem;
  }

  #app .\32xl\:-mt-24{
    margin-top: -6rem;
  }

  #app .\32xl\:-mr-24{
    margin-right: -6rem;
  }

  #app .\32xl\:-mb-24{
    margin-bottom: -6rem;
  }

  #app .\32xl\:-ml-24{
    margin-left: -6rem;
  }

  #app .\32xl\:-mt-28{
    margin-top: -7rem;
  }

  #app .\32xl\:-mr-28{
    margin-right: -7rem;
  }

  #app .\32xl\:-mb-28{
    margin-bottom: -7rem;
  }

  #app .\32xl\:-ml-28{
    margin-left: -7rem;
  }

  #app .\32xl\:-mt-32{
    margin-top: -8rem;
  }

  #app .\32xl\:-mr-32{
    margin-right: -8rem;
  }

  #app .\32xl\:-mb-32{
    margin-bottom: -8rem;
  }

  #app .\32xl\:-ml-32{
    margin-left: -8rem;
  }

  #app .\32xl\:-mt-36{
    margin-top: -9rem;
  }

  #app .\32xl\:-mr-36{
    margin-right: -9rem;
  }

  #app .\32xl\:-mb-36{
    margin-bottom: -9rem;
  }

  #app .\32xl\:-ml-36{
    margin-left: -9rem;
  }

  #app .\32xl\:-mt-40{
    margin-top: -10rem;
  }

  #app .\32xl\:-mr-40{
    margin-right: -10rem;
  }

  #app .\32xl\:-mb-40{
    margin-bottom: -10rem;
  }

  #app .\32xl\:-ml-40{
    margin-left: -10rem;
  }

  #app .\32xl\:-mt-44{
    margin-top: -11rem;
  }

  #app .\32xl\:-mr-44{
    margin-right: -11rem;
  }

  #app .\32xl\:-mb-44{
    margin-bottom: -11rem;
  }

  #app .\32xl\:-ml-44{
    margin-left: -11rem;
  }

  #app .\32xl\:-mt-48{
    margin-top: -12rem;
  }

  #app .\32xl\:-mr-48{
    margin-right: -12rem;
  }

  #app .\32xl\:-mb-48{
    margin-bottom: -12rem;
  }

  #app .\32xl\:-ml-48{
    margin-left: -12rem;
  }

  #app .\32xl\:-mt-52{
    margin-top: -13rem;
  }

  #app .\32xl\:-mr-52{
    margin-right: -13rem;
  }

  #app .\32xl\:-mb-52{
    margin-bottom: -13rem;
  }

  #app .\32xl\:-ml-52{
    margin-left: -13rem;
  }

  #app .\32xl\:-mt-56{
    margin-top: -14rem;
  }

  #app .\32xl\:-mr-56{
    margin-right: -14rem;
  }

  #app .\32xl\:-mb-56{
    margin-bottom: -14rem;
  }

  #app .\32xl\:-ml-56{
    margin-left: -14rem;
  }

  #app .\32xl\:-mt-60{
    margin-top: -15rem;
  }

  #app .\32xl\:-mr-60{
    margin-right: -15rem;
  }

  #app .\32xl\:-mb-60{
    margin-bottom: -15rem;
  }

  #app .\32xl\:-ml-60{
    margin-left: -15rem;
  }

  #app .\32xl\:-mt-64{
    margin-top: -16rem;
  }

  #app .\32xl\:-mr-64{
    margin-right: -16rem;
  }

  #app .\32xl\:-mb-64{
    margin-bottom: -16rem;
  }

  #app .\32xl\:-ml-64{
    margin-left: -16rem;
  }

  #app .\32xl\:-mt-72{
    margin-top: -18rem;
  }

  #app .\32xl\:-mr-72{
    margin-right: -18rem;
  }

  #app .\32xl\:-mb-72{
    margin-bottom: -18rem;
  }

  #app .\32xl\:-ml-72{
    margin-left: -18rem;
  }

  #app .\32xl\:-mt-80{
    margin-top: -20rem;
  }

  #app .\32xl\:-mr-80{
    margin-right: -20rem;
  }

  #app .\32xl\:-mb-80{
    margin-bottom: -20rem;
  }

  #app .\32xl\:-ml-80{
    margin-left: -20rem;
  }

  #app .\32xl\:-mt-96{
    margin-top: -24rem;
  }

  #app .\32xl\:-mr-96{
    margin-right: -24rem;
  }

  #app .\32xl\:-mb-96{
    margin-bottom: -24rem;
  }

  #app .\32xl\:-ml-96{
    margin-left: -24rem;
  }

  #app .\32xl\:-mt-px{
    margin-top: -1px;
  }

  #app .\32xl\:-mr-px{
    margin-right: -1px;
  }

  #app .\32xl\:-mb-px{
    margin-bottom: -1px;
  }

  #app .\32xl\:-ml-px{
    margin-left: -1px;
  }

  #app .\32xl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  #app .\32xl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  #app .\32xl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  #app .\32xl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  #app .\32xl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  #app .\32xl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  #app .\32xl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  #app .\32xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  #app .\32xl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  #app .\32xl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  #app .\32xl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  #app .\32xl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  #app .\32xl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  #app .\32xl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  #app .\32xl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  #app .\32xl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  #app .\32xl\:max-h-0{
    max-height: 0px;
  }

  #app .\32xl\:max-h-1{
    max-height: 0.25rem;
  }

  #app .\32xl\:max-h-2{
    max-height: 0.5rem;
  }

  #app .\32xl\:max-h-3{
    max-height: 0.75rem;
  }

  #app .\32xl\:max-h-4{
    max-height: 1rem;
  }

  #app .\32xl\:max-h-5{
    max-height: 1.25rem;
  }

  #app .\32xl\:max-h-6{
    max-height: 1.5rem;
  }

  #app .\32xl\:max-h-7{
    max-height: 1.75rem;
  }

  #app .\32xl\:max-h-8{
    max-height: 2rem;
  }

  #app .\32xl\:max-h-9{
    max-height: 2.25rem;
  }

  #app .\32xl\:max-h-10{
    max-height: 2.5rem;
  }

  #app .\32xl\:max-h-11{
    max-height: 2.75rem;
  }

  #app .\32xl\:max-h-12{
    max-height: 3rem;
  }

  #app .\32xl\:max-h-14{
    max-height: 3.5rem;
  }

  #app .\32xl\:max-h-16{
    max-height: 4rem;
  }

  #app .\32xl\:max-h-20{
    max-height: 5rem;
  }

  #app .\32xl\:max-h-24{
    max-height: 6rem;
  }

  #app .\32xl\:max-h-28{
    max-height: 7rem;
  }

  #app .\32xl\:max-h-32{
    max-height: 8rem;
  }

  #app .\32xl\:max-h-36{
    max-height: 9rem;
  }

  #app .\32xl\:max-h-40{
    max-height: 10rem;
  }

  #app .\32xl\:max-h-44{
    max-height: 11rem;
  }

  #app .\32xl\:max-h-48{
    max-height: 12rem;
  }

  #app .\32xl\:max-h-52{
    max-height: 13rem;
  }

  #app .\32xl\:max-h-56{
    max-height: 14rem;
  }

  #app .\32xl\:max-h-60{
    max-height: 15rem;
  }

  #app .\32xl\:max-h-64{
    max-height: 16rem;
  }

  #app .\32xl\:max-h-72{
    max-height: 18rem;
  }

  #app .\32xl\:max-h-80{
    max-height: 20rem;
  }

  #app .\32xl\:max-h-96{
    max-height: 24rem;
  }

  #app .\32xl\:max-h-px{
    max-height: 1px;
  }

  #app .\32xl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  #app .\32xl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  #app .\32xl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  #app .\32xl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  #app .\32xl\:max-h-full{
    max-height: 100%;
  }

  #app .\32xl\:max-h-screen{
    max-height: 100vh;
  }

  #app .\32xl\:max-w-0{
    max-width: 0rem;
  }

  #app .\32xl\:max-w-none{
    max-width: none;
  }

  #app .\32xl\:max-w-xs{
    max-width: 20rem;
  }

  #app .\32xl\:max-w-sm{
    max-width: 24rem;
  }

  #app .\32xl\:max-w-md{
    max-width: 28rem;
  }

  #app .\32xl\:max-w-lg{
    max-width: 32rem;
  }

  #app .\32xl\:max-w-xl{
    max-width: 36rem;
  }

  #app .\32xl\:max-w-2xl{
    max-width: 42rem;
  }

  #app .\32xl\:max-w-3xl{
    max-width: 48rem;
  }

  #app .\32xl\:max-w-4xl{
    max-width: 56rem;
  }

  #app .\32xl\:max-w-5xl{
    max-width: 64rem;
  }

  #app .\32xl\:max-w-6xl{
    max-width: 72rem;
  }

  #app .\32xl\:max-w-7xl{
    max-width: 80rem;
  }

  #app .\32xl\:max-w-full{
    max-width: 100%;
  }

  #app .\32xl\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  #app .\32xl\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  #app .\32xl\:max-w-prose{
    max-width: 65ch;
  }

  #app .\32xl\:max-w-screen-sm{
    max-width: 640px;
  }

  #app .\32xl\:max-w-screen-md{
    max-width: 768px;
  }

  #app .\32xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  #app .\32xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  #app .\32xl\:max-w-screen-2xl{
    max-width: 1536px;
  }

  #app .\32xl\:min-h-0{
    min-height: 0px;
  }

  #app .\32xl\:min-h-full{
    min-height: 100%;
  }

  #app .\32xl\:min-h-screen{
    min-height: 100vh;
  }

  #app .\32xl\:min-w-0{
    min-width: 0px;
  }

  #app .\32xl\:min-w-full{
    min-width: 100%;
  }

  #app .\32xl\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  #app .\32xl\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  #app .\32xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  #app .\32xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  #app .\32xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  #app .\32xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  #app .\32xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  #app .\32xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  #app .\32xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  #app .\32xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  #app .\32xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  #app .\32xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  #app .\32xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  #app .\32xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  #app .\32xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  #app .\32xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  #app .\32xl\:opacity-0{
    opacity: 0;
  }

  #app .\32xl\:opacity-5{
    opacity: 0.05;
  }

  #app .\32xl\:opacity-10{
    opacity: 0.1;
  }

  #app .\32xl\:opacity-20{
    opacity: 0.2;
  }

  #app .\32xl\:opacity-25{
    opacity: 0.25;
  }

  #app .\32xl\:opacity-30{
    opacity: 0.3;
  }

  #app .\32xl\:opacity-40{
    opacity: 0.4;
  }

  #app .\32xl\:opacity-50{
    opacity: 0.5;
  }

  #app .\32xl\:opacity-60{
    opacity: 0.6;
  }

  #app .\32xl\:opacity-70{
    opacity: 0.7;
  }

  #app .\32xl\:opacity-75{
    opacity: 0.75;
  }

  #app .\32xl\:opacity-80{
    opacity: 0.8;
  }

  #app .\32xl\:opacity-90{
    opacity: 0.9;
  }

  #app .\32xl\:opacity-95{
    opacity: 0.95;
  }

  #app .\32xl\:opacity-100{
    opacity: 1;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  #app .group:hover .\32xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  #app .\32xl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  #app .\32xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  #app .\32xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  #app .\32xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  #app .\32xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  #app .\32xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  #app .\32xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  #app .\32xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  #app .\32xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  #app .\32xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  #app .\32xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  #app .\32xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  #app .\32xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  #app .\32xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  #app .\32xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  #app .\32xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  #app .\32xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  #app .\32xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  #app .\32xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  #app .\32xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  #app .\32xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  #app .\32xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  #app .\32xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  #app .\32xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  #app .\32xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  #app .\32xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  #app .\32xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  #app .\32xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  #app .\32xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  #app .\32xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  #app .\32xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  #app .\32xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  #app .\32xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  #app .\32xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  #app .\32xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  #app .\32xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  #app .\32xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  #app .\32xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  #app .\32xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  #app .\32xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  #app .\32xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  #app .\32xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  #app .\32xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  #app .\32xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  #app .\32xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  #app .\32xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .\32xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .\32xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .\32xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .\32xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .\32xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .\32xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  #app .\32xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  #app .\32xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  #app .\32xl\:overflow-auto{
    overflow: auto;
  }

  #app .\32xl\:overflow-hidden{
    overflow: hidden;
  }

  #app .\32xl\:overflow-visible{
    overflow: visible;
  }

  #app .\32xl\:overflow-scroll{
    overflow: scroll;
  }

  #app .\32xl\:overflow-x-auto{
    overflow-x: auto;
  }

  #app .\32xl\:overflow-y-auto{
    overflow-y: auto;
  }

  #app .\32xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  #app .\32xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  #app .\32xl\:overflow-x-visible{
    overflow-x: visible;
  }

  #app .\32xl\:overflow-y-visible{
    overflow-y: visible;
  }

  #app .\32xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  #app .\32xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  #app .\32xl\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  #app .\32xl\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  #app .\32xl\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  #app .\32xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  #app .\32xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  #app .\32xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  #app .\32xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  #app .\32xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  #app .\32xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  #app .\32xl\:p-0{
    padding: 0px;
  }

  #app .\32xl\:p-1{
    padding: 0.25rem;
  }

  #app .\32xl\:p-2{
    padding: 0.5rem;
  }

  #app .\32xl\:p-3{
    padding: 0.75rem;
  }

  #app .\32xl\:p-4{
    padding: 1rem;
  }

  #app .\32xl\:p-5{
    padding: 1.25rem;
  }

  #app .\32xl\:p-6{
    padding: 1.5rem;
  }

  #app .\32xl\:p-7{
    padding: 1.75rem;
  }

  #app .\32xl\:p-8{
    padding: 2rem;
  }

  #app .\32xl\:p-9{
    padding: 2.25rem;
  }

  #app .\32xl\:p-10{
    padding: 2.5rem;
  }

  #app .\32xl\:p-11{
    padding: 2.75rem;
  }

  #app .\32xl\:p-12{
    padding: 3rem;
  }

  #app .\32xl\:p-14{
    padding: 3.5rem;
  }

  #app .\32xl\:p-16{
    padding: 4rem;
  }

  #app .\32xl\:p-20{
    padding: 5rem;
  }

  #app .\32xl\:p-24{
    padding: 6rem;
  }

  #app .\32xl\:p-28{
    padding: 7rem;
  }

  #app .\32xl\:p-32{
    padding: 8rem;
  }

  #app .\32xl\:p-36{
    padding: 9rem;
  }

  #app .\32xl\:p-40{
    padding: 10rem;
  }

  #app .\32xl\:p-44{
    padding: 11rem;
  }

  #app .\32xl\:p-48{
    padding: 12rem;
  }

  #app .\32xl\:p-52{
    padding: 13rem;
  }

  #app .\32xl\:p-56{
    padding: 14rem;
  }

  #app .\32xl\:p-60{
    padding: 15rem;
  }

  #app .\32xl\:p-64{
    padding: 16rem;
  }

  #app .\32xl\:p-72{
    padding: 18rem;
  }

  #app .\32xl\:p-80{
    padding: 20rem;
  }

  #app .\32xl\:p-96{
    padding: 24rem;
  }

  #app .\32xl\:p-px{
    padding: 1px;
  }

  #app .\32xl\:p-0\.5{
    padding: 0.125rem;
  }

  #app .\32xl\:p-1\.5{
    padding: 0.375rem;
  }

  #app .\32xl\:p-2\.5{
    padding: 0.625rem;
  }

  #app .\32xl\:p-3\.5{
    padding: 0.875rem;
  }

  #app .\32xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #app .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  #app .\32xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  #app .\32xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #app .\32xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #app .\32xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #app .\32xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  #app .\32xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #app .\32xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #app .\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #app .\32xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #app .\32xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #app .\32xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #app .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #app .\32xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  #app .\32xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  #app .\32xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #app .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #app .\32xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  #app .\32xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  #app .\32xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #app .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  #app .\32xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  #app .\32xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  #app .\32xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #app .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  #app .\32xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #app .\32xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  #app .\32xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #app .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #app .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #app .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  #app .\32xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #app .\32xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #app .\32xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #app .\32xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #app .\32xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #app .\32xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  #app .\32xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #app .\32xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  #app .\32xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  #app .\32xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  #app .\32xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  #app .\32xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  #app .\32xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #app .\32xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  #app .\32xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  #app .\32xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  #app .\32xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  #app .\32xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  #app .\32xl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  #app .\32xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  #app .\32xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #app .\32xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  #app .\32xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  #app .\32xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  #app .\32xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  #app .\32xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  #app .\32xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  #app .\32xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  #app .\32xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  #app .\32xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  #app .\32xl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  #app .\32xl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  #app .\32xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  #app .\32xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  #app .\32xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  #app .\32xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #app .\32xl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  #app .\32xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  #app .\32xl\:pt-0{
    padding-top: 0px;
  }

  #app .\32xl\:pr-0{
    padding-right: 0px;
  }

  #app .\32xl\:pb-0{
    padding-bottom: 0px;
  }

  #app .\32xl\:pl-0{
    padding-left: 0px;
  }

  #app .\32xl\:pt-1{
    padding-top: 0.25rem;
  }

  #app .\32xl\:pr-1{
    padding-right: 0.25rem;
  }

  #app .\32xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  #app .\32xl\:pl-1{
    padding-left: 0.25rem;
  }

  #app .\32xl\:pt-2{
    padding-top: 0.5rem;
  }

  #app .\32xl\:pr-2{
    padding-right: 0.5rem;
  }

  #app .\32xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  #app .\32xl\:pl-2{
    padding-left: 0.5rem;
  }

  #app .\32xl\:pt-3{
    padding-top: 0.75rem;
  }

  #app .\32xl\:pr-3{
    padding-right: 0.75rem;
  }

  #app .\32xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  #app .\32xl\:pl-3{
    padding-left: 0.75rem;
  }

  #app .\32xl\:pt-4{
    padding-top: 1rem;
  }

  #app .\32xl\:pr-4{
    padding-right: 1rem;
  }

  #app .\32xl\:pb-4{
    padding-bottom: 1rem;
  }

  #app .\32xl\:pl-4{
    padding-left: 1rem;
  }

  #app .\32xl\:pt-5{
    padding-top: 1.25rem;
  }

  #app .\32xl\:pr-5{
    padding-right: 1.25rem;
  }

  #app .\32xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  #app .\32xl\:pl-5{
    padding-left: 1.25rem;
  }

  #app .\32xl\:pt-6{
    padding-top: 1.5rem;
  }

  #app .\32xl\:pr-6{
    padding-right: 1.5rem;
  }

  #app .\32xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  #app .\32xl\:pl-6{
    padding-left: 1.5rem;
  }

  #app .\32xl\:pt-7{
    padding-top: 1.75rem;
  }

  #app .\32xl\:pr-7{
    padding-right: 1.75rem;
  }

  #app .\32xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  #app .\32xl\:pl-7{
    padding-left: 1.75rem;
  }

  #app .\32xl\:pt-8{
    padding-top: 2rem;
  }

  #app .\32xl\:pr-8{
    padding-right: 2rem;
  }

  #app .\32xl\:pb-8{
    padding-bottom: 2rem;
  }

  #app .\32xl\:pl-8{
    padding-left: 2rem;
  }

  #app .\32xl\:pt-9{
    padding-top: 2.25rem;
  }

  #app .\32xl\:pr-9{
    padding-right: 2.25rem;
  }

  #app .\32xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  #app .\32xl\:pl-9{
    padding-left: 2.25rem;
  }

  #app .\32xl\:pt-10{
    padding-top: 2.5rem;
  }

  #app .\32xl\:pr-10{
    padding-right: 2.5rem;
  }

  #app .\32xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  #app .\32xl\:pl-10{
    padding-left: 2.5rem;
  }

  #app .\32xl\:pt-11{
    padding-top: 2.75rem;
  }

  #app .\32xl\:pr-11{
    padding-right: 2.75rem;
  }

  #app .\32xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  #app .\32xl\:pl-11{
    padding-left: 2.75rem;
  }

  #app .\32xl\:pt-12{
    padding-top: 3rem;
  }

  #app .\32xl\:pr-12{
    padding-right: 3rem;
  }

  #app .\32xl\:pb-12{
    padding-bottom: 3rem;
  }

  #app .\32xl\:pl-12{
    padding-left: 3rem;
  }

  #app .\32xl\:pt-14{
    padding-top: 3.5rem;
  }

  #app .\32xl\:pr-14{
    padding-right: 3.5rem;
  }

  #app .\32xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  #app .\32xl\:pl-14{
    padding-left: 3.5rem;
  }

  #app .\32xl\:pt-16{
    padding-top: 4rem;
  }

  #app .\32xl\:pr-16{
    padding-right: 4rem;
  }

  #app .\32xl\:pb-16{
    padding-bottom: 4rem;
  }

  #app .\32xl\:pl-16{
    padding-left: 4rem;
  }

  #app .\32xl\:pt-20{
    padding-top: 5rem;
  }

  #app .\32xl\:pr-20{
    padding-right: 5rem;
  }

  #app .\32xl\:pb-20{
    padding-bottom: 5rem;
  }

  #app .\32xl\:pl-20{
    padding-left: 5rem;
  }

  #app .\32xl\:pt-24{
    padding-top: 6rem;
  }

  #app .\32xl\:pr-24{
    padding-right: 6rem;
  }

  #app .\32xl\:pb-24{
    padding-bottom: 6rem;
  }

  #app .\32xl\:pl-24{
    padding-left: 6rem;
  }

  #app .\32xl\:pt-28{
    padding-top: 7rem;
  }

  #app .\32xl\:pr-28{
    padding-right: 7rem;
  }

  #app .\32xl\:pb-28{
    padding-bottom: 7rem;
  }

  #app .\32xl\:pl-28{
    padding-left: 7rem;
  }

  #app .\32xl\:pt-32{
    padding-top: 8rem;
  }

  #app .\32xl\:pr-32{
    padding-right: 8rem;
  }

  #app .\32xl\:pb-32{
    padding-bottom: 8rem;
  }

  #app .\32xl\:pl-32{
    padding-left: 8rem;
  }

  #app .\32xl\:pt-36{
    padding-top: 9rem;
  }

  #app .\32xl\:pr-36{
    padding-right: 9rem;
  }

  #app .\32xl\:pb-36{
    padding-bottom: 9rem;
  }

  #app .\32xl\:pl-36{
    padding-left: 9rem;
  }

  #app .\32xl\:pt-40{
    padding-top: 10rem;
  }

  #app .\32xl\:pr-40{
    padding-right: 10rem;
  }

  #app .\32xl\:pb-40{
    padding-bottom: 10rem;
  }

  #app .\32xl\:pl-40{
    padding-left: 10rem;
  }

  #app .\32xl\:pt-44{
    padding-top: 11rem;
  }

  #app .\32xl\:pr-44{
    padding-right: 11rem;
  }

  #app .\32xl\:pb-44{
    padding-bottom: 11rem;
  }

  #app .\32xl\:pl-44{
    padding-left: 11rem;
  }

  #app .\32xl\:pt-48{
    padding-top: 12rem;
  }

  #app .\32xl\:pr-48{
    padding-right: 12rem;
  }

  #app .\32xl\:pb-48{
    padding-bottom: 12rem;
  }

  #app .\32xl\:pl-48{
    padding-left: 12rem;
  }

  #app .\32xl\:pt-52{
    padding-top: 13rem;
  }

  #app .\32xl\:pr-52{
    padding-right: 13rem;
  }

  #app .\32xl\:pb-52{
    padding-bottom: 13rem;
  }

  #app .\32xl\:pl-52{
    padding-left: 13rem;
  }

  #app .\32xl\:pt-56{
    padding-top: 14rem;
  }

  #app .\32xl\:pr-56{
    padding-right: 14rem;
  }

  #app .\32xl\:pb-56{
    padding-bottom: 14rem;
  }

  #app .\32xl\:pl-56{
    padding-left: 14rem;
  }

  #app .\32xl\:pt-60{
    padding-top: 15rem;
  }

  #app .\32xl\:pr-60{
    padding-right: 15rem;
  }

  #app .\32xl\:pb-60{
    padding-bottom: 15rem;
  }

  #app .\32xl\:pl-60{
    padding-left: 15rem;
  }

  #app .\32xl\:pt-64{
    padding-top: 16rem;
  }

  #app .\32xl\:pr-64{
    padding-right: 16rem;
  }

  #app .\32xl\:pb-64{
    padding-bottom: 16rem;
  }

  #app .\32xl\:pl-64{
    padding-left: 16rem;
  }

  #app .\32xl\:pt-72{
    padding-top: 18rem;
  }

  #app .\32xl\:pr-72{
    padding-right: 18rem;
  }

  #app .\32xl\:pb-72{
    padding-bottom: 18rem;
  }

  #app .\32xl\:pl-72{
    padding-left: 18rem;
  }

  #app .\32xl\:pt-80{
    padding-top: 20rem;
  }

  #app .\32xl\:pr-80{
    padding-right: 20rem;
  }

  #app .\32xl\:pb-80{
    padding-bottom: 20rem;
  }

  #app .\32xl\:pl-80{
    padding-left: 20rem;
  }

  #app .\32xl\:pt-96{
    padding-top: 24rem;
  }

  #app .\32xl\:pr-96{
    padding-right: 24rem;
  }

  #app .\32xl\:pb-96{
    padding-bottom: 24rem;
  }

  #app .\32xl\:pl-96{
    padding-left: 24rem;
  }

  #app .\32xl\:pt-px{
    padding-top: 1px;
  }

  #app .\32xl\:pr-px{
    padding-right: 1px;
  }

  #app .\32xl\:pb-px{
    padding-bottom: 1px;
  }

  #app .\32xl\:pl-px{
    padding-left: 1px;
  }

  #app .\32xl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  #app .\32xl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  #app .\32xl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  #app .\32xl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  #app .\32xl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  #app .\32xl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  #app .\32xl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  #app .\32xl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  #app .\32xl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  #app .\32xl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  #app .\32xl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  #app .\32xl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  #app .\32xl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  #app .\32xl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  #app .\32xl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  #app .\32xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  #app .\32xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  #app .\32xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  #app .\32xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  #app .\32xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  #app .\32xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  #app .\32xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  #app .\32xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  #app .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  #app .\32xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  #app .\32xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  #app .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  #app .\32xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  #app .\32xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  #app .\32xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .\32xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .\32xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .\32xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .\32xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .\32xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .\32xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .\32xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .\32xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .\32xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .\32xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .\32xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .\32xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .\32xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .\32xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .\32xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .\32xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .\32xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .\32xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .\32xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .\32xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .\32xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .\32xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .\32xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .\32xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .\32xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .\32xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .\32xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .\32xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .\32xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .\32xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .\32xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .\32xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .\32xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .\32xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .\32xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .\32xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .\32xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .\32xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .\32xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .\32xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .\32xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .\32xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .\32xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .\32xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .\32xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  #app .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .\32xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  #app .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .\32xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  #app .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .\32xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  #app .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .\32xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  #app .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .\32xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  #app .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .\32xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  #app .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .\32xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  #app .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .\32xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  #app .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .\32xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  #app .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .\32xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  #app .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .\32xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  #app .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .\32xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  #app .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .\32xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  #app .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .\32xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  #app .\32xl\:pointer-events-none{
    pointer-events: none;
  }

  #app .\32xl\:pointer-events-auto{
    pointer-events: auto;
  }

  #app .\32xl\:static{
    position: static;
  }

  #app .\32xl\:fixed{
    position: fixed;
  }

  #app .\32xl\:absolute{
    position: absolute;
  }

  #app .\32xl\:relative{
    position: relative;
  }

  #app .\32xl\:sticky{
    position: sticky;
  }

  #app .\32xl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .\32xl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  #app .\32xl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  #app .\32xl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  #app .\32xl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  #app .\32xl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  #app .\32xl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  #app .\32xl\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  #app .\32xl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  #app .\32xl\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  #app .\32xl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  #app .\32xl\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  #app .\32xl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  #app .\32xl\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  #app .\32xl\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  #app .\32xl\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  #app .\32xl\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  #app .\32xl\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  #app .\32xl\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  #app .\32xl\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  #app .\32xl\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  #app .\32xl\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  #app .\32xl\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  #app .\32xl\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  #app .\32xl\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  #app .\32xl\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  #app .\32xl\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  #app .\32xl\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  #app .\32xl\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  #app .\32xl\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  #app .\32xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #app .\32xl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  #app .\32xl\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  #app .\32xl\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  #app .\32xl\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  #app .\32xl\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  #app .\32xl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  #app .\32xl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  #app .\32xl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  #app .\32xl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  #app .\32xl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  #app .\32xl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  #app .\32xl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  #app .\32xl\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  #app .\32xl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  #app .\32xl\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  #app .\32xl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  #app .\32xl\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  #app .\32xl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  #app .\32xl\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  #app .\32xl\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  #app .\32xl\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  #app .\32xl\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  #app .\32xl\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  #app .\32xl\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  #app .\32xl\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  #app .\32xl\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  #app .\32xl\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  #app .\32xl\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  #app .\32xl\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  #app .\32xl\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  #app .\32xl\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  #app .\32xl\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  #app .\32xl\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  #app .\32xl\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  #app .\32xl\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  #app .\32xl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  #app .\32xl\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  #app .\32xl\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  #app .\32xl\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  #app .\32xl\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  #app .\32xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .\32xl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  #app .\32xl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  #app .\32xl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  #app .\32xl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  #app .\32xl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  #app .\32xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  #app .\32xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .\32xl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  #app .\32xl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  #app .\32xl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  #app .\32xl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  #app .\32xl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  #app .\32xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  #app .\32xl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .\32xl\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .\32xl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  #app .\32xl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  #app .\32xl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  #app .\32xl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  #app .\32xl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  #app .\32xl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  #app .\32xl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  #app .\32xl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  #app .\32xl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  #app .\32xl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  #app .\32xl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  #app .\32xl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  #app .\32xl\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  #app .\32xl\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  #app .\32xl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  #app .\32xl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  #app .\32xl\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  #app .\32xl\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  #app .\32xl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  #app .\32xl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  #app .\32xl\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  #app .\32xl\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  #app .\32xl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  #app .\32xl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  #app .\32xl\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  #app .\32xl\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  #app .\32xl\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  #app .\32xl\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  #app .\32xl\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  #app .\32xl\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  #app .\32xl\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  #app .\32xl\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  #app .\32xl\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  #app .\32xl\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  #app .\32xl\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  #app .\32xl\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  #app .\32xl\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  #app .\32xl\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  #app .\32xl\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  #app .\32xl\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  #app .\32xl\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  #app .\32xl\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  #app .\32xl\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  #app .\32xl\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  #app .\32xl\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  #app .\32xl\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  #app .\32xl\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  #app .\32xl\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  #app .\32xl\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  #app .\32xl\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  #app .\32xl\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  #app .\32xl\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  #app .\32xl\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  #app .\32xl\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  #app .\32xl\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  #app .\32xl\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  #app .\32xl\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  #app .\32xl\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  #app .\32xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  #app .\32xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  #app .\32xl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  #app .\32xl\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  #app .\32xl\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  #app .\32xl\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  #app .\32xl\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  #app .\32xl\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  #app .\32xl\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  #app .\32xl\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  #app .\32xl\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  #app .\32xl\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  #app .\32xl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  #app .\32xl\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  #app .\32xl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  #app .\32xl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  #app .\32xl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  #app .\32xl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  #app .\32xl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  #app .\32xl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  #app .\32xl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  #app .\32xl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  #app .\32xl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  #app .\32xl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  #app .\32xl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  #app .\32xl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  #app .\32xl\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  #app .\32xl\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  #app .\32xl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  #app .\32xl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  #app .\32xl\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  #app .\32xl\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  #app .\32xl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  #app .\32xl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  #app .\32xl\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  #app .\32xl\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  #app .\32xl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  #app .\32xl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  #app .\32xl\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  #app .\32xl\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  #app .\32xl\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  #app .\32xl\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  #app .\32xl\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  #app .\32xl\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  #app .\32xl\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  #app .\32xl\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  #app .\32xl\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  #app .\32xl\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  #app .\32xl\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  #app .\32xl\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  #app .\32xl\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  #app .\32xl\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  #app .\32xl\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  #app .\32xl\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  #app .\32xl\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  #app .\32xl\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  #app .\32xl\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  #app .\32xl\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  #app .\32xl\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  #app .\32xl\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  #app .\32xl\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  #app .\32xl\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  #app .\32xl\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  #app .\32xl\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  #app .\32xl\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  #app .\32xl\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  #app .\32xl\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  #app .\32xl\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  #app .\32xl\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  #app .\32xl\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  #app .\32xl\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  #app .\32xl\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  #app .\32xl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  #app .\32xl\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  #app .\32xl\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  #app .\32xl\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  #app .\32xl\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  #app .\32xl\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  #app .\32xl\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  #app .\32xl\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  #app .\32xl\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  #app .\32xl\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  #app .\32xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  #app .\32xl\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  #app .\32xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  #app .\32xl\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  #app .\32xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  #app .\32xl\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  #app .\32xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  #app .\32xl\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  #app .\32xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  #app .\32xl\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  #app .\32xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  #app .\32xl\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  #app .\32xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  #app .\32xl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  #app .\32xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  #app .\32xl\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  #app .\32xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  #app .\32xl\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  #app .\32xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  #app .\32xl\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  #app .\32xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  #app .\32xl\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  #app .\32xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  #app .\32xl\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  #app .\32xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  #app .\32xl\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  #app .\32xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  #app .\32xl\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  #app .\32xl\:top-0{
    top: 0px;
  }

  #app .\32xl\:right-0{
    right: 0px;
  }

  #app .\32xl\:bottom-0{
    bottom: 0px;
  }

  #app .\32xl\:left-0{
    left: 0px;
  }

  #app .\32xl\:top-1{
    top: 0.25rem;
  }

  #app .\32xl\:right-1{
    right: 0.25rem;
  }

  #app .\32xl\:bottom-1{
    bottom: 0.25rem;
  }

  #app .\32xl\:left-1{
    left: 0.25rem;
  }

  #app .\32xl\:top-2{
    top: 0.5rem;
  }

  #app .\32xl\:right-2{
    right: 0.5rem;
  }

  #app .\32xl\:bottom-2{
    bottom: 0.5rem;
  }

  #app .\32xl\:left-2{
    left: 0.5rem;
  }

  #app .\32xl\:top-3{
    top: 0.75rem;
  }

  #app .\32xl\:right-3{
    right: 0.75rem;
  }

  #app .\32xl\:bottom-3{
    bottom: 0.75rem;
  }

  #app .\32xl\:left-3{
    left: 0.75rem;
  }

  #app .\32xl\:top-4{
    top: 1rem;
  }

  #app .\32xl\:right-4{
    right: 1rem;
  }

  #app .\32xl\:bottom-4{
    bottom: 1rem;
  }

  #app .\32xl\:left-4{
    left: 1rem;
  }

  #app .\32xl\:top-5{
    top: 1.25rem;
  }

  #app .\32xl\:right-5{
    right: 1.25rem;
  }

  #app .\32xl\:bottom-5{
    bottom: 1.25rem;
  }

  #app .\32xl\:left-5{
    left: 1.25rem;
  }

  #app .\32xl\:top-6{
    top: 1.5rem;
  }

  #app .\32xl\:right-6{
    right: 1.5rem;
  }

  #app .\32xl\:bottom-6{
    bottom: 1.5rem;
  }

  #app .\32xl\:left-6{
    left: 1.5rem;
  }

  #app .\32xl\:top-7{
    top: 1.75rem;
  }

  #app .\32xl\:right-7{
    right: 1.75rem;
  }

  #app .\32xl\:bottom-7{
    bottom: 1.75rem;
  }

  #app .\32xl\:left-7{
    left: 1.75rem;
  }

  #app .\32xl\:top-8{
    top: 2rem;
  }

  #app .\32xl\:right-8{
    right: 2rem;
  }

  #app .\32xl\:bottom-8{
    bottom: 2rem;
  }

  #app .\32xl\:left-8{
    left: 2rem;
  }

  #app .\32xl\:top-9{
    top: 2.25rem;
  }

  #app .\32xl\:right-9{
    right: 2.25rem;
  }

  #app .\32xl\:bottom-9{
    bottom: 2.25rem;
  }

  #app .\32xl\:left-9{
    left: 2.25rem;
  }

  #app .\32xl\:top-10{
    top: 2.5rem;
  }

  #app .\32xl\:right-10{
    right: 2.5rem;
  }

  #app .\32xl\:bottom-10{
    bottom: 2.5rem;
  }

  #app .\32xl\:left-10{
    left: 2.5rem;
  }

  #app .\32xl\:top-11{
    top: 2.75rem;
  }

  #app .\32xl\:right-11{
    right: 2.75rem;
  }

  #app .\32xl\:bottom-11{
    bottom: 2.75rem;
  }

  #app .\32xl\:left-11{
    left: 2.75rem;
  }

  #app .\32xl\:top-12{
    top: 3rem;
  }

  #app .\32xl\:right-12{
    right: 3rem;
  }

  #app .\32xl\:bottom-12{
    bottom: 3rem;
  }

  #app .\32xl\:left-12{
    left: 3rem;
  }

  #app .\32xl\:top-14{
    top: 3.5rem;
  }

  #app .\32xl\:right-14{
    right: 3.5rem;
  }

  #app .\32xl\:bottom-14{
    bottom: 3.5rem;
  }

  #app .\32xl\:left-14{
    left: 3.5rem;
  }

  #app .\32xl\:top-16{
    top: 4rem;
  }

  #app .\32xl\:right-16{
    right: 4rem;
  }

  #app .\32xl\:bottom-16{
    bottom: 4rem;
  }

  #app .\32xl\:left-16{
    left: 4rem;
  }

  #app .\32xl\:top-20{
    top: 5rem;
  }

  #app .\32xl\:right-20{
    right: 5rem;
  }

  #app .\32xl\:bottom-20{
    bottom: 5rem;
  }

  #app .\32xl\:left-20{
    left: 5rem;
  }

  #app .\32xl\:top-24{
    top: 6rem;
  }

  #app .\32xl\:right-24{
    right: 6rem;
  }

  #app .\32xl\:bottom-24{
    bottom: 6rem;
  }

  #app .\32xl\:left-24{
    left: 6rem;
  }

  #app .\32xl\:top-28{
    top: 7rem;
  }

  #app .\32xl\:right-28{
    right: 7rem;
  }

  #app .\32xl\:bottom-28{
    bottom: 7rem;
  }

  #app .\32xl\:left-28{
    left: 7rem;
  }

  #app .\32xl\:top-32{
    top: 8rem;
  }

  #app .\32xl\:right-32{
    right: 8rem;
  }

  #app .\32xl\:bottom-32{
    bottom: 8rem;
  }

  #app .\32xl\:left-32{
    left: 8rem;
  }

  #app .\32xl\:top-36{
    top: 9rem;
  }

  #app .\32xl\:right-36{
    right: 9rem;
  }

  #app .\32xl\:bottom-36{
    bottom: 9rem;
  }

  #app .\32xl\:left-36{
    left: 9rem;
  }

  #app .\32xl\:top-40{
    top: 10rem;
  }

  #app .\32xl\:right-40{
    right: 10rem;
  }

  #app .\32xl\:bottom-40{
    bottom: 10rem;
  }

  #app .\32xl\:left-40{
    left: 10rem;
  }

  #app .\32xl\:top-44{
    top: 11rem;
  }

  #app .\32xl\:right-44{
    right: 11rem;
  }

  #app .\32xl\:bottom-44{
    bottom: 11rem;
  }

  #app .\32xl\:left-44{
    left: 11rem;
  }

  #app .\32xl\:top-48{
    top: 12rem;
  }

  #app .\32xl\:right-48{
    right: 12rem;
  }

  #app .\32xl\:bottom-48{
    bottom: 12rem;
  }

  #app .\32xl\:left-48{
    left: 12rem;
  }

  #app .\32xl\:top-52{
    top: 13rem;
  }

  #app .\32xl\:right-52{
    right: 13rem;
  }

  #app .\32xl\:bottom-52{
    bottom: 13rem;
  }

  #app .\32xl\:left-52{
    left: 13rem;
  }

  #app .\32xl\:top-56{
    top: 14rem;
  }

  #app .\32xl\:right-56{
    right: 14rem;
  }

  #app .\32xl\:bottom-56{
    bottom: 14rem;
  }

  #app .\32xl\:left-56{
    left: 14rem;
  }

  #app .\32xl\:top-60{
    top: 15rem;
  }

  #app .\32xl\:right-60{
    right: 15rem;
  }

  #app .\32xl\:bottom-60{
    bottom: 15rem;
  }

  #app .\32xl\:left-60{
    left: 15rem;
  }

  #app .\32xl\:top-64{
    top: 16rem;
  }

  #app .\32xl\:right-64{
    right: 16rem;
  }

  #app .\32xl\:bottom-64{
    bottom: 16rem;
  }

  #app .\32xl\:left-64{
    left: 16rem;
  }

  #app .\32xl\:top-72{
    top: 18rem;
  }

  #app .\32xl\:right-72{
    right: 18rem;
  }

  #app .\32xl\:bottom-72{
    bottom: 18rem;
  }

  #app .\32xl\:left-72{
    left: 18rem;
  }

  #app .\32xl\:top-80{
    top: 20rem;
  }

  #app .\32xl\:right-80{
    right: 20rem;
  }

  #app .\32xl\:bottom-80{
    bottom: 20rem;
  }

  #app .\32xl\:left-80{
    left: 20rem;
  }

  #app .\32xl\:top-96{
    top: 24rem;
  }

  #app .\32xl\:right-96{
    right: 24rem;
  }

  #app .\32xl\:bottom-96{
    bottom: 24rem;
  }

  #app .\32xl\:left-96{
    left: 24rem;
  }

  #app .\32xl\:top-auto{
    top: auto;
  }

  #app .\32xl\:right-auto{
    right: auto;
  }

  #app .\32xl\:bottom-auto{
    bottom: auto;
  }

  #app .\32xl\:left-auto{
    left: auto;
  }

  #app .\32xl\:top-px{
    top: 1px;
  }

  #app .\32xl\:right-px{
    right: 1px;
  }

  #app .\32xl\:bottom-px{
    bottom: 1px;
  }

  #app .\32xl\:left-px{
    left: 1px;
  }

  #app .\32xl\:top-0\.5{
    top: 0.125rem;
  }

  #app .\32xl\:right-0\.5{
    right: 0.125rem;
  }

  #app .\32xl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  #app .\32xl\:left-0\.5{
    left: 0.125rem;
  }

  #app .\32xl\:top-1\.5{
    top: 0.375rem;
  }

  #app .\32xl\:right-1\.5{
    right: 0.375rem;
  }

  #app .\32xl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  #app .\32xl\:left-1\.5{
    left: 0.375rem;
  }

  #app .\32xl\:top-2\.5{
    top: 0.625rem;
  }

  #app .\32xl\:right-2\.5{
    right: 0.625rem;
  }

  #app .\32xl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  #app .\32xl\:left-2\.5{
    left: 0.625rem;
  }

  #app .\32xl\:top-3\.5{
    top: 0.875rem;
  }

  #app .\32xl\:right-3\.5{
    right: 0.875rem;
  }

  #app .\32xl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  #app .\32xl\:left-3\.5{
    left: 0.875rem;
  }

  #app .\32xl\:-top-0{
    top: 0px;
  }

  #app .\32xl\:-right-0{
    right: 0px;
  }

  #app .\32xl\:-bottom-0{
    bottom: 0px;
  }

  #app .\32xl\:-left-0{
    left: 0px;
  }

  #app .\32xl\:-top-1{
    top: -0.25rem;
  }

  #app .\32xl\:-right-1{
    right: -0.25rem;
  }

  #app .\32xl\:-bottom-1{
    bottom: -0.25rem;
  }

  #app .\32xl\:-left-1{
    left: -0.25rem;
  }

  #app .\32xl\:-top-2{
    top: -0.5rem;
  }

  #app .\32xl\:-right-2{
    right: -0.5rem;
  }

  #app .\32xl\:-bottom-2{
    bottom: -0.5rem;
  }

  #app .\32xl\:-left-2{
    left: -0.5rem;
  }

  #app .\32xl\:-top-3{
    top: -0.75rem;
  }

  #app .\32xl\:-right-3{
    right: -0.75rem;
  }

  #app .\32xl\:-bottom-3{
    bottom: -0.75rem;
  }

  #app .\32xl\:-left-3{
    left: -0.75rem;
  }

  #app .\32xl\:-top-4{
    top: -1rem;
  }

  #app .\32xl\:-right-4{
    right: -1rem;
  }

  #app .\32xl\:-bottom-4{
    bottom: -1rem;
  }

  #app .\32xl\:-left-4{
    left: -1rem;
  }

  #app .\32xl\:-top-5{
    top: -1.25rem;
  }

  #app .\32xl\:-right-5{
    right: -1.25rem;
  }

  #app .\32xl\:-bottom-5{
    bottom: -1.25rem;
  }

  #app .\32xl\:-left-5{
    left: -1.25rem;
  }

  #app .\32xl\:-top-6{
    top: -1.5rem;
  }

  #app .\32xl\:-right-6{
    right: -1.5rem;
  }

  #app .\32xl\:-bottom-6{
    bottom: -1.5rem;
  }

  #app .\32xl\:-left-6{
    left: -1.5rem;
  }

  #app .\32xl\:-top-7{
    top: -1.75rem;
  }

  #app .\32xl\:-right-7{
    right: -1.75rem;
  }

  #app .\32xl\:-bottom-7{
    bottom: -1.75rem;
  }

  #app .\32xl\:-left-7{
    left: -1.75rem;
  }

  #app .\32xl\:-top-8{
    top: -2rem;
  }

  #app .\32xl\:-right-8{
    right: -2rem;
  }

  #app .\32xl\:-bottom-8{
    bottom: -2rem;
  }

  #app .\32xl\:-left-8{
    left: -2rem;
  }

  #app .\32xl\:-top-9{
    top: -2.25rem;
  }

  #app .\32xl\:-right-9{
    right: -2.25rem;
  }

  #app .\32xl\:-bottom-9{
    bottom: -2.25rem;
  }

  #app .\32xl\:-left-9{
    left: -2.25rem;
  }

  #app .\32xl\:-top-10{
    top: -2.5rem;
  }

  #app .\32xl\:-right-10{
    right: -2.5rem;
  }

  #app .\32xl\:-bottom-10{
    bottom: -2.5rem;
  }

  #app .\32xl\:-left-10{
    left: -2.5rem;
  }

  #app .\32xl\:-top-11{
    top: -2.75rem;
  }

  #app .\32xl\:-right-11{
    right: -2.75rem;
  }

  #app .\32xl\:-bottom-11{
    bottom: -2.75rem;
  }

  #app .\32xl\:-left-11{
    left: -2.75rem;
  }

  #app .\32xl\:-top-12{
    top: -3rem;
  }

  #app .\32xl\:-right-12{
    right: -3rem;
  }

  #app .\32xl\:-bottom-12{
    bottom: -3rem;
  }

  #app .\32xl\:-left-12{
    left: -3rem;
  }

  #app .\32xl\:-top-14{
    top: -3.5rem;
  }

  #app .\32xl\:-right-14{
    right: -3.5rem;
  }

  #app .\32xl\:-bottom-14{
    bottom: -3.5rem;
  }

  #app .\32xl\:-left-14{
    left: -3.5rem;
  }

  #app .\32xl\:-top-16{
    top: -4rem;
  }

  #app .\32xl\:-right-16{
    right: -4rem;
  }

  #app .\32xl\:-bottom-16{
    bottom: -4rem;
  }

  #app .\32xl\:-left-16{
    left: -4rem;
  }

  #app .\32xl\:-top-20{
    top: -5rem;
  }

  #app .\32xl\:-right-20{
    right: -5rem;
  }

  #app .\32xl\:-bottom-20{
    bottom: -5rem;
  }

  #app .\32xl\:-left-20{
    left: -5rem;
  }

  #app .\32xl\:-top-24{
    top: -6rem;
  }

  #app .\32xl\:-right-24{
    right: -6rem;
  }

  #app .\32xl\:-bottom-24{
    bottom: -6rem;
  }

  #app .\32xl\:-left-24{
    left: -6rem;
  }

  #app .\32xl\:-top-28{
    top: -7rem;
  }

  #app .\32xl\:-right-28{
    right: -7rem;
  }

  #app .\32xl\:-bottom-28{
    bottom: -7rem;
  }

  #app .\32xl\:-left-28{
    left: -7rem;
  }

  #app .\32xl\:-top-32{
    top: -8rem;
  }

  #app .\32xl\:-right-32{
    right: -8rem;
  }

  #app .\32xl\:-bottom-32{
    bottom: -8rem;
  }

  #app .\32xl\:-left-32{
    left: -8rem;
  }

  #app .\32xl\:-top-36{
    top: -9rem;
  }

  #app .\32xl\:-right-36{
    right: -9rem;
  }

  #app .\32xl\:-bottom-36{
    bottom: -9rem;
  }

  #app .\32xl\:-left-36{
    left: -9rem;
  }

  #app .\32xl\:-top-40{
    top: -10rem;
  }

  #app .\32xl\:-right-40{
    right: -10rem;
  }

  #app .\32xl\:-bottom-40{
    bottom: -10rem;
  }

  #app .\32xl\:-left-40{
    left: -10rem;
  }

  #app .\32xl\:-top-44{
    top: -11rem;
  }

  #app .\32xl\:-right-44{
    right: -11rem;
  }

  #app .\32xl\:-bottom-44{
    bottom: -11rem;
  }

  #app .\32xl\:-left-44{
    left: -11rem;
  }

  #app .\32xl\:-top-48{
    top: -12rem;
  }

  #app .\32xl\:-right-48{
    right: -12rem;
  }

  #app .\32xl\:-bottom-48{
    bottom: -12rem;
  }

  #app .\32xl\:-left-48{
    left: -12rem;
  }

  #app .\32xl\:-top-52{
    top: -13rem;
  }

  #app .\32xl\:-right-52{
    right: -13rem;
  }

  #app .\32xl\:-bottom-52{
    bottom: -13rem;
  }

  #app .\32xl\:-left-52{
    left: -13rem;
  }

  #app .\32xl\:-top-56{
    top: -14rem;
  }

  #app .\32xl\:-right-56{
    right: -14rem;
  }

  #app .\32xl\:-bottom-56{
    bottom: -14rem;
  }

  #app .\32xl\:-left-56{
    left: -14rem;
  }

  #app .\32xl\:-top-60{
    top: -15rem;
  }

  #app .\32xl\:-right-60{
    right: -15rem;
  }

  #app .\32xl\:-bottom-60{
    bottom: -15rem;
  }

  #app .\32xl\:-left-60{
    left: -15rem;
  }

  #app .\32xl\:-top-64{
    top: -16rem;
  }

  #app .\32xl\:-right-64{
    right: -16rem;
  }

  #app .\32xl\:-bottom-64{
    bottom: -16rem;
  }

  #app .\32xl\:-left-64{
    left: -16rem;
  }

  #app .\32xl\:-top-72{
    top: -18rem;
  }

  #app .\32xl\:-right-72{
    right: -18rem;
  }

  #app .\32xl\:-bottom-72{
    bottom: -18rem;
  }

  #app .\32xl\:-left-72{
    left: -18rem;
  }

  #app .\32xl\:-top-80{
    top: -20rem;
  }

  #app .\32xl\:-right-80{
    right: -20rem;
  }

  #app .\32xl\:-bottom-80{
    bottom: -20rem;
  }

  #app .\32xl\:-left-80{
    left: -20rem;
  }

  #app .\32xl\:-top-96{
    top: -24rem;
  }

  #app .\32xl\:-right-96{
    right: -24rem;
  }

  #app .\32xl\:-bottom-96{
    bottom: -24rem;
  }

  #app .\32xl\:-left-96{
    left: -24rem;
  }

  #app .\32xl\:-top-px{
    top: -1px;
  }

  #app .\32xl\:-right-px{
    right: -1px;
  }

  #app .\32xl\:-bottom-px{
    bottom: -1px;
  }

  #app .\32xl\:-left-px{
    left: -1px;
  }

  #app .\32xl\:-top-0\.5{
    top: -0.125rem;
  }

  #app .\32xl\:-right-0\.5{
    right: -0.125rem;
  }

  #app .\32xl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  #app .\32xl\:-left-0\.5{
    left: -0.125rem;
  }

  #app .\32xl\:-top-1\.5{
    top: -0.375rem;
  }

  #app .\32xl\:-right-1\.5{
    right: -0.375rem;
  }

  #app .\32xl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  #app .\32xl\:-left-1\.5{
    left: -0.375rem;
  }

  #app .\32xl\:-top-2\.5{
    top: -0.625rem;
  }

  #app .\32xl\:-right-2\.5{
    right: -0.625rem;
  }

  #app .\32xl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  #app .\32xl\:-left-2\.5{
    left: -0.625rem;
  }

  #app .\32xl\:-top-3\.5{
    top: -0.875rem;
  }

  #app .\32xl\:-right-3\.5{
    right: -0.875rem;
  }

  #app .\32xl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  #app .\32xl\:-left-3\.5{
    left: -0.875rem;
  }

  #app .\32xl\:top-1\/2{
    top: 50%;
  }

  #app .\32xl\:right-1\/2{
    right: 50%;
  }

  #app .\32xl\:bottom-1\/2{
    bottom: 50%;
  }

  #app .\32xl\:left-1\/2{
    left: 50%;
  }

  #app .\32xl\:top-1\/3{
    top: 33.333333%;
  }

  #app .\32xl\:right-1\/3{
    right: 33.333333%;
  }

  #app .\32xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  #app .\32xl\:left-1\/3{
    left: 33.333333%;
  }

  #app .\32xl\:top-2\/3{
    top: 66.666667%;
  }

  #app .\32xl\:right-2\/3{
    right: 66.666667%;
  }

  #app .\32xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  #app .\32xl\:left-2\/3{
    left: 66.666667%;
  }

  #app .\32xl\:top-1\/4{
    top: 25%;
  }

  #app .\32xl\:right-1\/4{
    right: 25%;
  }

  #app .\32xl\:bottom-1\/4{
    bottom: 25%;
  }

  #app .\32xl\:left-1\/4{
    left: 25%;
  }

  #app .\32xl\:top-2\/4{
    top: 50%;
  }

  #app .\32xl\:right-2\/4{
    right: 50%;
  }

  #app .\32xl\:bottom-2\/4{
    bottom: 50%;
  }

  #app .\32xl\:left-2\/4{
    left: 50%;
  }

  #app .\32xl\:top-3\/4{
    top: 75%;
  }

  #app .\32xl\:right-3\/4{
    right: 75%;
  }

  #app .\32xl\:bottom-3\/4{
    bottom: 75%;
  }

  #app .\32xl\:left-3\/4{
    left: 75%;
  }

  #app .\32xl\:top-full{
    top: 100%;
  }

  #app .\32xl\:right-full{
    right: 100%;
  }

  #app .\32xl\:bottom-full{
    bottom: 100%;
  }

  #app .\32xl\:left-full{
    left: 100%;
  }

  #app .\32xl\:-top-1\/2{
    top: -50%;
  }

  #app .\32xl\:-right-1\/2{
    right: -50%;
  }

  #app .\32xl\:-bottom-1\/2{
    bottom: -50%;
  }

  #app .\32xl\:-left-1\/2{
    left: -50%;
  }

  #app .\32xl\:-top-1\/3{
    top: -33.333333%;
  }

  #app .\32xl\:-right-1\/3{
    right: -33.333333%;
  }

  #app .\32xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  #app .\32xl\:-left-1\/3{
    left: -33.333333%;
  }

  #app .\32xl\:-top-2\/3{
    top: -66.666667%;
  }

  #app .\32xl\:-right-2\/3{
    right: -66.666667%;
  }

  #app .\32xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  #app .\32xl\:-left-2\/3{
    left: -66.666667%;
  }

  #app .\32xl\:-top-1\/4{
    top: -25%;
  }

  #app .\32xl\:-right-1\/4{
    right: -25%;
  }

  #app .\32xl\:-bottom-1\/4{
    bottom: -25%;
  }

  #app .\32xl\:-left-1\/4{
    left: -25%;
  }

  #app .\32xl\:-top-2\/4{
    top: -50%;
  }

  #app .\32xl\:-right-2\/4{
    right: -50%;
  }

  #app .\32xl\:-bottom-2\/4{
    bottom: -50%;
  }

  #app .\32xl\:-left-2\/4{
    left: -50%;
  }

  #app .\32xl\:-top-3\/4{
    top: -75%;
  }

  #app .\32xl\:-right-3\/4{
    right: -75%;
  }

  #app .\32xl\:-bottom-3\/4{
    bottom: -75%;
  }

  #app .\32xl\:-left-3\/4{
    left: -75%;
  }

  #app .\32xl\:-top-full{
    top: -100%;
  }

  #app .\32xl\:-right-full{
    right: -100%;
  }

  #app .\32xl\:-bottom-full{
    bottom: -100%;
  }

  #app .\32xl\:-left-full{
    left: -100%;
  }

  #app .\32xl\:resize-none{
    resize: none;
  }

  #app .\32xl\:resize-y{
    resize: vertical;
  }

  #app .\32xl\:resize-x{
    resize: horizontal;
  }

  #app .\32xl\:resize{
    resize: both;
  }

  #app .\32xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\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);
  }

  #app .group:hover .\32xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .\32xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .\32xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .\32xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .\32xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .\32xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .group:hover .\32xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .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);
  }

  #app .\32xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\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);
  }

  #app .\32xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\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);
  }

  #app .\32xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\32xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\32xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\32xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\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);
  }

  #app .\32xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  #app .\32xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  #app .\32xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  #app .\32xl\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  #app .\32xl\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  #app .\32xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .\32xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .\32xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .\32xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .\32xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .\32xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #6b7280;
  }

  #app .\32xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #4b5563;
  }

  #app .\32xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #374151;
  }

  #app .\32xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #1f2937;
  }

  #app .\32xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #111827;
  }

  #app .\32xl\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .\32xl\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .\32xl\:ring-offset-red-200{
    --tw-ring-offset-color: #fecaca;
  }

  #app .\32xl\:ring-offset-red-300{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .\32xl\:ring-offset-red-400{
    --tw-ring-offset-color: #f87171;
  }

  #app .\32xl\:ring-offset-red-500{
    --tw-ring-offset-color: #ef4444;
  }

  #app .\32xl\:ring-offset-red-600{
    --tw-ring-offset-color: #dc2626;
  }

  #app .\32xl\:ring-offset-red-700{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .\32xl\:ring-offset-red-800{
    --tw-ring-offset-color: #991b1b;
  }

  #app .\32xl\:ring-offset-red-900{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .\32xl\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .\32xl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .\32xl\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  #app .\32xl\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .\32xl\:ring-offset-yellow-400{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .\32xl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .\32xl\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  #app .\32xl\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  #app .\32xl\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  #app .\32xl\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  #app .\32xl\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .\32xl\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .\32xl\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .\32xl\:ring-offset-green-300{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .\32xl\:ring-offset-green-400{
    --tw-ring-offset-color: #34d399;
  }

  #app .\32xl\:ring-offset-green-500{
    --tw-ring-offset-color: #10b981;
  }

  #app .\32xl\:ring-offset-green-600{
    --tw-ring-offset-color: #059669;
  }

  #app .\32xl\:ring-offset-green-700{
    --tw-ring-offset-color: #047857;
  }

  #app .\32xl\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  #app .\32xl\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  #app .\32xl\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .\32xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .\32xl\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .\32xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .\32xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .\32xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .\32xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  #app .\32xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .\32xl\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  #app .\32xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .\32xl\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .\32xl\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .\32xl\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .\32xl\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .\32xl\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  #app .\32xl\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  #app .\32xl\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .\32xl\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  #app .\32xl\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  #app .\32xl\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  #app .\32xl\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .\32xl\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .\32xl\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .\32xl\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .\32xl\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .\32xl\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .\32xl\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .\32xl\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .\32xl\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .\32xl\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .\32xl\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .\32xl\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .\32xl\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .\32xl\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .\32xl\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  #app .\32xl\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  #app .\32xl\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  #app .\32xl\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  #app .\32xl\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  #app .\32xl\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  #app .\32xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  #app .\32xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  #app .\32xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  #app .\32xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #6b7280;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #4b5563;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #374151;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #1f2937;
  }

  #app .\32xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #111827;
  }

  #app .\32xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .\32xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .\32xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: #fecaca;
  }

  #app .\32xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .\32xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #f87171;
  }

  #app .\32xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #ef4444;
  }

  #app .\32xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #dc2626;
  }

  #app .\32xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .\32xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #991b1b;
  }

  #app .\32xl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  #app .\32xl\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  #app .\32xl\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .\32xl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .\32xl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .\32xl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .\32xl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #34d399;
  }

  #app .\32xl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #10b981;
  }

  #app .\32xl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #059669;
  }

  #app .\32xl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #047857;
  }

  #app .\32xl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  #app .\32xl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  #app .\32xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  #app .\32xl\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .\32xl\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  #app .\32xl\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  #app .\32xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  #app .\32xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  #app .\32xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  #app .\32xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  #app .\32xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  #app .\32xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f4f6;
  }

  #app .\32xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #e5e7eb;
  }

  #app .\32xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #d1d5db;
  }

  #app .\32xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #9ca3af;
  }

  #app .\32xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #6b7280;
  }

  #app .\32xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #4b5563;
  }

  #app .\32xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #374151;
  }

  #app .\32xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #1f2937;
  }

  #app .\32xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #111827;
  }

  #app .\32xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  #app .\32xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  #app .\32xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: #fecaca;
  }

  #app .\32xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #fca5a5;
  }

  #app .\32xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #f87171;
  }

  #app .\32xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #ef4444;
  }

  #app .\32xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #dc2626;
  }

  #app .\32xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #b91c1c;
  }

  #app .\32xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #991b1b;
  }

  #app .\32xl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #7f1d1d;
  }

  #app .\32xl\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  #app .\32xl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  #app .\32xl\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  #app .\32xl\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  #app .\32xl\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #fbbf24;
  }

  #app .\32xl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  #app .\32xl\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  #app .\32xl\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  #app .\32xl\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  #app .\32xl\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  #app .\32xl\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  #app .\32xl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  #app .\32xl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  #app .\32xl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: #6ee7b7;
  }

  #app .\32xl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #34d399;
  }

  #app .\32xl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #10b981;
  }

  #app .\32xl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #059669;
  }

  #app .\32xl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #047857;
  }

  #app .\32xl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  #app .\32xl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  #app .\32xl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  #app .\32xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  #app .\32xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  #app .\32xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  #app .\32xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #60a5fa;
  }

  #app .\32xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  #app .\32xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  #app .\32xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  #app .\32xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  #app .\32xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  #app .\32xl\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  #app .\32xl\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  #app .\32xl\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  #app .\32xl\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  #app .\32xl\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  #app .\32xl\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  #app .\32xl\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  #app .\32xl\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  #app .\32xl\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  #app .\32xl\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  #app .\32xl\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  #app .\32xl\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  #app .\32xl\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  #app .\32xl\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  #app .\32xl\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  #app .\32xl\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  #app .\32xl\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  #app .\32xl\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  #app .\32xl\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  #app .\32xl\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  #app .\32xl\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  #app .\32xl\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  #app .\32xl\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  #app .\32xl\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  #app .\32xl\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  #app .\32xl\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  #app .\32xl\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  #app .\32xl\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  #app .\32xl\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  #app .\32xl\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  #app .\32xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  #app .\32xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  #app .\32xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  #app .\32xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  #app .\32xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  #app .\32xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  #app .\32xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  #app .\32xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  #app .\32xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  #app .\32xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  #app .\32xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  #app .\32xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  #app .\32xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  #app .\32xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  #app .\32xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  #app .\32xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  #app .\32xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  #app .\32xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  #app .\32xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  #app .\32xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  #app .\32xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  #app .\32xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  #app .\32xl\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  #app .\32xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  #app .\32xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  #app .\32xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  #app .\32xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  #app .\32xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  #app .\32xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  #app .\32xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  #app .\32xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  #app .\32xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  #app .\32xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  #app .\32xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  #app .\32xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  #app .\32xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  #app .\32xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  #app .\32xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  #app .\32xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  #app .\32xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  #app .\32xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  #app .\32xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  #app .\32xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  #app .\32xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  #app .\32xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  #app .\32xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  #app .\32xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  #app .\32xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  #app .\32xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  #app .\32xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  #app .\32xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  #app .\32xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  #app .\32xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  #app .\32xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  #app .\32xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  #app .\32xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  #app .\32xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  #app .\32xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  #app .\32xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  #app .\32xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  #app .\32xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  #app .\32xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  #app .\32xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  #app .\32xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  #app .\32xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  #app .\32xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  #app .\32xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  #app .\32xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  #app .\32xl\:fill-current{
    fill: currentColor;
  }

  #app .\32xl\:stroke-current{
    stroke: currentColor;
  }

  #app .\32xl\:stroke-0{
    stroke-width: 0;
  }

  #app .\32xl\:stroke-1{
    stroke-width: 1;
  }

  #app .\32xl\:stroke-2{
    stroke-width: 2;
  }

  #app .\32xl\:table-auto{
    table-layout: auto;
  }

  #app .\32xl\:table-fixed{
    table-layout: fixed;
  }

  #app .\32xl\:text-left{
    text-align: left;
  }

  #app .\32xl\:text-center{
    text-align: center;
  }

  #app .\32xl\:text-right{
    text-align: right;
  }

  #app .\32xl\:text-justify{
    text-align: justify;
  }

  #app .\32xl\:text-transparent{
    color: transparent;
  }

  #app .\32xl\:text-current{
    color: currentColor;
  }

  #app .\32xl\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .\32xl\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .\32xl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .\32xl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .\32xl\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .\32xl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .\32xl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .\32xl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .\32xl\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .\32xl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-transparent{
    color: transparent;
  }

  #app .group:hover .\32xl\:group-hover\:text-current{
    color: currentColor;
  }

  #app .group:hover .\32xl\:group-hover\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-200{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-300{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .group:hover .\32xl\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  #app .\32xl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  #app .\32xl\:focus-within\:text-black:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-white:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .\32xl\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  #app .\32xl\:hover\:text-current:hover{
    color: currentColor;
  }

  #app .\32xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-200:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-300:hover{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .\32xl\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  #app .\32xl\:focus\:text-current:focus{
    color: currentColor;
  }

  #app .\32xl\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-200:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-300:focus{
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(4, 120, 87, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  #app .\32xl\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  #app .\32xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .\32xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .\32xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .\32xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .\32xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .\32xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .\32xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .\32xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .\32xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .\32xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .\32xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .\32xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .\32xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .\32xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .\32xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  #app .group:hover .\32xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  #app .\32xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  #app .\32xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  #app .\32xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  #app .\32xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  #app .\32xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  #app .\32xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  #app .\32xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  #app .\32xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  #app .\32xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  #app .\32xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  #app .\32xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  #app .\32xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  #app .\32xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  #app .\32xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  #app .\32xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  #app .\32xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  #app .\32xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  #app .\32xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  #app .\32xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  #app .\32xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  #app .\32xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  #app .\32xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  #app .\32xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  #app .\32xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  #app .\32xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  #app .\32xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  #app .\32xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  #app .\32xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  #app .\32xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  #app .\32xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  #app .\32xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  #app .\32xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  #app .\32xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  #app .\32xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  #app .\32xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  #app .\32xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  #app .\32xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  #app .\32xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  #app .\32xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  #app .\32xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  #app .\32xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  #app .\32xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  #app .\32xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  #app .\32xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  #app .\32xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  #app .\32xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #app .\32xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  #app .\32xl\:overflow-clip{
    text-overflow: clip;
  }

  #app .\32xl\:italic{
    font-style: italic;
  }

  #app .\32xl\:not-italic{
    font-style: normal;
  }

  #app .\32xl\:uppercase{
    text-transform: uppercase;
  }

  #app .\32xl\:lowercase{
    text-transform: lowercase;
  }

  #app .\32xl\:capitalize{
    text-transform: capitalize;
  }

  #app .\32xl\:normal-case{
    text-transform: none;
  }

  #app .\32xl\:underline{
    text-decoration: underline;
  }

  #app .\32xl\:line-through{
    text-decoration: line-through;
  }

  #app .\32xl\:no-underline{
    text-decoration: none;
  }

  #app .group:hover .\32xl\:group-hover\:underline{
    text-decoration: underline;
  }

  #app .group:hover .\32xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  #app .group:hover .\32xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  #app .\32xl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  #app .\32xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  #app .\32xl\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  #app .\32xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  #app .\32xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  #app .\32xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  #app .\32xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  #app .\32xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  #app .\32xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  #app .\32xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #app .\32xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  #app .\32xl\:ordinal, #app .\32xl\:slashed-zero, #app .\32xl\:lining-nums, #app .\32xl\:oldstyle-nums, #app .\32xl\:proportional-nums, #app .\32xl\:tabular-nums, #app .\32xl\:diagonal-fractions, #app .\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);
  }

  #app .\32xl\:normal-nums{
    font-variant-numeric: normal;
  }

  #app .\32xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  #app .\32xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  #app .\32xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  #app .\32xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  #app .\32xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  #app .\32xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  #app .\32xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  #app .\32xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  #app .\32xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  #app .\32xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  #app .\32xl\:tracking-normal{
    letter-spacing: 0em;
  }

  #app .\32xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  #app .\32xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  #app .\32xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  #app .\32xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  #app .\32xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  #app .\32xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  #app .\32xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  #app .\32xl\:align-baseline{
    vertical-align: baseline;
  }

  #app .\32xl\:align-top{
    vertical-align: top;
  }

  #app .\32xl\:align-middle{
    vertical-align: middle;
  }

  #app .\32xl\:align-bottom{
    vertical-align: bottom;
  }

  #app .\32xl\:align-text-top{
    vertical-align: text-top;
  }

  #app .\32xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  #app .\32xl\:visible{
    visibility: visible;
  }

  #app .\32xl\:invisible{
    visibility: hidden;
  }

  #app .\32xl\:whitespace-normal{
    white-space: normal;
  }

  #app .\32xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  #app .\32xl\:whitespace-pre{
    white-space: pre;
  }

  #app .\32xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  #app .\32xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  #app .\32xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  #app .\32xl\:break-words{
    overflow-wrap: break-word;
  }

  #app .\32xl\:break-all{
    word-break: break-all;
  }

  #app .\32xl\:w-0{
    width: 0px;
  }

  #app .\32xl\:w-1{
    width: 0.25rem;
  }

  #app .\32xl\:w-2{
    width: 0.5rem;
  }

  #app .\32xl\:w-3{
    width: 0.75rem;
  }

  #app .\32xl\:w-4{
    width: 1rem;
  }

  #app .\32xl\:w-5{
    width: 1.25rem;
  }

  #app .\32xl\:w-6{
    width: 1.5rem;
  }

  #app .\32xl\:w-7{
    width: 1.75rem;
  }

  #app .\32xl\:w-8{
    width: 2rem;
  }

  #app .\32xl\:w-9{
    width: 2.25rem;
  }

  #app .\32xl\:w-10{
    width: 2.5rem;
  }

  #app .\32xl\:w-11{
    width: 2.75rem;
  }

  #app .\32xl\:w-12{
    width: 3rem;
  }

  #app .\32xl\:w-14{
    width: 3.5rem;
  }

  #app .\32xl\:w-16{
    width: 4rem;
  }

  #app .\32xl\:w-20{
    width: 5rem;
  }

  #app .\32xl\:w-24{
    width: 6rem;
  }

  #app .\32xl\:w-28{
    width: 7rem;
  }

  #app .\32xl\:w-32{
    width: 8rem;
  }

  #app .\32xl\:w-36{
    width: 9rem;
  }

  #app .\32xl\:w-40{
    width: 10rem;
  }

  #app .\32xl\:w-44{
    width: 11rem;
  }

  #app .\32xl\:w-48{
    width: 12rem;
  }

  #app .\32xl\:w-52{
    width: 13rem;
  }

  #app .\32xl\:w-56{
    width: 14rem;
  }

  #app .\32xl\:w-60{
    width: 15rem;
  }

  #app .\32xl\:w-64{
    width: 16rem;
  }

  #app .\32xl\:w-72{
    width: 18rem;
  }

  #app .\32xl\:w-80{
    width: 20rem;
  }

  #app .\32xl\:w-96{
    width: 24rem;
  }

  #app .\32xl\:w-auto{
    width: auto;
  }

  #app .\32xl\:w-px{
    width: 1px;
  }

  #app .\32xl\:w-0\.5{
    width: 0.125rem;
  }

  #app .\32xl\:w-1\.5{
    width: 0.375rem;
  }

  #app .\32xl\:w-2\.5{
    width: 0.625rem;
  }

  #app .\32xl\:w-3\.5{
    width: 0.875rem;
  }

  #app .\32xl\:w-1\/2{
    width: 50%;
  }

  #app .\32xl\:w-1\/3{
    width: 33.333333%;
  }

  #app .\32xl\:w-2\/3{
    width: 66.666667%;
  }

  #app .\32xl\:w-1\/4{
    width: 25%;
  }

  #app .\32xl\:w-2\/4{
    width: 50%;
  }

  #app .\32xl\:w-3\/4{
    width: 75%;
  }

  #app .\32xl\:w-1\/5{
    width: 20%;
  }

  #app .\32xl\:w-2\/5{
    width: 40%;
  }

  #app .\32xl\:w-3\/5{
    width: 60%;
  }

  #app .\32xl\:w-4\/5{
    width: 80%;
  }

  #app .\32xl\:w-1\/6{
    width: 16.666667%;
  }

  #app .\32xl\:w-2\/6{
    width: 33.333333%;
  }

  #app .\32xl\:w-3\/6{
    width: 50%;
  }

  #app .\32xl\:w-4\/6{
    width: 66.666667%;
  }

  #app .\32xl\:w-5\/6{
    width: 83.333333%;
  }

  #app .\32xl\:w-1\/12{
    width: 8.333333%;
  }

  #app .\32xl\:w-2\/12{
    width: 16.666667%;
  }

  #app .\32xl\:w-3\/12{
    width: 25%;
  }

  #app .\32xl\:w-4\/12{
    width: 33.333333%;
  }

  #app .\32xl\:w-5\/12{
    width: 41.666667%;
  }

  #app .\32xl\:w-6\/12{
    width: 50%;
  }

  #app .\32xl\:w-7\/12{
    width: 58.333333%;
  }

  #app .\32xl\:w-8\/12{
    width: 66.666667%;
  }

  #app .\32xl\:w-9\/12{
    width: 75%;
  }

  #app .\32xl\:w-10\/12{
    width: 83.333333%;
  }

  #app .\32xl\:w-11\/12{
    width: 91.666667%;
  }

  #app .\32xl\:w-full{
    width: 100%;
  }

  #app .\32xl\:w-screen{
    width: 100vw;
  }

  #app .\32xl\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  #app .\32xl\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  #app .\32xl\:z-0{
    z-index: 0;
  }

  #app .\32xl\:z-10{
    z-index: 10;
  }

  #app .\32xl\:z-20{
    z-index: 20;
  }

  #app .\32xl\:z-30{
    z-index: 30;
  }

  #app .\32xl\:z-40{
    z-index: 40;
  }

  #app .\32xl\:z-50{
    z-index: 50;
  }

  #app .\32xl\:z-auto{
    z-index: auto;
  }

  #app .\32xl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  #app .\32xl\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  #app .\32xl\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  #app .\32xl\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  #app .\32xl\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  #app .\32xl\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  #app .\32xl\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  #app .\32xl\:focus\:z-0:focus{
    z-index: 0;
  }

  #app .\32xl\:focus\:z-10:focus{
    z-index: 10;
  }

  #app .\32xl\:focus\:z-20:focus{
    z-index: 20;
  }

  #app .\32xl\:focus\:z-30:focus{
    z-index: 30;
  }

  #app .\32xl\:focus\:z-40:focus{
    z-index: 40;
  }

  #app .\32xl\:focus\:z-50:focus{
    z-index: 50;
  }

  #app .\32xl\:focus\:z-auto:focus{
    z-index: auto;
  }

  #app .\32xl\:gap-0{
    gap: 0px;
  }

  #app .\32xl\:gap-1{
    gap: 0.25rem;
  }

  #app .\32xl\:gap-2{
    gap: 0.5rem;
  }

  #app .\32xl\:gap-3{
    gap: 0.75rem;
  }

  #app .\32xl\:gap-4{
    gap: 1rem;
  }

  #app .\32xl\:gap-5{
    gap: 1.25rem;
  }

  #app .\32xl\:gap-6{
    gap: 1.5rem;
  }

  #app .\32xl\:gap-7{
    gap: 1.75rem;
  }

  #app .\32xl\:gap-8{
    gap: 2rem;
  }

  #app .\32xl\:gap-9{
    gap: 2.25rem;
  }

  #app .\32xl\:gap-10{
    gap: 2.5rem;
  }

  #app .\32xl\:gap-11{
    gap: 2.75rem;
  }

  #app .\32xl\:gap-12{
    gap: 3rem;
  }

  #app .\32xl\:gap-14{
    gap: 3.5rem;
  }

  #app .\32xl\:gap-16{
    gap: 4rem;
  }

  #app .\32xl\:gap-20{
    gap: 5rem;
  }

  #app .\32xl\:gap-24{
    gap: 6rem;
  }

  #app .\32xl\:gap-28{
    gap: 7rem;
  }

  #app .\32xl\:gap-32{
    gap: 8rem;
  }

  #app .\32xl\:gap-36{
    gap: 9rem;
  }

  #app .\32xl\:gap-40{
    gap: 10rem;
  }

  #app .\32xl\:gap-44{
    gap: 11rem;
  }

  #app .\32xl\:gap-48{
    gap: 12rem;
  }

  #app .\32xl\:gap-52{
    gap: 13rem;
  }

  #app .\32xl\:gap-56{
    gap: 14rem;
  }

  #app .\32xl\:gap-60{
    gap: 15rem;
  }

  #app .\32xl\:gap-64{
    gap: 16rem;
  }

  #app .\32xl\:gap-72{
    gap: 18rem;
  }

  #app .\32xl\:gap-80{
    gap: 20rem;
  }

  #app .\32xl\:gap-96{
    gap: 24rem;
  }

  #app .\32xl\:gap-px{
    gap: 1px;
  }

  #app .\32xl\:gap-0\.5{
    gap: 0.125rem;
  }

  #app .\32xl\:gap-1\.5{
    gap: 0.375rem;
  }

  #app .\32xl\:gap-2\.5{
    gap: 0.625rem;
  }

  #app .\32xl\:gap-3\.5{
    gap: 0.875rem;
  }

  #app .\32xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  #app .\32xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  #app .\32xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  #app .\32xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  #app .\32xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  #app .\32xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  #app .\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  #app .\32xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  #app .\32xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  #app .\32xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  #app .\32xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  #app .\32xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  #app .\32xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  #app .\32xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  #app .\32xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  #app .\32xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  #app .\32xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  #app .\32xl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  #app .\32xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  #app .\32xl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  #app .\32xl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  #app .\32xl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  #app .\32xl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  #app .\32xl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  #app .\32xl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  #app .\32xl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  #app .\32xl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  #app .\32xl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  #app .\32xl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  #app .\32xl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  #app .\32xl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  #app .\32xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  #app .\32xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  #app .\32xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  #app .\32xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  #app .\32xl\:gap-y-0{
    row-gap: 0px;
  }

  #app .\32xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  #app .\32xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  #app .\32xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  #app .\32xl\:gap-y-4{
    row-gap: 1rem;
  }

  #app .\32xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  #app .\32xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  #app .\32xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  #app .\32xl\:gap-y-8{
    row-gap: 2rem;
  }

  #app .\32xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  #app .\32xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  #app .\32xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  #app .\32xl\:gap-y-12{
    row-gap: 3rem;
  }

  #app .\32xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  #app .\32xl\:gap-y-16{
    row-gap: 4rem;
  }

  #app .\32xl\:gap-y-20{
    row-gap: 5rem;
  }

  #app .\32xl\:gap-y-24{
    row-gap: 6rem;
  }

  #app .\32xl\:gap-y-28{
    row-gap: 7rem;
  }

  #app .\32xl\:gap-y-32{
    row-gap: 8rem;
  }

  #app .\32xl\:gap-y-36{
    row-gap: 9rem;
  }

  #app .\32xl\:gap-y-40{
    row-gap: 10rem;
  }

  #app .\32xl\:gap-y-44{
    row-gap: 11rem;
  }

  #app .\32xl\:gap-y-48{
    row-gap: 12rem;
  }

  #app .\32xl\:gap-y-52{
    row-gap: 13rem;
  }

  #app .\32xl\:gap-y-56{
    row-gap: 14rem;
  }

  #app .\32xl\:gap-y-60{
    row-gap: 15rem;
  }

  #app .\32xl\:gap-y-64{
    row-gap: 16rem;
  }

  #app .\32xl\:gap-y-72{
    row-gap: 18rem;
  }

  #app .\32xl\:gap-y-80{
    row-gap: 20rem;
  }

  #app .\32xl\:gap-y-96{
    row-gap: 24rem;
  }

  #app .\32xl\:gap-y-px{
    row-gap: 1px;
  }

  #app .\32xl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  #app .\32xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  #app .\32xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  #app .\32xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  #app .\32xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  #app .\32xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  #app .\32xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  #app .\32xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  #app .\32xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  #app .\32xl\:grid-cols-none{
    grid-template-columns: none;
  }

  #app .\32xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  #app .\32xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  #app .\32xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  #app .\32xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  #app .\32xl\:col-auto{
    grid-column: auto;
  }

  #app .\32xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  #app .\32xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  #app .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  #app .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  #app .\32xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  #app .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  #app .\32xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  #app .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  #app .\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  #app .\32xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  #app .\32xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  #app .\32xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  #app .\32xl\:col-span-full{
    grid-column: 1 / -1;
  }

  #app .\32xl\:col-start-1{
    grid-column-start: 1;
  }

  #app .\32xl\:col-start-2{
    grid-column-start: 2;
  }

  #app .\32xl\:col-start-3{
    grid-column-start: 3;
  }

  #app .\32xl\:col-start-4{
    grid-column-start: 4;
  }

  #app .\32xl\:col-start-5{
    grid-column-start: 5;
  }

  #app .\32xl\:col-start-6{
    grid-column-start: 6;
  }

  #app .\32xl\:col-start-7{
    grid-column-start: 7;
  }

  #app .\32xl\:col-start-8{
    grid-column-start: 8;
  }

  #app .\32xl\:col-start-9{
    grid-column-start: 9;
  }

  #app .\32xl\:col-start-10{
    grid-column-start: 10;
  }

  #app .\32xl\:col-start-11{
    grid-column-start: 11;
  }

  #app .\32xl\:col-start-12{
    grid-column-start: 12;
  }

  #app .\32xl\:col-start-13{
    grid-column-start: 13;
  }

  #app .\32xl\:col-start-auto{
    grid-column-start: auto;
  }

  #app .\32xl\:col-end-1{
    grid-column-end: 1;
  }

  #app .\32xl\:col-end-2{
    grid-column-end: 2;
  }

  #app .\32xl\:col-end-3{
    grid-column-end: 3;
  }

  #app .\32xl\:col-end-4{
    grid-column-end: 4;
  }

  #app .\32xl\:col-end-5{
    grid-column-end: 5;
  }

  #app .\32xl\:col-end-6{
    grid-column-end: 6;
  }

  #app .\32xl\:col-end-7{
    grid-column-end: 7;
  }

  #app .\32xl\:col-end-8{
    grid-column-end: 8;
  }

  #app .\32xl\:col-end-9{
    grid-column-end: 9;
  }

  #app .\32xl\:col-end-10{
    grid-column-end: 10;
  }

  #app .\32xl\:col-end-11{
    grid-column-end: 11;
  }

  #app .\32xl\:col-end-12{
    grid-column-end: 12;
  }

  #app .\32xl\:col-end-13{
    grid-column-end: 13;
  }

  #app .\32xl\:col-end-auto{
    grid-column-end: auto;
  }

  #app .\32xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  #app .\32xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  #app .\32xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  #app .\32xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  #app .\32xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  #app .\32xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  #app .\32xl\:grid-rows-none{
    grid-template-rows: none;
  }

  #app .\32xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  #app .\32xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  #app .\32xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  #app .\32xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  #app .\32xl\:row-auto{
    grid-row: auto;
  }

  #app .\32xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  #app .\32xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  #app .\32xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  #app .\32xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  #app .\32xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  #app .\32xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  #app .\32xl\:row-span-full{
    grid-row: 1 / -1;
  }

  #app .\32xl\:row-start-1{
    grid-row-start: 1;
  }

  #app .\32xl\:row-start-2{
    grid-row-start: 2;
  }

  #app .\32xl\:row-start-3{
    grid-row-start: 3;
  }

  #app .\32xl\:row-start-4{
    grid-row-start: 4;
  }

  #app .\32xl\:row-start-5{
    grid-row-start: 5;
  }

  #app .\32xl\:row-start-6{
    grid-row-start: 6;
  }

  #app .\32xl\:row-start-7{
    grid-row-start: 7;
  }

  #app .\32xl\:row-start-auto{
    grid-row-start: auto;
  }

  #app .\32xl\:row-end-1{
    grid-row-end: 1;
  }

  #app .\32xl\:row-end-2{
    grid-row-end: 2;
  }

  #app .\32xl\:row-end-3{
    grid-row-end: 3;
  }

  #app .\32xl\:row-end-4{
    grid-row-end: 4;
  }

  #app .\32xl\:row-end-5{
    grid-row-end: 5;
  }

  #app .\32xl\:row-end-6{
    grid-row-end: 6;
  }

  #app .\32xl\:row-end-7{
    grid-row-end: 7;
  }

  #app .\32xl\:row-end-auto{
    grid-row-end: auto;
  }

  #app .\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));
  }

  #app .\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));
  }

  #app .\32xl\:transform-none{
    transform: none;
  }

  #app .\32xl\:origin-center{
    transform-origin: center;
  }

  #app .\32xl\:origin-top{
    transform-origin: top;
  }

  #app .\32xl\:origin-top-right{
    transform-origin: top right;
  }

  #app .\32xl\:origin-right{
    transform-origin: right;
  }

  #app .\32xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  #app .\32xl\:origin-bottom{
    transform-origin: bottom;
  }

  #app .\32xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  #app .\32xl\:origin-left{
    transform-origin: left;
  }

  #app .\32xl\:origin-top-left{
    transform-origin: top left;
  }

  #app .\32xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .\32xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .\32xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .\32xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .\32xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .\32xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .\32xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .\32xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .\32xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .\32xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .\32xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  #app .\32xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  #app .\32xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  #app .\32xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  #app .\32xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  #app .\32xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  #app .\32xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  #app .\32xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  #app .\32xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  #app .\32xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  #app .\32xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  #app .\32xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  #app .\32xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  #app .\32xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  #app .\32xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  #app .\32xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  #app .\32xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  #app .\32xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  #app .\32xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  #app .\32xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  #app .\32xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .\32xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .\32xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .\32xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .\32xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .\32xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .\32xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .\32xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .\32xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .\32xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .\32xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  #app .\32xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  #app .\32xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  #app .\32xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  #app .\32xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  #app .\32xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  #app .\32xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  #app .\32xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  #app .\32xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  #app .\32xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  #app .\32xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  #app .\32xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  #app .\32xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  #app .\32xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  #app .\32xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  #app .\32xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  #app .\32xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  #app .\32xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  #app .\32xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  #app .\32xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  #app .\32xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  #app .\32xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  #app .\32xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  #app .\32xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  #app .\32xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  #app .\32xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  #app .\32xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  #app .\32xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  #app .\32xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  #app .\32xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  #app .\32xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  #app .\32xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  #app .\32xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  #app .\32xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  #app .\32xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  #app .\32xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  #app .\32xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  #app .\32xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  #app .\32xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  #app .\32xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  #app .\32xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  #app .\32xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  #app .\32xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  #app .\32xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  #app .\32xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  #app .\32xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  #app .\32xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  #app .\32xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  #app .\32xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  #app .\32xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  #app .\32xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  #app .\32xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  #app .\32xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  #app .\32xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  #app .\32xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  #app .\32xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  #app .\32xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  #app .\32xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  #app .\32xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  #app .\32xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  #app .\32xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  #app .\32xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  #app .\32xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  #app .\32xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  #app .\32xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  #app .\32xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  #app .\32xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  #app .\32xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  #app .\32xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  #app .\32xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  #app .\32xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  #app .\32xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  #app .\32xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  #app .\32xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  #app .\32xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  #app .\32xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  #app .\32xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  #app .\32xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  #app .\32xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  #app .\32xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  #app .\32xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  #app .\32xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  #app .\32xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  #app .\32xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  #app .\32xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  #app .\32xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  #app .\32xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  #app .\32xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  #app .\32xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  #app .\32xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  #app .\32xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  #app .\32xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  #app .\32xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  #app .\32xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  #app .\32xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  #app .\32xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  #app .\32xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  #app .\32xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  #app .\32xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  #app .\32xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  #app .\32xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  #app .\32xl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .\32xl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  #app .\32xl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  #app .\32xl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  #app .\32xl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  #app .\32xl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  #app .\32xl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  #app .\32xl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  #app .\32xl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  #app .\32xl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  #app .\32xl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  #app .\32xl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  #app .\32xl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  #app .\32xl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  #app .\32xl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  #app .\32xl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  #app .\32xl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  #app .\32xl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  #app .\32xl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  #app .\32xl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  #app .\32xl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  #app .\32xl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  #app .\32xl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  #app .\32xl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  #app .\32xl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  #app .\32xl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  #app .\32xl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  #app .\32xl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  #app .\32xl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  #app .\32xl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  #app .\32xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  #app .\32xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  #app .\32xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  #app .\32xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  #app .\32xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  #app .\32xl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  #app .\32xl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  #app .\32xl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  #app .\32xl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  #app .\32xl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  #app .\32xl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  #app .\32xl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  #app .\32xl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  #app .\32xl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  #app .\32xl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  #app .\32xl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  #app .\32xl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  #app .\32xl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  #app .\32xl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  #app .\32xl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  #app .\32xl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  #app .\32xl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  #app .\32xl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  #app .\32xl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  #app .\32xl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  #app .\32xl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  #app .\32xl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  #app .\32xl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  #app .\32xl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  #app .\32xl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  #app .\32xl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  #app .\32xl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  #app .\32xl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  #app .\32xl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  #app .\32xl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  #app .\32xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  #app .\32xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  #app .\32xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  #app .\32xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  #app .\32xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  #app .\32xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  #app .\32xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  #app .\32xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  #app .\32xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  #app .\32xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  #app .\32xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  #app .\32xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  #app .\32xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  #app .\32xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  #app .\32xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  #app .\32xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  #app .\32xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  #app .\32xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  #app .\32xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  #app .\32xl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .\32xl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  #app .\32xl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  #app .\32xl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  #app .\32xl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  #app .\32xl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  #app .\32xl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  #app .\32xl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  #app .\32xl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  #app .\32xl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  #app .\32xl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  #app .\32xl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  #app .\32xl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  #app .\32xl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  #app .\32xl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  #app .\32xl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  #app .\32xl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  #app .\32xl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  #app .\32xl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  #app .\32xl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  #app .\32xl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  #app .\32xl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  #app .\32xl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  #app .\32xl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  #app .\32xl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  #app .\32xl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  #app .\32xl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  #app .\32xl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  #app .\32xl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  #app .\32xl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  #app .\32xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  #app .\32xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  #app .\32xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  #app .\32xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  #app .\32xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  #app .\32xl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  #app .\32xl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  #app .\32xl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  #app .\32xl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  #app .\32xl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  #app .\32xl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  #app .\32xl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  #app .\32xl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  #app .\32xl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  #app .\32xl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  #app .\32xl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  #app .\32xl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  #app .\32xl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  #app .\32xl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  #app .\32xl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  #app .\32xl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  #app .\32xl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  #app .\32xl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  #app .\32xl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  #app .\32xl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  #app .\32xl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  #app .\32xl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  #app .\32xl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  #app .\32xl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  #app .\32xl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  #app .\32xl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  #app .\32xl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  #app .\32xl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  #app .\32xl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  #app .\32xl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  #app .\32xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  #app .\32xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  #app .\32xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  #app .\32xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  #app .\32xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  #app .\32xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  #app .\32xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  #app .\32xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  #app .\32xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  #app .\32xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  #app .\32xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  #app .\32xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  #app .\32xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  #app .\32xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  #app .\32xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  #app .\32xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  #app .\32xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  #app .\32xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  #app .\32xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  #app .\32xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .\32xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  #app .\32xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  #app .\32xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  #app .\32xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  #app .\32xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  #app .\32xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  #app .\32xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  #app .\32xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  #app .\32xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  #app .\32xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  #app .\32xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  #app .\32xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  #app .\32xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  #app .\32xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  #app .\32xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  #app .\32xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  #app .\32xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  #app .\32xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  #app .\32xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  #app .\32xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  #app .\32xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  #app .\32xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  #app .\32xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  #app .\32xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  #app .\32xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  #app .\32xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  #app .\32xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  #app .\32xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  #app .\32xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  #app .\32xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  #app .\32xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  #app .\32xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  #app .\32xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  #app .\32xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  #app .\32xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  #app .\32xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  #app .\32xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  #app .\32xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  #app .\32xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  #app .\32xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  #app .\32xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  #app .\32xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  #app .\32xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  #app .\32xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  #app .\32xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  #app .\32xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  #app .\32xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  #app .\32xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  #app .\32xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  #app .\32xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  #app .\32xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  #app .\32xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  #app .\32xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  #app .\32xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  #app .\32xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  #app .\32xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  #app .\32xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  #app .\32xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  #app .\32xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  #app .\32xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  #app .\32xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  #app .\32xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  #app .\32xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  #app .\32xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  #app .\32xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  #app .\32xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  #app .\32xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  #app .\32xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  #app .\32xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  #app .\32xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  #app .\32xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  #app .\32xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  #app .\32xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  #app .\32xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  #app .\32xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  #app .\32xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  #app .\32xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  #app .\32xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  #app .\32xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  #app .\32xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  #app .\32xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  #app .\32xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  #app .\32xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  #app .\32xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .\32xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  #app .\32xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  #app .\32xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  #app .\32xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  #app .\32xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  #app .\32xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  #app .\32xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  #app .\32xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  #app .\32xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  #app .\32xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  #app .\32xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  #app .\32xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  #app .\32xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  #app .\32xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  #app .\32xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  #app .\32xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  #app .\32xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  #app .\32xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  #app .\32xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  #app .\32xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  #app .\32xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  #app .\32xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  #app .\32xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  #app .\32xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  #app .\32xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  #app .\32xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  #app .\32xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  #app .\32xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  #app .\32xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  #app .\32xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  #app .\32xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  #app .\32xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  #app .\32xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  #app .\32xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  #app .\32xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  #app .\32xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  #app .\32xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  #app .\32xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  #app .\32xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  #app .\32xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  #app .\32xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  #app .\32xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  #app .\32xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  #app .\32xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  #app .\32xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  #app .\32xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  #app .\32xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  #app .\32xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  #app .\32xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  #app .\32xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  #app .\32xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  #app .\32xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  #app .\32xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  #app .\32xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  #app .\32xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  #app .\32xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  #app .\32xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  #app .\32xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  #app .\32xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  #app .\32xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  #app .\32xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  #app .\32xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  #app .\32xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  #app .\32xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  #app .\32xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  #app .\32xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  #app .\32xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  #app .\32xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  #app .\32xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  #app .\32xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  #app .\32xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  #app .\32xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  #app .\32xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  #app .\32xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  #app .\32xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  #app .\32xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  #app .\32xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  #app .\32xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  #app .\32xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  #app .\32xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  #app .\32xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  #app .\32xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  #app .\32xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  #app .\32xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .\32xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  #app .\32xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  #app .\32xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  #app .\32xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  #app .\32xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  #app .\32xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  #app .\32xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  #app .\32xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  #app .\32xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  #app .\32xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  #app .\32xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  #app .\32xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  #app .\32xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  #app .\32xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  #app .\32xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  #app .\32xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  #app .\32xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  #app .\32xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  #app .\32xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  #app .\32xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  #app .\32xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  #app .\32xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  #app .\32xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  #app .\32xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  #app .\32xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  #app .\32xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  #app .\32xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  #app .\32xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  #app .\32xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  #app .\32xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  #app .\32xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  #app .\32xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  #app .\32xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  #app .\32xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  #app .\32xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  #app .\32xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  #app .\32xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  #app .\32xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  #app .\32xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  #app .\32xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  #app .\32xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  #app .\32xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  #app .\32xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  #app .\32xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  #app .\32xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  #app .\32xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  #app .\32xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  #app .\32xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  #app .\32xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  #app .\32xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  #app .\32xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  #app .\32xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  #app .\32xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  #app .\32xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  #app .\32xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  #app .\32xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  #app .\32xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  #app .\32xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  #app .\32xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  #app .\32xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  #app .\32xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  #app .\32xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  #app .\32xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  #app .\32xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  #app .\32xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  #app .\32xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  #app .\32xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  #app .\32xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  #app .\32xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  #app .\32xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  #app .\32xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  #app .\32xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  #app .\32xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  #app .\32xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  #app .\32xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  #app .\32xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  #app .\32xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  #app .\32xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  #app .\32xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  #app .\32xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  #app .\32xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  #app .\32xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  #app .\32xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  #app .\32xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .\32xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  #app .\32xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  #app .\32xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  #app .\32xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  #app .\32xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  #app .\32xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  #app .\32xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  #app .\32xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  #app .\32xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  #app .\32xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  #app .\32xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  #app .\32xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  #app .\32xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  #app .\32xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  #app .\32xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  #app .\32xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  #app .\32xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  #app .\32xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  #app .\32xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  #app .\32xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  #app .\32xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  #app .\32xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  #app .\32xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  #app .\32xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  #app .\32xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  #app .\32xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  #app .\32xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  #app .\32xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  #app .\32xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  #app .\32xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  #app .\32xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  #app .\32xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  #app .\32xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  #app .\32xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  #app .\32xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  #app .\32xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  #app .\32xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  #app .\32xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  #app .\32xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  #app .\32xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  #app .\32xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  #app .\32xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  #app .\32xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  #app .\32xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  #app .\32xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  #app .\32xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  #app .\32xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  #app .\32xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  #app .\32xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  #app .\32xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  #app .\32xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  #app .\32xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  #app .\32xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  #app .\32xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  #app .\32xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  #app .\32xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  #app .\32xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  #app .\32xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  #app .\32xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  #app .\32xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  #app .\32xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  #app .\32xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  #app .\32xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  #app .\32xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  #app .\32xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  #app .\32xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  #app .\32xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  #app .\32xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  #app .\32xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  #app .\32xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  #app .\32xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  #app .\32xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  #app .\32xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  #app .\32xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  #app .\32xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  #app .\32xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  #app .\32xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  #app .\32xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  #app .\32xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  #app .\32xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  #app .\32xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  #app .\32xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  #app .\32xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  #app .\32xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  #app .\32xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  #app .\32xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  #app .\32xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  #app .\32xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  #app .\32xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  #app .\32xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  #app .\32xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  #app .\32xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  #app .\32xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  #app .\32xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  #app .\32xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  #app .\32xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  #app .\32xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  #app .\32xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  #app .\32xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  #app .\32xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  #app .\32xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  #app .\32xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  #app .\32xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  #app .\32xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  #app .\32xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  #app .\32xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  #app .\32xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  #app .\32xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  #app .\32xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  #app .\32xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  #app .\32xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  #app .\32xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  #app .\32xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  #app .\32xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  #app .\32xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  #app .\32xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  #app .\32xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  #app .\32xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  #app .\32xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  #app .\32xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  #app .\32xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  #app .\32xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  #app .\32xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  #app .\32xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  #app .\32xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  #app .\32xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  #app .\32xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  #app .\32xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  #app .\32xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  #app .\32xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  #app .\32xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  #app .\32xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  #app .\32xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  #app .\32xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  #app .\32xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  #app .\32xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  #app .\32xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  #app .\32xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  #app .\32xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  #app .\32xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  #app .\32xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  #app .\32xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  #app .\32xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  #app .\32xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  #app .\32xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  #app .\32xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  #app .\32xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  #app .\32xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  #app .\32xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  #app .\32xl\:transition-none{
    transition-property: none;
  }

  #app .\32xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .\32xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .\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;
  }

  #app .\32xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .\32xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .\32xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  #app .\32xl\:ease-linear{
    transition-timing-function: linear;
  }

  #app .\32xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  #app .\32xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  #app .\32xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  #app .\32xl\:duration-75{
    transition-duration: 75ms;
  }

  #app .\32xl\:duration-100{
    transition-duration: 100ms;
  }

  #app .\32xl\:duration-150{
    transition-duration: 150ms;
  }

  #app .\32xl\:duration-200{
    transition-duration: 200ms;
  }

  #app .\32xl\:duration-300{
    transition-duration: 300ms;
  }

  #app .\32xl\:duration-500{
    transition-duration: 500ms;
  }

  #app .\32xl\:duration-700{
    transition-duration: 700ms;
  }

  #app .\32xl\:duration-1000{
    transition-duration: 1000ms;
  }

  #app .\32xl\:delay-75{
    transition-delay: 75ms;
  }

  #app .\32xl\:delay-100{
    transition-delay: 100ms;
  }

  #app .\32xl\:delay-150{
    transition-delay: 150ms;
  }

  #app .\32xl\:delay-200{
    transition-delay: 200ms;
  }

  #app .\32xl\:delay-300{
    transition-delay: 300ms;
  }

  #app .\32xl\:delay-500{
    transition-delay: 500ms;
  }

  #app .\32xl\:delay-700{
    transition-delay: 700ms;
  }

  #app .\32xl\:delay-1000{
    transition-delay: 1000ms;
  }

  #app .\32xl\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  #app .\32xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  #app .\32xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  #app .\32xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  #app .\32xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:container{
    width: 100%;
  }

  @media (min-width: 640px){
    .\32xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .\32xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .\32xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .\32xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .\32xl\:container{
      max-width: 1536px;
    }
  }
}

